/*RESPONSIVE*/
@media (max-width: 667px) {
    .infobox {
        color: #ffffff;
        font-size: 16px;
         max-width: unset;
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.5);
    }



    .center {
        flex-direction: unset;
        align-items: center !important;
    }

    .center-v {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

