
.site-shopping-info {
    background-color: #f6f6f6;
    height: 207px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-shopping-info.home-bg{
    background-color: #ffffff;
}

.info{
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .info__image img{
    width: 48px;
    height: 30px;
    object-fit: contain;
}

.info .info__title{
    width: 119px;
    height: 39px;
    margin-left: 14px;
}
