﻿.content__wrap {
    width: 30%;
}

@media only screen and (max-width: 768px) {
    .content__wrap {
        width: 100%;
    }
}
