@media (max-width: 768px) {
    .title-header {
        font-size: 1.5rem !important;
    }
    .images-roll {
        flex-direction: column;
        width: 100%;
        margin-top: 2rem;
        background-color: transparent;
        display: flex;
        gap: 5px;
        cursor: none;
        align-items: center;
    }
    .images-roll div h1, .text-left h1 strong{
        font-size: 1.5rem;
        text-align: center;
        color: #e07a1f;
    }
    .text .long-text, .body-body .phrase {
        font-size: 1rem;
        margin: 0;
        text-align: center !important;
    }
    .images-roll img {
        height: 300px;
        background-color: #f6e841;
        width: fit-content;
        border-radius: 5px;
    }
    .images-roll div {
        align-items: center;
    }
    .body-body {
        padding: 1rem;
        width: stretch;
    }

}
