#aboutWrap p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

#aboutWrap p strong {
  font-size: 32px;
  font-family: orpheuspro, serif;
}

.about-top-text {
  color: white;
  text-align: center;
}

.about-us-text {
  text-align: center;
}

.about-highlight {
  margin: auto auto auto 0;
  max-width: 500px;
}

.about-testimonial {
  margin: 0 auto;
  max-width: 958px;
  padding:22px;
}

.about-testimonial-text {
  color: white;
  text-align: center;
}

.about-cta-text {
  color: white;
  text-align: center;
  font-size: 24px;
}

.btn-white {
  background-color: white;
  width: 155px;
  margin: 0 auto;
  transition: 0.5s;
  text-align: center;
}

.btn-white:hover {
  background-color: #d1d1d1;
}

/**BOOTSTRAP UTILITIES**/
h1 {
  font-size: 2.5rem;
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.aboutContainer {
display:flex;
flex-direction: column;
gap:20px;
}
.aboutSection {
display:flex;
gap:20px;
}
.aboutRow {
display:flex;
}
.about-cta{
  flex-direction: column;
  align-items: center;
  padding-bottom:25px;
  margin-bottom:20px;
  margin-top:20px;
}
.aboutTestimonial{
  margin:20px 0;
}
.aboutHeader{
  margin-bottom:20px;
}
@media screen and (max-width:1120px){
  .aboutSection, .aboutRow{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-highlight{
    margin:0;
  }
}
