#contact-need-help .container {
    padding: 100px 10px;
}

#contact-need-help .hero-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 65px;
}

#contact-need-help .hero-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #595959;
    max-width: 61%;
}

#contact-need-help .cards {
  gap: 40px 0px;
}

#contact-need-help .card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

#contact-need-help .card-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    padding-right: 25px;
}

#contact-get-in-touch {
    background: #E7F1FE;
    padding: 60px 0 54px;
}

#contact-get-in-touch .hero-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 36px;
}

#contact-get-in-touch .cards {
    justify-content: space-between;
}

#contact-get-in-touch .card {
    width: 342px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    border: 1px solid #E7F1FE;
    overflow: hidden;
    height: 325px;
}

#contact-get-in-touch .card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #4B5563;
    margin-bottom: 43px;
    text-align: center;
}

#contact-get-in-touch .card-body {
    padding: 28px 27px 28px 25px;
}

#contact-get-in-touch .card-body p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    margin: 0px;
}

#contact-get-in-touch .card-body .fw-bold {
    color: #4B5563;
    text-decoration: none;
}

#contact-get-in-touch .card-body p.card-desc {
    margin-bottom: 35px;
}

#contact-reach-us .container {
    padding: 40px 10px;
}
#contact-reach-us .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

#contact-reach-us .map {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 570px;
}

#contact-reach-us .map img{
    width: 100%;
}

#contact-reach-us .card {
    width: 601px;
    height: 265px;
    border: 1px solid #E7F1FE;
    position: absolute;
    bottom: 20px;
    left: 18px;
    border: 1px solid #E7F1FE;
    box-shadow: 0px 10px 15px 0px #0000001A;
    padding: 50px;
    border-radius: 15px;
}

#contact-reach-us .card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #4B5563;
    margin-bottom: 0px;
}

#contact-reach-us .card-body p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    margin: 0px;
}

#contact-reach-us .card-body .fw-bold {
    color: #4B5563;
}

#contact-reach-us .card-body p.card-email {
    margin: 35px 0 0;
}

#contact-reach-us .card-desc {
    margin-bottom: 40px;
}

#contact-reach-us .card-body {
    padding: 0px;
}



#contact-our-promise {
    background: linear-gradient(265.06deg, #01E2D3 -12.63%, #0176FE 100%);
}

#contact-our-promise .container {
    padding: 50px 10px;
}

#contact-our-promise .heading, #contact-our-promise .footer-heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
}

#contact-our-promise .sub-heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto 40px;
    max-width: 55%;
}

#contact-our-promise .social-icons {
    margin-top: 34px;
    gap: 20px;
}

#contact-our-promise .social-icons a {
    width: 62px;
    height: 62px;
    background: #FFFFFF1A;
}