    .htt-header--logo {
        margin-top: 50px;
    }

    .box_icone_testo_container {
        margin-top: 60px;
    }

    a.htt-btn {
        margin-top: 30px;
    }

    .wrapper-img img {
        max-width: 579px;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 11px;
        padding: 20px 0;
        border-top: 1px solid rgba(22, 22, 22, 1);
        width: 100%;
    }

    footer p {
        font-size: 11px;
    }

    footer a {
        text-decoration: underline;
        color: rgba(22, 22, 22, 1);
    }

    footer .footer-right a {
        margin-left: 10px;
    }

    footer div {
        display: flex;
        align-items: center;

    }

    @media (min-width: 1024px) {
        .banner-testo-img-cta--text {
            max-width: 95%;
        }
        .wrapper-img{
            text-align: right;
        }
    }
    @media (max-width: 1024px) {
        .banner-testo-img-cta .htt-grid{
            flex-direction: column;
        }
        .banner-testo-img-cta--img{
            display: none;
        }
    }
