@charset "UTF-8";

.sec01 .btn_wrap{
    display: flex;
    justify-content: center;
    column-gap: 3vw;
}
@media screen and (max-width: 768px){
    .header {
        margin-left: 3vw;
        margin-top: 20px;
    }
    .num_text {
        top: 16vw !important;
    }
}