/* Пользовательские стили*/
.btn-store{
    margin-top: 5rem;
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #dda365;
    border-radius: 10px;
    padding: 5px;
    background: rgba(221, 163, 101, 0.14) url(https://www.profnastil43.ru/wa-data/public/site/themes/pro_land/bem/mainslider/btn-store1-min.jpg) center no-repeat;
    background-size: cover;
}
.btn-store .shop-top{
    display: block;
    color: #dea465;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    background-color: white;
    box-shadow: 0px 0px 7px 3px white;
}
.btn-store .shop-bottom{
    display: block;
    color: #555;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 2rem;
}
.shop-button{
    display: block;
    text-align: center;
}
@media (max-width: 400px) {
    .btn-store .shop-top{
        margin-top: 5rem;
        font-size: 21px;
        line-height: 22px;
    }
    .btn-store .shop-bottom{
        font-size: 21px;
        line-height: 22px;
    }
}
