.aboutHero {
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    height: 330px;
    width: 100%;
    margin-top: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutHero h1 {
    text-shadow: none !important;
    color: white;
    text-align: center;
    font-size: 70px;
    margin-bottom: 8px;
}

.aboutHero>div>div {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.aboutHero .current-page {
    color: #12BDF3;
}

.aboutCont h5 {
    color: #12BDF3;
    font-size: 1em;
}

.aboutCont h2 {
    font-size: 2em;
}

.align-center {
    align-items: center;
}

.about-cta {
    background-image: url("../images/about-cta.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 80dvh;
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-cta h3 {
    color: white;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: normal;
}

.about-cta h1 {
    color: white;
    text-shadow: none;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 0;
}

.review-about {
    margin-top: 120px;
}

@media (min-width: 768px) {
    .hero-para-about {
        font-size: 1em !important;
    }

    .why-choose-content {
        padding-left: 40px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-wrapper>div {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-belt {
    padding: 40px 0;
    overflow: hidden;
    width: 78vw;
    margin: 0 auto;
}

.swiper.logos .swiper-slide {
    width: auto;
}

.swiper.logos img {
    width: auto;
    filter: none;
    opacity: 1;
    transition: filter .2s, opacity .2s, transform .2s;
}

.swiper.logos img:hover {
    filter: grayscale(100%);
    opacity: .75;
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .swiper.logos .swiper-slide {
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .about-cta h1 {
        font-size: 46px;
    }

    .aboutHero h1 {
        font-size: 60px;
    }
}

.builder-1,
.builder-2 {
    width: 200px !important;
    object-fit: contain;
}

.builder-3 {
    height: 160px !important;
    object-fit: contain;
}

.builder-4 {
    height: 140px !important;
    object-fit: contain;
}

.builder-5 {
    height: 150px !important;
    object-fit: contain;
}

.builder-container {
    background-color: #E9EAEA;
}

.choose-points-container {
    margin-top: 20px;
}

.choose-points {
    padding: 25px 0;
    border-top: 1px solid gainsboro;
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .choose-points {
        grid-template-columns: repeat(10, minmax(0, 1fr));
        gap: 0;
    }
}

.choose-points>img {
    grid-column: span 2 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: auto auto;
}

.choose-points>div {
    grid-column: span 8 / span 8;
}

.choose-points h3 {
    font-size: 1.3em;
    letter-spacing: normal;
    margin-bottom: 8px !important;
}

.why-choose-content h5 {
    color: #12BDF3;
    font-size: 1em;
}

.shape-service p{
    text-align: center;
}