.section--header{
    margin-bottom: clamp(2rem, 4.5vw, 4.5rem);
}

.contact-content h4{
    padding-bottom: 1.5rem;
}

.contentCards {
    display: flex;
    justify-content: space-between;
}

/*.sub-content{*/
/*    margin-bottom: 1.5rem;*/
/*    display: flex;*/
/*}*/

.sub-content {
    margin-bottom: 1.5rem;
    display: flex;
    width: 400px;
    justify-content: end;
}

.sub-content h6{
    font-size: 18px;
    font-weight: 400;
}

.note{
    font-size: 16px;
    margin-bottom: 1rem !important;
}

.error{
    color: red;
}

.form-group, .form-check{
    margin-bottom: 1.5rem !important;
}

.form-check input[type=checkbox]{
    border: 1px solid #000;
}

.form-check label{
    font-size: 14px;
}

.contact-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 50%);
}

.contact-banner h1{
    margin-bottom: 0 !important;
    font-weight: 600;
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
}

.form-control{
    font-size: 14px !important;
}

.form-group select{
    font-size: 14px;
}


@media (max-width: 576px){
    .sub-content {
        justify-content: left;
    }
    .contentCards {
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .contact-banner {
        height: auto;
    }
}