@charset "utf-8";

@media screen and (min-width:769px) {
    :lang(en) .modal_header {
        padding-top: 190px;
    }
    .modal_content .vision-wrapper {
        padding: 0 5%;
    }
}
@media screen and (max-width:768px) {
    .modal_content .result {
        padding: 0 2%;
    }
}
