#hero {
    position: relative;
    min-height: 671px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #F3FBF7;
    padding: 100px 0;
}
#hero .image {
    position: absolute;
    inset: 0;
    z-index: 1;
}
#hero .image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
}
#hero .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
}
#hero .container {
    position: relative;
    z-index: 3;
}
/* #hero .content {
    max-width: 510px;
} */
#hero .content h1 {
    color: #1A1A2E;
    font-family: "proxima-nova";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}
#hero .content h1 strong {
    color: #00A155;
    font-family: "proxima-nova";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
}
#hero .content p {
    color: #4A5568;
    font-family: "niveau-grotesk";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
}
#hero .content .click {
    margin-top: 30px;
}

@media (max-width: 991px) {
    #hero .image:before {
        background: linear-gradient(90deg, rgba(244, 252, 248, 0.98) 0%, rgba(244, 252, 248, 0.94) 45%, rgba(244, 252, 248, 0.32) 100%);
    }
}
@media (max-width: 767px) {
    #hero {
        align-items: center;
    }
    #hero .image img {
        object-position: 62% center;
    }
    #hero .image:before {
        background: linear-gradient(180deg, rgba(244, 252, 248, 0.98) 0%, rgba(244, 252, 248, 0.9) 45%, rgba(244, 252, 248, 0.22) 100%);
    }
    #hero .content {
        max-width: 100%;
    }
}

#trusted {
    padding: 50px 0;
    background: #FFF;
}

#trusted .content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 100px;
}

#trusted .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
    letter-spacing: -0.48px;
    margin-bottom: 30px;
}

#trusted .content h2 strong {
    color:#00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}

#trusted .content p {
    color: rgba(26, 26, 26, 0.70);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#trusted .slider .slick-slide {
    height: auto;
    margin: 0 10px;
}

#trusted .logo img {
    margin: 0 auto;
    width: 100%;
}

#about {
    padding: 100px 0;
    background: #FFF;
}

#about .content {
    max-width: 576px;
}

#about .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    background: #FFF2EA;
    margin-bottom: 26px;
}

#about .content h2 {
    color: #101828;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 120.455% */
    margin-bottom: 25px;
}

#about .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
}

#about .content p {
    color: #4A5565;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px; /* 162.5% */
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content .click {
    margin-top: 36px;
}

#about .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

#about .item {
    width: calc(50% - 11px);
    min-height: 164px;
    border: 1px solid #EEE;
    border-radius: 16px;
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 20px;
}

#about .item .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 161, 85, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

#about .item:nth-child(even) .icon {
    background: rgba(247, 113, 13, 0.10);
}

#about .item .icon img {
    max-width: 18px;
    max-height: 18px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#about .item h3 {
    color: #00A155;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
}

#about .item:nth-child(even) h3 {
    color: #F7710D;
}

#about .item p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

@media (max-width: 1200px) {
    #about .content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #about {
        padding: 50px 0;
    }
    
    #about .wrap {
        gap: 16px;
    }

    #about .item {
        width: 100%;
        min-height: 150px;
    }
}

#services {
    position: relative;
    padding: 100px 0 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #073D2F;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

#services:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    z-index: 3;
    background: linear-gradient(45deg, #F9E213 0%, #F7710D 100%)
}

#services .container {
    position: relative;
    z-index: 2;
}

#services .content .tag {
    color: #F9E213;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

#services .content h2 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px; /* 105% */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}

#services .content p {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px; /* 162.5% */
}

#services .content .click {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #services {
        background-position: 65% center;
    }

    #services:before {
        background: rgba(0, 58, 43, 0.82);
    }

    #services .content {
        max-width: 100%;
    }
}

#work-with {
    padding: 50px 0;
    background: #FFF;
}

#work-with .content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

#work-with .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "niveau-grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF2EA;
    margin-bottom: 18px;
}

#work-with .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#work-with .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#work-with .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin: 0;
}

#blocks {
    padding: 0;
    background: #FFF;
}

#blocks .item {
    padding: 100px 0;
    background: #FFF;
}
#blocks .item:nth-child(even) {
    background: linear-gradient(135deg, rgba(255, 92, 0, 0.05) 0%, rgba(0, 0, 0, 0.00) 100%);
}
#blocks .item:nth-child(even) .row {
    flex-direction: row-reverse;
}
#blocks .item:nth-child(even) .image img {
    margin-left: auto;
}

#blocks .image img {
    max-width: 497px;
    width: 100%;
    height: auto;
    aspect-ratio: 497/497;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

#blocks .content h2 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    /* 116.216% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

#blocks .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    text-transform: capitalize;
}

#blocks .content p {
    color: rgba(26, 26, 26, 0.65);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}
#blocks .content p:last-child {
    margin-bottom: 0;
}

#blocks .content .click {
    margin-top: 40px;
}

@media(max-width:1200px) {
    #blocks .image img {
        margin: 0 auto !important;
        display: block;
    }
}

@media (max-width: 767px) {
    #blocks .item:nth-child(even) .row {
        flex-direction: column;
    }
}

#our-services {
    padding: 100px 0;
    background: #FFF;
}

#our-services .content.top {
    margin: 0 auto;
    text-align: center;
}

#our-services .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF3EB;
    margin-bottom: 18px;
}

#our-services .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#our-services .content h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#our-services .content p {
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#our-services .wrap {
    max-width: 980px;
    margin: 72px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

#our-services .item {
    width: calc(50% - 18px);
    min-height: 290px;
    border: 1px solid #E6E8EC;
    border-radius: 8px;
    background: #F8F9FA;
    padding: 27px 28px 24px;
    display: flex;
    flex-direction: column;
}

#our-services .item .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #DFF5EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

#our-services .item:nth-child(2) .icon,
#our-services .item:nth-child(3) .icon {
    background: #FFF0E8;
}

#our-services .item .icon img {
    max-width: 19px;
    max-height: 19px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#our-services .item .content h3 {
    color: #101828;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
}

#our-services .item .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    text-align: left;
    margin-bottom: 0;
}

#our-services .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
}

#our-services .tags span {
    color: #00A155;
font-family: "Niveau-Grotesk";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
    border-radius: 50px;
    background: #DFF5EB;
    padding: 6px 10px;
}

#our-services .item:nth-child(2) .tags span,
#our-services .item:nth-child(3) .tags span {
    color: #F7710D;
    background: #FFF0E8;
}

#our-services .item .click {
    margin-top: 40px;
}

#our-services .item .click a {
    color: #00A155;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    text-decoration: none;
}

#our-services .item:nth-child(2) .click a,
#our-services .item:nth-child(3) .click a {
    color: #F7710D;
}

@media (max-width: 1200px) {
    #our-services .wrap {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #our-services {
        padding: 50px 0;
    }

    #our-services .wrap {
        margin-top: 45px;
        gap: 20px;
    }

    #our-services .item {
        width: 100%;
        min-height: 0;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

#difference {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 161, 85, 0.15) 100%);
}

#difference .content.top {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

#difference .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF0E8;
    margin-bottom: 18px;
}

#difference .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#difference .content h2 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#difference .content p {
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
    
}

#difference .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 58px;
    margin-top: 86px;
}

#difference .item {
    width: calc(33.333% - 39px);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#difference .item .icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 12px;
    background: #FFF0E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#difference .item:nth-child(even) .icon {
    background: #DFF5EB;
}

#difference .item .icon img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#difference .item .content h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
    margin-bottom: 14px;
}

#difference .item .content p {
    color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    margin-bottom: 0;
    text-align: left
}

@media (max-width: 1200px) {
    #difference .wrap {
        gap: 40px;
    }

    #difference .item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    #difference .wrap {
        margin-top: 50px;
        gap: 30px;
    }

    #difference .item {
        width: 100%;
    }
}

#sectors {
    padding: 100px 0;
    background: #FFFFFF;
}

#sectors .row {
    row-gap: 20px;
}

#sectors .intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

#sectors .intro .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 20px;
    color: #F7710D;
    background: #FFF1E8;
    border-radius: 100px;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
}

/* --------- */
#sectors .intro .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin: 16px 0 20px;
}

#sectors .intro .content h2 strong {
    color: #00A155;
    font-weight: 700;
}

/* --------- */
#sectors .intro .content p {
    max-width: 760px;
    margin: 0 auto;
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

#sectors .item {
    position: relative;
    width: 100%;
    min-height: 418px;
    overflow: hidden;
    border-radius: 14px;
}

#sectors .item > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sectors .item .overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 418px;
    padding: 28px 24px 24px;
    background: linear-gradient(180deg, rgba(11, 14, 13, 0) 25%, rgba(11, 14, 13, 0.9) 100%);
}

/* --------- */
#sectors .item .content h3 {
color: #FFF;
font-family: "Proxima-Nova";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 145.455% */
    margin-bottom: 16px;
}

/* --------- */
#sectors .item .content p {
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
    margin-bottom: 0;
}

#sectors .item .more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 30px;
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    text-decoration: none;
}

#sectors .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 418px;
    padding: 42px 26px;
    background: #00A155;
    border-radius: 14px;
}

/* --------- */
#sectors .contact .content h3 {
color: #FFF;
font-family: "Proxima-Nova";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 127.273% */
    margin-bottom: 18px;
}

/* --------- */
#sectors .contact .content p {
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
    margin-bottom: 0;
}

#sectors .contact .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #sectors .intro {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #sectors .intro {
        margin-bottom: 30px;
    }

    #sectors .intro .content h2 {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: -0.36px;
    }

    #sectors .item,
    #sectors .item .overlay,
    #sectors .contact {
        min-height: 400px;
    }
}

#enquire {
    padding: 100px 0;
}

#enquire .content {
    max-width: 880px;
    margin: 0 auto 100px;
    text-align: center;
}
#enquire .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#enquire .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#enquire .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#enquire .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#enquire .content p:last-child {
    margin-bottom: 0;
}
#enquire h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    margin-bottom: 30px;
}
#enquire .left .icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #E8F8EF;
}
#enquire .left .icon i {
    color: #00A155;
}
#enquire .left .phone,
#enquire .left .email,
#enquire .left .address {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
#enquire .left .link {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}
#enquire .left .link span {
    display: block;
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}
#enquire .left .link a {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}