/* Start custom CSS for html, class: .elementor-element-4aa48e7 */.com-clean{
padding:30px;
background:#fff;
border-radius:10px;
}

/* TOP */

.com-top h3{
font-size:20px;
color:#132160;
margin-bottom:8px;
}

.com-top p{
color:#555;
font-size:14px;
max-width:650px;
}

/* LAYOUT */

.com-layout{
display:grid;
grid-template-columns:1.4fr 1fr;
gap:30px;
margin-top:25px;
}

/* BLOCK */

.com-block{
margin-bottom:20px;
}

.com-block h4{
font-size:15px;
color:#132160;
margin-bottom:12px;
}

/* TABLE STYLE */

.com-table{
display:grid;
gap:10px;
}

.com-table div{
display:flex;
justify-content:space-between;
background:#f5f7fb;
padding:10px 14px;
border-radius:6px;
font-size:14px;
}

.com-table span{
color:#555;
}

.com-table strong{
color:#132160;
}

/* LIST */

.com-block ul{
padding-left:18px;
}

.com-block li{
font-size:14px;
margin-bottom:6px;
color:#333;
}

/* RIGHT */

.com-stats{
display:flex;
gap:20px;
margin-bottom:20px;
}

.com-stats h5{
font-size:18px;
color:#EE7426;
margin:0;
}

.com-stats p{
font-size:12px;
color:#666;
}

/* IMAGE */

.com-image img{
width:100%;
border-radius:8px;
}

/* MOBILE */

@media(max-width:768px){

.com-layout{
grid-template-columns:1fr;
}

.com-stats{
justify-content:space-between;
}

}/* End custom CSS */