
/*-- SECTION 2i --*/ 

.section-club-form {
    display: flex;
    gap: 20px;
}

.section-club-form .pkg-cont {
    width: 40%;
}


/*-- SECTION 2ii --*/ 

.section-club-form .form-temp-vc-reg {
    width: 60%;
    margin-top: 0;
}

#year-groups {
    width: 130px;
}

#collect-child {
    width: 150px;
}

.form-temp-vc-reg .cart {
    flex-direction: column;
    align-items: flex-start;
}

.form-completion {
    display: flex;
    flex-direction: column;
}


/*-- SECTION 2i and Section 2ii - Media Small Screens -- */

@media (max-width:800px) {
    
    .section-club-form {
        flex-direction: column;
    }

    .section-club-form .pkg-cont,
    .section-club-form .form-temp-vc-reg {
        width: 100%;
    }
}

@media (max-width:550px) {

    .btn-form {
        width: 280px;
    }
}
