.BannerRoundedEdges section{
    background-color: #FFF;
    position: relative
}
span[data-v-ebf7fdd6]{

    fill: #FFF;
}
.BannerRoundedEdges .color-bkg {
    padding: 30px;
    height:200px;
}
@media (min-width:1024px) {

    .BannerRoundedEdges h4 {
        max-width:433px !important;    
        margin:18px 0 24px 0 !important;
        color: var(--enel-neutrals-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off !important;
        /* ENEL/Desktop/Heading 4 */
        font-family: Roobert !important;
        font-size: 27px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 33px !important; /* 122.222% */
    }
}
.BannerRoundedEdges .color-bkg {
    background-color: #D3135A;
    border-radius: 11px;
    padding: 30px;
    height: 420px;
    
}

.BannerRoundedEdges h4.title-large{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 10px 0 24px 0 !important; 
}

.BannerRoundedEdges img{
    /* position: fixed; */
    width: 80vw;
    max-width: 400px;
    bottom: 4% !important;
}

.BannerRoundedEdges .row .col-lg-4.col-sm-12{
    text-align: center;
}

@media (min-width:768px){
    .BannerRoundedEdges h4.title-large{
        font-size: 27px;
        font-family: 'Roobert';
        max-width:433px;  
    }
    .BannerRoundedEdges img{
        bottom: -68px !important;
        height: 250px;
        width: auto;
    }
    .BannerRoundedEdges .color-bkg {
        height:200px;
    }
}
.BannerRoundedEdges {
    margin: 0 auto;
    max-width: 792px;
    /* height: 100%; */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.BannerRoundedEdges .container{
    max-width: 792px !important;
    /* max-height: 200px !important;
    height: 100% !important; */
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 11px;
}
    .BannerRoundedEdges .color-bkg {
        background-color: #D3135A;
        border-radius: 11px;
        padding: 33px;
    }

    .BannerRoundedEdges   h2.title-large {
        font-family: Roobert;
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        color: #FFF;
        margin-left: 0;
    }

    .BannerRoundedEdges a {
        font-family: Roobert;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
        color: #FFF;
        /* padding-left: 60px; */
    }

    .BannerRoundedEdges a:hover {
        text-decoration: none;
    }


    .BannerRoundedEdges img {
        position: relative;
        /* right: 0; */
        bottom: -32px;
    }


@media (min-width:768px) {

    .BannerRoundedEdges {
        /* max-width: 792px; */
        margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 11rem;
}
    }

    .BannerRoundedEdges .container{
        max-width: 792px !important;
        max-height: 200px !important;
        height: 100% !important;
        width: 100% !important;
        min-height: 0 !important;
        border-radius: 11px;
    }

    .BannerRoundedEdges img {
        position: absolute;
        right: 0;
        bottom: -32px;
    }
    
}
.containerfullw{
    width: 100%;
    position: relative;
    background-color: #FFF;
}