.consult-section {
  padding: 10px 0px 0;
  margin: 0 auto -10px;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto -15px;
}

.two-col-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.consult-left {
  flex: 1;
  min-width: 300px;
  max-width: 440px;
}

.consult-left h1 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color:#040404;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  font-size: 58px;
}

.consult-left h1 .highlight {
  color: #00bfa6;
}

.consult-left p {
    color: #696A6C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    max-width: 410px;
}
.image-wrapper img {
    
}
.consult-ctas {
  display: flex;
  gap: 13px;
}

.cta {
  display: inline-block;
  font-family: "Public Sans";
  padding: 10px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 70px;
}

.cta-primary {
    background-color: #0a2540;
    color: #fff;
    font-family: "Public Sans";
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1.8px;
    max-width: 199px;
    width: 100%;
    text-align: center;
}

.cta-primary:hover {
  background-color: #06172a;
}

.cta-secondary {
    background-color: #00bfa6;
    color: #fff;
    max-width: 148px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.8px;
    line-height: 1.8;
}
.cta-primary:hover {
    background-color: #06172a;
    color: #fff;
    text-decoration: none;
}
.cta-secondary:hover {
    color: #fff;
    text-decoration: none;
}
.cta-secondary:hover {
  background-color: #009e89;
}

.consult-right {
  flex: 1;
  min-width: 280px;
  text-align: right;
}

.consult-right .image-wrapper {
  position: relative;
  display: inline-block;
}

.consult-right img {
  max-width: 620px;
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .consult-container {
    flex-direction: column;
    text-align: center;
  }
  .consult-right img {
    max-width: 320px;
    width: 100%;
}
  .consult-left {
    text-align: center;
}
  .consult-section {
    padding: 50px 0 53px;
}
.two-col-wrapper {
    justify-content: space-between;
    flex-direction: column-reverse;
}
  .consult-left h1 {
    font-size: 32px;
  }

  .consult-left p {
    font-size: 15px;
  }

  .consult-ctas {
    justify-content: center;
  }
  .cta { 
    padding: 5px 17px;
}
  .cta-primary, .cta-secondary {  
    font-size: 13px;
    line-height: 2.7;
    max-width: 157px;
}
}
@media (max-width: 992px) {
