#home-formazione-block .slick-prev {
    left: -6px;
}

#home-formazione-block .slick-next {
    right: -6px;
}

#home-formazione-block-content {
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}

#home-formazione-block-text {
    width: 100%;
}

#home-formazione-block-text h4 {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: var(--sm);
    font-weight: normal;
}

#home-formazione-block-text h3 {
    color: var(--white-color);
    font-size: var(--lg);
    margin-bottom: var(--lg);
}

#home-formazione-block-image-mobile {
    width: 100%;
    margin-bottom: var(--lg);
}

#home-formazione-block-image-mobile > img {
    border-radius: var(--sm);
}

#home-formazione-block-image {
    width: 100%;
}

#home-formazione-block-image > img {
    border-radius: var(--lg);
}

@media screen and (min-width: 576px) {
    #home-formazione-block .slick-pagination {
        position: relative;
    }

    #home-formazione-block .slick-pagination .slick-prev {
        bottom: 0;
        top: 20px;
        left: auto;
        right: calc(50% + 64px);
        z-index: 0;
    }

    #home-formazione-block .slick-pagination .slick-next {
        bottom: 0;
        top: 20px;
        right: auto;
        left: calc(50% + 64px);
        z-index: 0;
    }
}

@media screen and (min-width: 992px) {
    #home-formazione-block-content {
        flex-direction: row;
        gap: calc(100% / 6);
        padding-top: 80px;
    }

    #home-formazione-block-content .sl-button {
        margin: unset;
    }

    #home-formazione-block-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #home-formazione-block-image {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    #home-formazione-block {
        padding-bottom: 100px;
    }

    #home-formazione-block-text h4 {
        font-size: 26px;
        margin-bottom: var(--md);
    }

    #home-formazione-block-text h3 {
        color: var(--white-color);
        font-size: 68px;
        line-height: 68px;
        margin-bottom: var(--xl);
    }


    #home-formazione-block-text p {
        font-size: 24px;
    }

    #home-formazione-block .slick-pagination {
        margin-top: var(--lg);
    }
}