section.home {
    background: url(../img/ambitious.jpg);
    height: 910px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 !important;
    padding: 0 0 !important;
    width: 100%;
}


body {
    margin: 0 0 !important;
    padding: 0 0 !important;
}


@media (max-width: 767.98px) {
 img.img-fluid {
    width: 232px !important;
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 25px !important;
    font-weight: 700;
    color: #00203f;
}

h2 {
    font-size: 20px !important;
    font-weight: 700;
    color: #363563;
}


}






section.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 235px;
    text-align: center;
}


h2 {
    font-size: 30px;
    font-weight: 700;
    color: #363563;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #00203f;
}


span {
    color: #e13300;
}

img.img-fluid {
    width: 500px;
}