.summary_carousel_section{}

.summary_box_wrap{position: relative;}

.summary_box{}

.summary_box img{border-radius: 10px; width: auto; }

.summary_box_hv{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px;  display: flex; align-items: center; justify-content: center;}
.summary_box .summary_box_hv img{
    transform: scale(1);
}

.summary_box_wrap ul{padding: 0; margin: 0;}

.summary_box_wrap ul li{list-style: none; float: left; width: 49%; margin-bottom: 22px; border-radius: 10px; background: #e4dfda; height: 276px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}

.summary_box_wrap ul li:nth-child(2n+2){float: right;}

.summary_carousel_section .owl-theme .owl-dots .owl-dot span{background: #e4dfda;}

.summary_carousel_section .owl-theme .owl-dots .owl-dot.active span{background: #a3a3a3;}




@media (max-width: 575px){

.summary_box_wrap ul li{width: 100%; float: none;}
.summary_box_wrap ul li:nth-child(2n+2){float: none;}

}
