/* .element-style {
    border-right: #BFDFFF solid 1px;
    border-bottom: #BFDFFF solid 1px;
    text-align: start;
    color: black;
    padding: 2rem;
} */

/* Apply border to every first and second item */
/* .element-style:nth-child(3n-1),
.element-style:nth-child(3n-2) {
    border-right: #BFDFFF solid 1px;
} */

/* Remove border from every third item */
.element-style:nth-child(3n) {
    border-right: none;
}

.over-silder-text {
    color: var(--color-text-secondary, #2F475E);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

@media only screen and (max-width: 600px) {
    .paysage-cover-image {
        width: 112px !important;
        height: 112px !important;
    }

    .responsive-block-notizie {
        display: flex;
        gap: 40px;
    }

    .responsive-block-altre-notizie {
        display: flex;
        gap: 40px;
    }
}