@charset "UTF-8";

.beforeafter_archive .inner_item {
    position: relative;
    margin: 0 30px 0 0;
    display: flex;
}

.beforeafter_archive .after {
    width: 40%;
    text-align: center;
}

.beforeafter_archive .inner_item_txt {
    padding-top: 5px;
    width: 35%;
    /* margin: 0 auto; */
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
.beforeafter_archive .inner_item {
    position: relative;
    margin: 0 30px 0 0;
    display: block;
}
}
@media screen and (max-width: 768px) {
.beforeafter_archive .after {
    width: 70%;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
.beforeafter_archive .inner_item_txt {
    padding-top: 5px;
    margin-left: 30px;
    width: auto;
}
}


@media screen and (max-width: 768px) {
.beforeafter_archive .inner_item_txt {
    padding-top: 5px;
    margin-left: 5px;
    width: auto;
}
}