.text-color-corpovino{
    color: #592468 !important;
}
.img-banner{
    max-width: 500px;
}
.font-corpovino1{
    font-weight: 300 !important;
    font-size: 2.2em !important;
    letter-spacing: 4.5px !important;
}
.font-corpovino2{
    font-size: 50px;
}
.font-corpovino3{
    display: inline-block;
    margin-bottom: 0rem!important;
    font-size: 2.35em !important;
}
.font-corpovino4{
    font-weight: 300 !important;
    font-size: 2em !important;
    line-height: 35px !important;
}
.f-w-800{
    font-weight: 800;
}
.font-corpovino5{
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2rem !important;
}
.font-corpovino6{
    font-weight: 800 !important;
    font-size: 25px !important;
}

.custom-arrow2 {
    position: absolute;
    top: 30%;
    right: -10px;
    width: 40px;
    transform: translateY(-50%);
    transition: ease all 300ms;
}
.custom-arrow2:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 100%;
    border-top: 1px solid #1e1e24;
    transform: translateY(-50%);
}
.custom-arrow2:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1e1e24;
    border-right: 1px solid #1e1e24;
    transform: translateY(-50%) rotate(45deg);
}
.owl-stage{
   display: flex !important;
   align-items: center !important;
}

.color-w{
    color: #fff !important;
}

.w-f-image{
    max-width: 600px;
}
@media (max-width: 1600px){
    .img-banner{
        max-width: 500px;
    }
    .w-f-image{
        max-width: 500px;
    }
}
@media (max-width: 1440px){
    .img-banner{
        max-width: 500px;
    }
    .w-f-image{
        max-width: 500px;
    }
}
@media (max-width: 1024px){
    .text-lg-start {
        text-align: left !important;
    }
    .img-banner{
        max-width: 300px;
    }
    .w-f-image{
        max-width: 250px;
    }
    .font-corpovino1{
        font-weight: 300 !important;
        font-size: 1.2em !important;
        letter-spacing: 4.5px !important;
    }
    .font-corpovino2{
        padding-top: 0rem !important;
        font-size: 30px;
    }
}