@charset "utf-8";

.student_tour .c-button{
    background-color: #d50000;
    border-color: #d50000;
    max-width: 220px;
    padding: 10px 20px;
}


.student_tour .c-button:hover {
    background-color: #fff;
    border-color: #d50000;
    color: #d50000;
    transition: all .2s !important;
}

.student_tour .c-button.close_btn{
    background: #818181;
    color: #ccc;
}


.student_tour .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.student_tour .flex .col_l{
    width: 62%;
}

.student_tour .flex .col_r{
    width: 35%;
    display: block;
}

.student_tour .flex .col_r img{
    max-width: 100%;
}

.c-info-table th {
    background-color: #fff;
    padding: 16px;
}
@media (max-width: 768px) {
    .c-info-table th {
         padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .student_tour .flex .col_l{
        width: 100%;
    }
    
    .student_tour .flex .col_r{
        width: 100%;
    }

    .student_tour .flex .col_r img{
       max-height: 180px;
       width: 100%;
       object-fit: cover;
    }

    

}
