@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 {
    padding: 20px 20px 20px 20px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: blogBannerFont;
    white-space: normal;
    word-break: normal;
}

h3.banner-insurers-title {
    margin-top: 20px !important;
    margin-bottom: 60px;
    width: 160px;
    color: #0080B2 !important;
    font-size: 12pt;
    font-weight: 700 !important;
    text-align: left;
}

h3.banner-insurers-title span {
    font-size: 18pt;
}

a.banner-insurers-link {
    display: block;
    text-decoration: none !important;
    border: 0;
    color: inherit;
    cursor: pointer;
}

div.banner-insurers-card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    min-height: 170px;
    border-radius: 25px;
    background-color: white;
}

div.banner-insurers-card-image {
    width: 100%;
    height: 90px;
    border-radius: 25px 25px 0 0;
    background-color: #FBFBFB;
}

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

div.banner-insurers-card-content {
    display: flex;
    width: 100%;
    min-height: 240px;
    flex-direction: column;
    border-radius: 0 0 25px 25px;
    background: linear-gradient(150deg, #E1E1E1, #FEFEFE);
}

div.banner-insurers-card-content:hover {
    background: linear-gradient(330deg, #E1E1E1, #FEFEFE);
}

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

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

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

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

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

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

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

br {
    display: none;
}

@media (min-width: 1200px) {
    div.banner-insurers-container {
        background-size: 100%;
        padding: 40px 40px 40px 40px;
        box-sizing: border-box;
        white-space: normal;
        word-break: normal;
        background-image: url(../images/blog-banner-singapore-bg.png);
        max-width: 619px;
        margin-left: auto;
        margin-right: auto;
    }

    h3.banner-insurers-title {
        margin-bottom: 20px !important;
        width: 300px;
        font-size: 24pt !important;
    }

    h3.banner-insurers-title span {
        font-size: 34pt;
    }

    div.banner-insurers-card {
        margin-bottom: 20px;
        display: flex;
        flex-direction: unset;
        border-radius: 25px;
        background-color: white;
        min-height: 160px;
    }

    div.banner-insurers-card-image {
        background-color: #F9F9F9;
        border-radius: 25px 0 0 25px;
        width: 130px;
        height: auto;
    }

    div.banner-insurers-card-image img {
        width: 110px;
        /* height: 110px; */
    }

    div.banner-insurers-card-content {
        position: relative;
        display: flex;
        justify-content: center;
        width: calc(100% - 130px);
        min-height: 175px;
        line-height: 25px;
        background: linear-gradient(to right, #EEEEEE, #FFFFFF);
        border-radius: 0 25px 25px 0;
    }

    div.banner-insurers-card-content ul {
        margin-block: auto;
        padding-left: 36px;
        padding-right: 20px;
        width: auto;
        font-size: 18px;
        line-height: 25px;
    }

    div.banner-insurers-card-content ul li {
        position: relative;
        margin-block: 8px;
        list-style-type: none;
    }

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

    button.banner-insurers-card-button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 144px;
        height: 40px;
        color: white;
        background: linear-gradient(to right, #195495, #0A344E);
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        line-height: 40px;
        border-radius: 25px 0 25px 25px;
    }

    a.banner-insurers-card-button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 144px;
        height: 40px;
        color: white;
        background: linear-gradient(to right, #195495, #0A344E);
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        line-height: 40px;
        border-radius: 25px 0 25px 25px;
    }

    br {
        display: block;
    }
}