/**/



.elementor-image-box-wrapper {
    display: flex;
    gap: 15px;
}

.elementor-widget-image-box .elementor-image-box-content {
    text-align: left;
}

.fullwidth .elementor-container {
    max-width: 1600px;
}

div#block-reassurance ul {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.elementor-widget-image .elementor-image img {
    width: 100%;
}

/*media queryes*/
@media(max-width: 767px){
    div#block-reassurance ul li{
        width: 49%;
        /* font-size: 9px; */
    }
    
    div#block-reassurance ul li .h6 {
        font-size: 13px;
    }
    
    div#block-reassurance ul {
        display: flex;
        flex-wrap: wrap;
    }
   
}
/*media queryes end*/

