.swi-h2-inline-center {
    display: inline;
    font-size: 43px;
}

.swi-h2-inline-center .swi-h2-highlight {
    display: inline;
    font-size: 60px;
}

section>div>.swi-h2 {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 150px;
}


.section-one .right-side img {
    width: 100%;
    margin: auto;
}

.section-one .left-side {
    row-gap: 20px;
}

.section-one .swi-btn-purple {
    width: fit-content;
}

.section-two-wrapper {
    row-gap: 40px;
}

.section-two img {
    max-width: 650px;
    width: 100%;
}

.section-two p {
    text-align: center;
}

.section-three-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-three .right-side img {
    max-width: 300px;
}

.section-three .swi-info-pages-p {
    margin-bottom: 40px;
}

.section-three .swi-btn-purple {
    width: fit-content;
}

.section-three .swi-h2-inline-center {
    font-size: 34px;
}

.section-four .swi-h2 {
    margin-bottom: 10px;
}

.section-four .swi-info-pages-p {
    text-align: center;
}

.section-four .featured-part {
    border-radius: 30px;
    background-color: #fff;
    padding: 30px;
    column-gap: 40px;
    margin-top: 30px;
    max-width: 100%;
}

.section-four .featured-part .top-part {
    column-gap: 20px;
}

.section-four .featured-part .top-part svg {
    width: 75px;
    min-width: 75px;
}

.section-four .featured-part img {
    height: 300px;
    width: auto;
}

.section-four .featured-part .swi-info-pages-p {
    margin-top: 30px;
}

.section-four .featured-part .swi-sub-page-sub-header {
    margin-bottom: 0;
}

.section-five .bottom-part {
    border-radius: 26px;
    background-color: #F0F0F0;
    padding: 30px;
    column-gap: 20px;
}

.section-six .serve-clients {
    column-gap: 30px;
    row-gap: 30px;
}

.section-six .serve-client * {
    text-align: center;
}

.section-six .serve-client {
    border-radius: 50px;
    background-color: #F0F0F0;
    padding: 20px;
    row-gap: 20px;
    flex: 1;
}

.growth-section svg {
    max-width: 100%;
}

.swi-google-reviews-carousel-about {
    max-width: 1440px;
    padding: 40px;
    max-width: 100%;
    column-gap: 20px;
    max-height: 400px;
}

.swi-google-reviews-slide {
    opacity: 1;
}

.swi-location-map img {
    width: 100%;
}

.swi-contact-us-section {
    margin-top: 150px;
}

.growth-section .mobile {
    display: none;
}

@media screen and (max-width: 1080px) {

    .swi-h2-inline-center {
        font-size: 30px;
    }

    .swi-h2-highlight {
        font-size: 35px !important;
    }

    .section-one-wrapper,
    .section-three-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    section>div>.swi-h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .section-two-wrapper {
        row-gap: 20px;
    }

    .section-three .right-side {
        text-align: center;
    }

    .swi-google-reviews-carousel-about {
        padding: 20px;
        flex-direction: column;
        max-height: unset;
        row-gap: 30px;
    }

    .swi-google-reviews-slide {
        width: 100%;
    }

    .section-four .featured-part {
        flex-direction: column;
    }

    .section-four .featured-part img {
        height: auto;
        width: 100%;
    }

    .section-four .featured-part .swi-sub-page-sub-header {
        font-size: 20px;
    }

    .section-five .bottom-part,
    .section-six .serve-clients {
        flex-direction: column;
    }

    .growth-section .mobile {
        display: block;
    }

    .growth-section .desktop {
        display: none;
    }

    .section-five .bottom-part img {
        width: 100%;
    }

    .featured-part:nth-child(4) .left-side {
        order: 2;
    }

    .featured-part:nth-child(4) .right-side {
        order: 1;
    }
}