@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:992px) {

    
}
@media only screen and (max-width:767px) {
    .header-holder, .footer-holder {
        justify-content: center;
        flex-direction: column;
    }
    .logo-holder {
        margin-bottom: 25px;
    }
    .price, .checkboxes { 
        flex-direction: column;
    }
    .registration-form h2 {
        font-size: 45px;
    }
    .landing-banner h2 {
        font-size: 30px;
    }
    .accordion-header {
        flex-direction: column;
    }
    .accordion-header button {
        width: 100%;
        font-size: 22px;
    }
    .member-guest {
        justify-content: space-around;
    }
    
}
@media only screen and (max-width:500px) { 
    .accordion-header button span {
        margin-left: 20px;
    }
}