.harom-kep-wrapper{
    width:100%;
    box-sizing:border-box;
}
.harom-kep-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:20px;
    width:100%;
}
.harom-kep-item{
    width:100%;
    aspect-ratio: 0 / 1;
    overflow:hidden;
}
.harom-kep-item img{
    width:100%;
    height:100% !important;
    object-fit:cover;
    display:block;
}
@media (max-width: 768px){
    .harom-kep-grid{ grid-template-columns:1fr 1fr; }
    .harom-kep-item:nth-child(3){ display:none; }
}
