@media screen and (min-width: 768px){
    .plan_content_box {
        padding: 60px;
    }
}

@media screen and (min-width: 576px){
    .waive_btn:not(#waive-info .waive_btn) {
        width: 193px !important;
    }
    #waive-yes p {
        font-size: 22px;
    }
    #waive-yes .note_title {
        font-size: 33px;
    }
}

section.plan_content_box {
    background: #fff;
}

#waive-select, #waive-no {
    max-width: 754px;
}

#waive-yes, #waive-info {
    max-width: 832px;
}

.note_title {
    font-size: 22px;
}

#waive-yes p {
    font-size: 18px;
}

#waive-yes .note_title {
    font-size: 28px;
    line-height: 1.3;
}

.waive_options {
    gap: 20px;
}

.waive_btn {
    height: 112px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #19265D;
    background: #F8F9FA;
    cursor: pointer;
}

.waive_btn:hover {
    background: #7A133E;
    color: #fff;
}

.waive_btn p {
    font-size: 22px;
}

#waive-info .waive_btn {
    border: none;
    color: #fff;
    cursor: auto;
}

#waive-no .waive_btn p {
    color: #222222;
}

#waive-no .waive_btn:hover p {
    color: #fff;
}