.section-common-content-image {
    position: relative;
    background-image:  url(../../../images/render/ca-dots.svg);
    background-position: top right -30px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
    z-index: 98;
}

.section-common-content-image::before {
    content: '';
    position: absolute;
    background: url(../../../images/icons/ca-stars-icon.svg) no-repeat;
    width: 96px;
    height: 103px;
    background-size: 96px 103px;
    bottom: -32px;
    left: 32px;
}

.section-common-content-image.is-reverse {
    background-position: top left -30px;
}

.section-common-content-image.is-reverse:before {
    background: url(../../../images/icons/ca-stars-2-icon.svg) no-repeat;
    width: 96px;
    height: 103px;
    background-size: 96px 103px;
    left: auto;
    right: 5%;
    bottom: 0;
}

.section-common-content-image.no-before-background:before {
    display: none;
}

.section-common-content-image.is-circle {
    background-image: url(../../../images/render/ca-circle-1.webp), url(../../../images/render/ca-dots.svg);
    background-position: bottom left, top right -42px;
    background-size: 35%, auto;
}

.section-common-content-image.is-wave {
    background-image: url(../../../images/render/ca-lines-1.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 45%;
    position: relative;
}

.section-common-content-image .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 96px;
}

.section-common-content-image.is-reverse .section-heading {
    order: 2;
}

.section-common-content-image .section-heading {
    padding-bottom: 0;
}

.section-common-content-image .section-wrapper> div {
    flex: 1 1 0;
}

.section-common-content-image .section-heading .title {
    margin-bottom: 15px;
}

.section-common-content-image .section-heading p:not(.title) {
    font-size: 22px;
    font-weight: 500;
}

.section-common-content-image .section-heading ul {
    list-style: disc;
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding-left: 32px;
    margin-top: 16px;
    padding-bottom: 16px;
}

.section-common-content-image .section-heading li {
    font-size: 22px;
    font-weight: 500;
}

.section-common-content-image .section-heading :is(h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6):not(.title) {
    font-style: normal;
}

.section-common-content-image .section-button {
    padding-top: 32px;
}

.section-common-content-image .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 675px;
}

.section-common-content-image .section-content > div {
    width: 100%;
}

.section-common-content-image .section-content p {
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-align: center;
}

.section-common-content-image .section-content p:not([class]) {
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 0;
}

.section-common-content-image .section-content img {
    max-height: 475px;
    width: auto;
}

.section-common-content-image .section-content-extended {
    font-size: 16px;
    padding-top: 32px;
}

.section-common-content-image .section-content-extended .accordion__body a {
    color: var(--text-color);
    font-weight: 700;
}

.section-common-content-image::before {
    content: "";
    position: absolute;
}

.section-common-content-image .google-maps {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.section-common-content-image .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.section-common-content-image.our-projects::before {
    background: url(../../../images/icons/ca-stars-icon.svg) no-repeat;
    width: 160px;
    height: 171px;
    background-size: 160px 171px;
    top: 32px;
    left: 20%;
}

.section-common-content-image.about-us::before {
    background: url(../../../images/icons/ca-heart-icon.svg) no-repeat;
    width: 60px;
    height: 51px;
    background-size: 60px 51px;
    top: 64px;
    left: 35%;
}

@media (max-width: 1280px) {
    .section-common-content-image.our-projects::before {
        width: 112px;
        height: 120px;
        background-size: 112px 120px;
        top: -128px;
        left: 32px;
    }

    .section-common-content-image .section-heading p:not(.title),
    .section-common-content-image .section-heading li {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .section-common-content-image::before {
        width: 50px;
        height: 54px;
        background-size: 50px 54px;
        bottom: -8px;
        left: 8px;
    }

    .section-common-content-image.is-reverse:before {
        width: 54px;
        height: 58px;
        background-size: 54px 58px;
        right: 16px;
        bottom: -8px;
    }

    .section-common-content-image.is-reverse .section-content {
        order: 2;
    }

    .section-common-content-image .section-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .section-common-content-image.about-us::before {
        width: 30px;
        height: 21px;
        background-size: 30px 21px;
        top: 0;
        left: 32px;
    }
}