/* assets/css/join_us.css */

.member-apply-box {
    width: 31% !important;
    margin-bottom: 20px;
}

.category-heading {
    color: #C1181D;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1em;
}

.apply-box .text p,
.apply-box .text ol li {
    font-size: 1.3rem;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

@media only screen and (max-width: 700px) {
    .member-apply-box {
        width: 100% !important;
    }

    .f-wraps {
        flex-wrap: wrap;
    }
}
