#pk_flex_content .flex_layout.image_content_background {
margin-block: 80px !important;
}

#pk_flex_content .flex_content:has(.flex_layout.image_content_background){
    margin-inline: auto;
    max-width: 1312px;
}

#pk_flex_content .flex_layout.image_content_background {
    background: var(--light-blue);
    border-radius: 10px;
    margin-block: 120px;
    margin-block: clamp(30px, 8.1vw, 120px);
    padding: 60px;
}


.flex_layout.image_content_background .image_content_background_wrapper{
    display: flex;
    gap: 60px;
    z-index: 2;
    position: relative;
}


.flex_layout.image_content_background .image_content_background_wrapper img{
    width: 100%;
    aspect-ratio: 591/ 407;
    object-fit: cover;
    border-radius: 10px;
    width: 591px;
}

.flex_layout.image_content_background .image_content_background_wrapper .image_container{
    position: relative;
    display: flex;
    /* justify-content: flex-end; */
}

.flex_layout.image_content_background .image_content_background_wrapper .text {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%
}

@media screen and (min-width: var(--site-grid)){
--site-grid: 1472px;
#pk_flex_content .flex_layout.image_content_background {
    margin-inline: 80px;
}
}


@media screen and (max-width: 1540px){
    #pk_flex_content .flex_layout.image_content_background {
        margin-inline: 20px;
        
    }
}

@media screen and (max-width: 1300px){
    #pk_flex_content .flex_layout.image_content_background {
    padding: 30px 40px;
}
}


@media screen and (max-width: 992px){
    .flex_layout.image_content_background .image_content_background_wrapper{
        gap: 50px;
    }
}


@media screen and (min-width: 768px){

    .flex_layout.image_content_background .image_content_background_wrapper{
        align-items: center;
    }
    
    .flex_layout.image_content_background .image_content_background_wrapper.image_right{
        flex-direction: row-reverse;
    }
    
    .flex_layout.image_content_background .image_content_background_wrapper.image_right .image_container {
    justify-content: flex-end;
}
    
    .flex_layout.image_content_background .image_content_background_wrapper.image_right .image_container .image_wrapper{
        text-align: right;
    }
    
    .flex_layout.image_content_background .image_content_background_wrapper .image_container {
        width: 60%;
    }
    
    .flex_layout.image_content_background .image_content_background_wrapper .content_container {
        width: 40%;
    }
}
@media screen and (max-width: 977px){
    
    #pk_flex_content .flex_layout.image_content_background {
    margin-block: 40px !important;
    }

    
    #pk_flex_content .flex_content:has(.flex_layout.image_content_background){
        margin-inline: 20px;
    }
    
    .flex_layout.image_content_background .image_content_background_wrapper{
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    
    .flex_layout.image_content_background .image_content_background_wrapper img{
        width: 100%;
        aspect-ratio: 591/ 407;
    }

    .flex_layout.image_content_background .image_content_background_wrapper .image_container div.statistics_container{
        margin-right: 30px;
    }
}

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

    #pk_flex_content .flex_content:has(.flex_layout.image_content_background),
    #pk_flex_content .flex_layout.image_content_background{
        margin-inline: 0px !important;
    }

    #pk_flex_content .flex_layout.image_content_background{
        padding-inline: 20px;
    }
    
}
