.main-banner-upc {
    min-height: 200px;
    padding-bottom: 35px;
    background-color: #098ea7;
    background-size: cover;
    background-image: url(../image/Hero_background_001.png);
}
.infoPageTitle h1 {
    margin: 0;
    font-size: 38px;
    color: white;
    font-weight: 500;
}
.infoPageTitle {
    padding: 60px 0 22px 0;
}
#content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.container-inside a{
    color: #0046BA !important;
    text-decoration: none !important;
}
#content ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    list-style: none;
}