.wrap_card_items {
    padding: 60px;
    background-color: #f4f5fb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
@media only screen and (max-width: 1232px) {
}

@media only screen and (max-width: 1024px) {
    .wrap_card_items {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 32px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wrap_card_items {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

@media only screen and (max-width: 560px) {
    .wrap_card_items {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 24px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}
