@media (min-width: 1126px) {
  .about {
    height: 70vh !important;
  }
}
.btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 1s;
  color: #fff !important;
  background: #f60080;
}
.btn-get-started:hover {
  background: #cf036db9;
  color: #fff !important;
  transition: 1s;
}
