.aboutUs-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004467;
    height: 500px;
    width: 100%;
    padding: 0 3%;
    text-align: center;
}
.aboutUs-title h1 {
    font-size: 2.71rem;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 993px) and (max-width: 1440px) {
    .aboutUs-title {
        height: 345px;
    }
}

@media (max-width: 992px){
    .aboutUs-title {
        height: 220px;
    }
    .aboutUs-title h1 {
        font-size: 1.71rem;
    }
}