.uplab-h3 {
    text-align: center;
    font-size: 30px;
}
.where-buy__wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.where-buy__wrap a{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.where-buy__wrap a img{
    max-width: 200px;
}
.where-buy__element{
    width: 100%;
}
@media (min-width: 768px) {
    .where-buy__element{
        width: 50%;
    }
}
@media (min-width: 992px) {
    .where-buy__element{
        width: 33.3%;
    }
}
@media (max-width: 1360px) {
    .uplab-h3{
        font-size: 20px;
    }
}