.shop {
    padding: 30px 0 50px 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.shop__title {
    color: #124F47;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 70px;
}



@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 480px) {

    .shop__title {
        margin-bottom: 50px;
    }
}