@font-face {
    font-family: blogBannerFont;
    src: url(../font/ROBOTO-LIGHT.TTF);
    font-weight: 400;
}

@font-face {
    font-family: blogBannerFont;
    src: url(../font/ROBOTO-MEDIUM.TTF);
    font-weight: 500;
}

@font-face {
    font-family: blogBannerFont;
    src: url(../font/ROBOTO-BOLD.TTF);
    font-weight: 700;
}

div.banner-insurers-container-v2 {
    box-sizing: border-box;
    font-family: blogBannerFont;
    white-space: normal;
    word-break: normal;
}

.banner-insurers-container-v2 > a:hover {
    text-decoration: none !important;
}

h3.banner-insurers-title-v2 {
    color: #0080B2 !important;
    font-size: 17pt !important;
    font-weight: 700 !important;
    text-align: left !important;
}

a.banner-insurers-link-v2 {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

div.banner-insurers-card-v2 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    min-height: 170px;
    border-radius: 25px;
    background-image: url("../img/blog-banner-v2-bg.jpg");
}

div.banner-insurers-card-v2:hover {
    background-image: url("../img/blog-banner-v2-bg-gray.jpg");
}

div.banner-insurers-card-v2:hover .banner-insurers-card-content-v2 {
    box-shadow: 0 20px 30px 10px #FFFFFF inset;
}

div.banner-insurers-card-image-v2 {
    width: 100%;
    height: 110px;
    border-radius: 25px 25px 0 0;
}

div.banner-insurers-card-image-v2 img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    /* height: 90px; */
}

div.banner-insurers-card-image-v2 img.bupa {
    width: 70px;
    height: auto;
}

div.banner-insurers-card-image-v2 img.msh {
    width: auto;
    height: 60px;
}

div.banner-insurers-card-image-v2 img.april {
    width: 110px;
    height: auto;
}

div.banner-insurers-card-content-v2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 20px 30px 10px #D6EDEE inset;
}

div.banner-insurers-card-content-v2:hover {
    box-shadow: 0 20px 30px 10px #FFFFFF inset;
}

div.banner-insurers-card-content-v2 ul {
    margin-top: 20px;
    margin-bottom: auto;
    padding-right: 20px;
    width: auto;
    font-size: 20px;
    line-height: 25px;
}

div.banner-insurers-card-content-v2 ul li {
    position: relative;
    width: auto;
    margin-block: 8px;
    list-style-type: none;
    color: #40454A;
}

div.banner-insurers-card-content-v2 ul li::before {
    position: absolute;
    content: "•";
    font-size: 18px;
    left: -16px;
}

a.banner-insurers-card-button-v2 {
    margin: 0 auto;
    position: unset;
    width: 200px;
    height: 50px;
    color: white;
    background: linear-gradient(to right, #195495, #0A344E);
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 16pt;
    line-height: 50px;
    display: block;
    border-radius: 20px 20px 0 0
}

a.banner-insurers-card-button-v2:hover {
    background: unset;
    background-color: orange;
}

button.banner-insurers-card-button-v2 {
    margin: 0 auto;
    position: unset;
    width: 200px;
    height: 50px;
    color: white;
    background: linear-gradient(to right, #195495, #0A344E);
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 16pt;
    line-height: 50px;
    display: block;
    border-radius: 20px 20px 0 0;
    border: 0;
    z-index: 100;
}

button.banner-insurers-card-button-v2:hover {
    background: unset;
    background-color: orange;
}

br {
    display: none;
}

@media (min-width: 1200px) {
    div.banner-insurers-card-v2 {
        flex-direction: unset;
        border-radius: 25px;
        max-width: 619px;
        margin-left: auto;
        margin-right: auto;
    }

    div.banner-insurers-card-image-v2 {
        width: 150px;
        height: unset;
        border-radius: 25px 0 0 25px;
    }

    div.banner-insurers-card-image-v2 img {
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 130px;
        /* height: 130px; */
    }

    div.banner-insurers-card-image-v2 img.bupa {
        width: 70px;
        height: 70px;
    }

    div.banner-insurers-card-image-v2 img.msh {
        width: auto;
        height: 60px;
    }

    div.banner-insurers-card-image-v2 img.april {
        width: 110px;
        height: auto;
    }

    div.banner-insurers-card-content-v2 {
        justify-content: center;
        flex-direction: unset;
        width: calc(100% - 150px);
        min-height: 180px;
        border-radius: 0 25px 25px 0;
        box-shadow: 20px 0 30px 10px #D6EDEE inset;
    }

    div.banner-insurers-card-content-v2 ul {
        margin-top: 24px;
        margin-bottom: auto;
        width: 100%;
    }

    div.banner-insurers-card-content-v2 ul.april {
        margin-top: 12px;
        margin-bottom: 0;
        width: 100%;
    }

    div.banner-insurers-card-content-v2 ul.allianz {
        margin-top: 12px;
        margin-bottom: 0;
        width: 100%;
    }

    div.banner-insurers-card-content-v2 ul.april li {
        font-size: 19px;
    }

    a.banner-insurers-card-button-v2 {
        margin: unset;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 46px;
        color: white;
        background: linear-gradient(to right, #195495, #0A344E);
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        font-size: 15pt;
        line-height: 46px;
        border-radius: 25px 0 25px 25px;
    }

    button.banner-insurers-card-button-v2 {
        margin: unset;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 46px;
        color: white;
        background: linear-gradient(to right, #195495, #0A344E);
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        font-size: 14pt;
        line-height: 46px;
        border-radius: 25px 0 25px 25px;
    }

    br {
        display: block;
    }
}