/* ECサイト制作ページにロゴ追加 */
.catch__img-wrapper{
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 67px 115px;
    margin-top:40px;

}
.catch__img-item{
    width: calc(100% / 3 - 13%);
}
.catch__img-item:nth-child(3){
    scale: 1.4;
}

@media screen and (max-width: 999px){
    .catch__img-wrapper{
        padding: 20px;
        margin-top: 20px;
    }
    .catch__img-item{
        width: calc(100% / 3 - 5%);
    }
}
