*{
    font-family: 'Raleway', sans-serif;
}
.intro{
    height: 100%;
}

.gradient-custom{
    background: #e8eaeb;
}
.logo{
    width: 300px;
}
.fa-regular.fa-circle-user{
    font-size: 5rem;
    padding-bottom: 10px;
}
@media(max-width: 1400px){
    .logo{
        width: 250px;
    }
}
@media(max-width: 992px){
    .logo{
        width: 250px;
    }
    .fa-regular.fa-circle-user{
        font-size: 3rem;
    }
    .pb-5{
        padding-bottom: 1rem !important;
    }
}
@media(max-width: 452px){
    .logo{
        width: 200px;
    }
}
@media(min-height: 300px) and (min-height: 450px){
    .intro{
        height: auto;
    }
}