
a {
    text-decoration: none;
}

.banner {
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/banner.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.otc-benefit {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: url(/img/OTC-Benefit-Bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
}

.provider {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
}

.img-rounded {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.icon4 {
    width: 48px;
    height: 48px;
}

.bg-customer {
    background-color: #021042;
}

.bg-benefit {
    background-color: #182b6f;
}