.wrapper-header {
    padding: 10px 0;
    background-color: #0e325d;
    color: #fff;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    /* background: #FFF; */
    /* background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(116, 199, 232, 0.27) 50%); */
}
.wrapper-header .logo img {
    max-height: 90px;
}
.web-title {
    text-transform: uppercase;
    font-weight: bold;
}
.web-title h1 {
    margin: 15px 0;
    color: #fff;
    /* color: #0f60ac; */
    /* text-shadow: 2px 2px 2px #e5d9d9; */
}
.web-title h2 {
    color: #ffff00;
    /* text-shadow: 2px 2px 2px #e5d9d9; */
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .wrapper-header {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .wrapper-header .logo img {
        max-width: 50px;
    }
    .web-title h1 {
        font-size: 3.5vw;
    }
    .web-title h2 {
        font-size: 1.8vw;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .web-title h1 {
        font-size: 3.8vw;
    }
}