/*------------------------------------*\
   CONTACT US CSS
\*------------------------------------*/
.contact-border {
    width: 20%;
    margin: 4rem auto;
    border-top: 1px solid #009BF4;
}


/*------------------------------------*\
   HOME CSS
\*------------------------------------*/
h1.title {
    font-size: 8.000em;
    color: #009BF4;
}

.error-container p strong a {
    font-size: 1.500em;
    text-decoration: none;
}



/*------------------------------------*\
   FLEXBOX CSS
\*------------------------------------*/
.flex-item-light-grey {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


/*------------------------------------*\
   MEDIA QUERES
\*------------------------------------*/
@media (max-width: 768px) {
    .form-container {
        width: 100%;
    }

    .contact-border {
        width: 100%;
    }
}