.rotative-text .image-wrapper img{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.rotative-text .card-title{
    color: #901A1D;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rotative-text .card-text{
    color: #221638;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rotative-text a{
    color: #901A1D;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline !important;
}

.rotative-text .carousel-control-prev, .rotative-text .carousel-control-next{
    color: #901A1D;
    width: 12vh;
    height: 12vh;
    opacity: 100%;
    top: 40%;
    

}

.rotative-text .carousel-control-prev{
    transform: translateX(-30%);
}

.rotative-text .carousel-control-next{
    transform: translateX(30%);
}
.bigger-icons{
    font-size: 25px;

}

.card-text{
    text-align: justify;
}
