/* #pk_flex_content .flex_content:has(.flex_layout.image_content){
    margin-inline: 100px;
    margin-block: 120px;
}

#pk_flex_content .flex_layout.image_content{
padding: 0;
} */

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

.flex_layout.image_content .image_content_wrapper{
    display: flex;
    gap: 10%;
    z-index: 2;
    position: relative;
    align-items: center;
}


.flex_layout.image_content .image_content_wrapper img{
    width: 100%;
    aspect-ratio: 681/ 487;
    object-fit: cover;
    border-radius: 10px;
    width: 681px;
}

.flex_layout.image_content .image_content_wrapper .image_container{
    position: relative;
}

.flex_layout.image_content .image_content_wrapper .text {
    margin-top: 24px;
    max-width: 540px;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
}

.flex_layout.image_content .image_content_wrapper .text p {
    margin-bottom: 8px;
}

.flex_layout.image_content .image_content_wrapper .text p:has(a) {
    font-weight: 600
}

.flex_layout.image_content .image_content_wrapper .button_container {
    margin-top: 16px;
}

@media screen and (max-width: 1025px){
    .flex_layout.image_content .image_content_wrapper .title {
    flex-direction: column;
}


@media screen and (max-width: 992px){
    
    #pk_flex_content .flex_layout.image_content {
    padding: 20px 20px;
}
    
    .flex_layout.image_content .image_content_wrapper{
        gap: 50px;
    }
    
    .flex_layout.image_content .image_content_wrapper img{
        width: 100%;
        aspect-ratio: 681/ 800;
        object-fit: cover;
        border-radius: 10px;
        width: 681px;
    }
}


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

    .flex_layout.image_content .image_content_wrapper{
        align-items: center;
    }
    
    .flex_layout.image_content .image_content_wrapper.image_right{
        flex-direction: row-reverse;
    }
    .flex_layout.image_content .image_content_wrapper.image_right .image_container .image_wrapper{
        text-align: right;
    }
    
    .flex_layout.image_content .image_content_wrapper .image_container{
        width: 55%;
    }
    
    .flex_layout.image_content .image_content_wrapper .content_container{
        width: 45%;
    }
}
@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.image_content {
        margin-block: 40px !important;
        margin-inline: 0px;
    }
    
    #pk_flex_content .flex_layout.image_content .image_content_wrapper .content_container{
     width: 100%   
    }
    
    .flex_layout.image_content .image_content_wrapper{
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    
    .flex_layout.image_content .image_content_wrapper > .image_wrapper > img{
        max-width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    
    .flex_layout.image_content .image_content_wrapper img{
        width: 100%;
        aspect-ratio: 681/ 487;
        object-fit: cover;
        border-radius: 10px;
        width: 681px;
    }
    
    .flex_layout.image_content .image_content_wrapper .image_container div.statistics_container{
        margin-right: 30px;
    }
}