@charset "UTF-8";

/* =======================================
goods
======================================= */
.goods {
    position: relative;
}

.goods::before {
    content: '';
    background-image: url(../img/mark.png);
    width: 171px;
    height: 171px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.img_goods{
    max-width: 100%;
}

.logo {
    height: 86px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* .section__topic {
    margin-top: 228px;
} */

.img_goods {
    margin-top: 70px;
}

.section__topic__goods::before {
    content: '';
    background-image: url(../img/shop.png);
    width: 216px;
    height: 77px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

@media screen and (min-width: 769px) { 

    .section__topic__goods::before {
        width: 370px;
        height: 133px;
    }

}
