.textOnImage-container{
    height: 300px;
    width: 300px;
    margin: 0 auto;
}

.carousello__item--selected{
    display: flex;
    justify-content: center;
}

.textOnImage-container > div > .carousello__item{
    padding: 0!important;
    height: 300px!important;
    width: 300px!important;
}

#items > div{
    width:100%!important;
    margin: 0!important;
    padding: 100px 20px 0 20px!important;
}

#items > div > h3{
    font-size: 23px!important;
    margin: 0!important;
}

#items > div > p{
    font-size: 21px!important;
}

/*  Box text Image component*/


.eib-text-box-with-image.image-left{
    display:flex;
    flex-direction: row-reverse;
}

.eib-text-box-with-image.image-right{
    display:flex;
}

.eib-text-box-with-image_content.white{
    width:50%;
    padding:100px;
    background-color:white;
    color:#333;
}

.eib-text-box-with-image_content.orange{
    width:50%;
    padding:100px;
    background-color: #FF4000 !important;
    color:white !important;
}

.eib-text-box-with-image_content.grey{
    width:50%;
    padding:100px;
    background-color:#f7f7f7;
    color:#333 !important;
}

.eib-text-box-with-image_content.white > .eib-text-box-with-image_content-readMore > a{
    color:#333;
}

.eib-text-box-with-image_content.orange > .eib-text-box-with-image_content-readMore > a{
    color:white;
}

.eib-text-box-with-image_content-readMore{
    font-size:18px;
    color:white;
}

.eib-text-box-with-image_picture{
    width:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.eib-text-box-with-image.image-left{
    display:flex;
    flex-direction: row-reverse;
}

.eib-text-box-with-image.image-right{
    display:flex;
}

.eib-text-box-with-image_content.white{
    width:50%;
    padding:100px;
    background-color:white;
    color:#333;
}

.eib-text-box-with-image_content.orange{
    width:50%;
    padding:100px;
    background-color: #FF4000 !important;
    color:white;
}

.eib-text-box-with-image_content.grey{
    width:50%;
    padding:100px;
    background-color:#f7f7f7;
    color:#333;
}

.eib-text-box-with-image_content-title{
    font-size:23px;
}

.eib-text-box-with-image_content-text > p{
    font-size:18px;
}

.eib-text-box-with-image_content.white > .eib-text-box-with-image_content-readMore > a{
    color:#333;
}

.eib-text-box-with-image_content.orange > .eib-text-box-with-image_content-readMore > a{
    color:white;
}

.eib-text-box-with-image_content-readMore{
    font-size:18px;
    color:white;
}

.eib-text-box-with-image_content.orange .eib-text-box-with-image_content-text p{
    color:white!important;
}

.eib-text-box-with-image_picture{
    width:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 720px) {
.eib-text-box-with-image{
    display:inline-block !important;
    width:100% !important;
}
    .eib-text-box-with-image_content{
          width:100% !important;
          padding: 25px !important;
    }
    .eib-text-box-with-image_picture {
    width: 100vw;
    height: 100vh;
    display:none;}
    
}
