.ads-haim{
    display: flex;
    width: 99%;
    min-height:150px;
    margin:  10px auto;
    justify-content: center;
    align-items: center;

}
.ads-haim >a{
    display: flex;
    justify-content: center;
        width: 100%;
}
.ads-img-haim{
    width: auto;  
    cursor: pointer;
}



@media  (max-width: 1024px) {
    .ads-haim{
        min-height:300px;
    }
}
