.block-cbg-installed .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-cbg-installed .h1 {
    margin-bottom: 0;
}

.block-cbg-installed .container-installed .description p {
    margin-bottom: 26px;
}


.block-cbg-installed .container-installed {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.block-cbg-installed .image_gallery-product a {
    border-radius: 32px;
    overflow: hidden;
    display: block;
}

.block-cbg-installed .image_gallery-product {
    row-gap: 24px;
}

.block-cbg-installed .container-installed :where(.dropdown .content, .description) h4 em {
    background-color: var(--Secondary-100, #CF2B24);
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    padding: 0;
}

.block-cbg-installed ul {
    list-style-type: square;
}

.block-cbg-installed .dropdown .content :where(ul, ol p, h4, h3, h2, h1) {
    margin-bottom: 32px;
}

.red {
    color: var(--Secondary-100, #CF2B24);
}

.block-cbg-installed .container-installed .description p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:992px) {
    .block-cbg-installed .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .block-cbg-installed .image_gallery-product {
        margin-top: 48px;
    }

    .block-cbg-installed .container-installed {
        gap: 48px;
    }

    .block-cbg-installed .container-installed .description {
        margin-top: -16px;
    }

    .block-cbg-installed .image_gallery-product a {
        border-radius: 24px;
    }

    .block-cbg-installed .image-long a img {
        min-height: 262.069px;
        width: 100%;
        object-fit: cover;
    }
}