.navigate {
  padding: 86px 0px 0px 0px;
  border-radius: 60px 60px 0px 0px;
  margin-top: 0;
  background: #fafafa !important;
  position: relative;
  top: -60px;
  text-align: center;
}
.navigate p {
  text-transform: uppercase;
  color: var(--default-purple);
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: var(--inter-font-family);
  font-weight: 800;
}
.navigate h2 {
  font-size: 3rem;
  margin-bottom: 45px;
  font-weight: 400;
  line-height: 60px;
}

@media only screen and (max-width: 991px) {
  .navigate h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .navigate {
    padding: 58px 0px 0px;
    border-radius: 30px 30px 0px 0px;
    top: -40px;
    background-position: center;
  }
  .navigate p {
    font-size: 0.75rem;
  }
  .navigate h2 {
    font-size: 1.375rem;
    line-height: normal;
  }
}
