@charset "utf-8";

.goods{
    height: 1567px;
    padding: 100px 64px;
    background-image: url(../image/bg_goods.png);
    background-repeat: no-repeat;
}
.goods .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 90px;
}
.goods .box{
    text-align: center;
}
.goods .box figure{
    margin-bottom: 15px;
}
.goods .box p{
    line-height: 24px;
}