/* Add here all your CSS customizations */

.di-sempre {
    animation-delay: 600ms;
    margin-left: 110px;
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.highlighted-word.highlighted-word-animation-1:after {
    right: calc(100% - 154px);
}

.select-reason {
    font-size: 0.85rem !important;
}

.video-frame {
    height: 292px;
}

.text-white {
    color: white !important;
}

@media screen and (max-width:1200px) {
    .video-frame {
        height: 245px;
    }
}

@media screen and (max-width:992px) {
    .video-frame {
        height: 368px;
    }
}

@media screen and (max-width:768px) {
    .no-mobile {
        display: none;
    }
    .video-frame {
        height: 277px;
    }
}

@media screen and (max-width:400px) {
    .video-frame {
        height: 164px;
        width: 300px;
        display: flex;
        justify-content: center;
    }
    .video-flex {
        display: flex;
        justify-content: center;
    }
    .video-mp4 {
        width: 280px;
        margin-left: 3px;
    }
    .di-sempre {
        width: 120px;
        margin-left: 150px;
    }
    .di-sempre-span {
        font-size: 22px !important;
        width: 200px !important;
    }
}