@use "../../../../styles/abstracts/mixins";  
@use "../../../../styles/abstracts/variables";

.welcome {
    margin-bottom: 1.5rem;
    margin-top: 1.8rem;
    @media only screen and (max-width: 1000px) {
        margin-top: 1.2rem !important;
        margin-bottom: 1rem;
    }

    h1{
        font-weight: 600 !important;
        font-size: 1rem !important;
        color: variables.$col-white;
        @media only screen and (max-width: 1000px) {
            font-size: 1.2rem !important;
        }
    }

    h3{
        color: variables.$col-white;
        font-weight: 500;
        opacity: .8;
        font-size: .8rem;
        padding-top: .2rem;
    }
}