/** -------- CSS for Banner Content -------- **/
.inbenta-helpsite .idev-banner-content-container {
    width: 100%;
    background-color: #F4B5D4;
    font-family: PublicaSansRegular, sans-serif;
    border-radius: 4px;
    padding: 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 72px;
    text-align: center;
}

.inbenta-helpsite .idev-banner-content-container:before {
    width: 120%;
    height: 240%;
    position: absolute;
    background-color: #D49FB9;
    border-radius: 50%;
    z-index: -1;
    bottom: 60px;
    left: -50%;
    transform: translateX(34%);
    content: "";
}

.inbenta-helpsite .idev-banner-content-container .idev-banner-content-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 16px;
}

.inbenta-helpsite .idev-banner-content-container .idev-banner-content-details {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 23px;
    margin-top: 0;
}

.inbenta-helpsite .idev-banner-content-container .idev-banner-content-link {
    display: inline-block;
    padding: 15px 25px;
    background-color: #FFFFFF;
    color: #FA4E3A;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    margin: 0 auto;
}

.inbenta-helpsite .idev-banner-content-container .idev-banner-content-link:focus,
.inbenta-helpsite .idev-banner-content-container .idev-banner-content-link:hover {
    background-color: #e1e1e1;
}

@media (max-width: 576px) {
    .inbenta-helpsite .idev-banner-content-container .idev-banner-content-title {
        font-size: 28px;
        line-height: 38px;
    }

    .inbenta-helpsite .idev-banner-content-container .idev-banner-content-details {
        font-size: 16px;
        line-height: 22px;
    }
    .inbenta-helpsite .banner-content {
        width: 100%;
        background-color: #F4B5D4;
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-align: center;
    }
    .inbenta-helpsite .banner-content:before {
        width: 120%;
        height: 240%;
        position: absolute;
        background-color: #D49FB9;
        border-radius: 50%;
        z-index: -1;
        bottom: 60px;
        left: -50%;
        transform: translateX(34%);
        content: "";
    }

    .inbenta-helpsite .idev-banner-content-container:before {
       display: none;
    }
    .inbenta-helpsite .idev-banner-content-container {
        background-color: transparent;
    }



}
