#single-content h1, #news h1{
    text-transform: uppercase;
    font-size: 50px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 30px;
}

#single-content, #news{
    padding-top: 50px;
}

#single-content .text_wrapper{
    column-count: 2;
}

#related-news{
    margin-top: 150px;
}

#related-news h4{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    text-align: left!important;
}

.related-news-wrapper, .news-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.related-news-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-news-item .thumb, .news-wrapper .thumb {
    height: 240px;
    overflow: hidden;
}

.related-news-item h4{
    text-transform: uppercase;
    font-size: 22px!important;
    font-weight: 400!important;
    margin-bottom: 0!important;
    text-align: left!important;
}

.related-news-item h4 a{
    text-transform: uppercase!important;
    text-align: left!important;
}

.related-news-item p{
    font-size: 18px;
    line-height: 1.2;
    text-align: left!important;
}

.related-news-item .read-more{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.related-news-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-news-item .news-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.related-news-item .news-intro {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.related-news-item .news-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.related-news-item .news-cta img {
    height: 8px;
    width: auto;
}

/* Smartphone piccoli */
@media (max-width: 767px) {
    #single-content h1{
        text-align: left;
        font-size: 40px;
        line-height: 30px;

    }
    #single-content .text_wrapper{
        column-count: 1;
        text-align: left;
    }

    #related-news{
        margin-top: 50px;
    }

    .related-news-wrapper, .news-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        row-gap: 50px;
    }
}

/* Smartphone standard */
@media (max-width: 480px) {

}

/* Smartphone grandi / phablet */
@media (max-width: 576px) {

}

/* Tablet piccoli */
@media (max-width: 768px) {

}

/* Tablet medi */
@media (max-width: 992px) {

}

/* Laptop piccoli */
@media (max-width: 1200px) {

}

/* Desktop grandi */
@media (max-width: 1440px) {

}

/* Schermi molto grandi */
@media (max-width: 1600px) {

}