.section__present .container{}
.section__present .container div a{display: inline-block;width: 30%;box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);height: 200px;padding: 10px;margin-right: 2%;margin-bottom: 20px;font-size: 19px;background-repeat: no-repeat;background-position: center;}

@media (max-width: 768px){
    .qwe{}
    .section__bg-1{background-position-y: -210px;background-size: 170%;}
    .container, .container-sm {max-width: 100%;}
    .section__present .container div a{width: 47.5%;}
}

@media (max-width: 425px){
    .qwe{}
    .section__bg-1 {background-position-y: -70px;}
    .section__present .container div a{width: 100%;height: 200px;}
    .section__present .container div img{width: 100%;}
}