@charset "UTF-8";

.consultation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
.consultation .first-block{
    width: 100%;
}
.consultation .second-block{
    width: 100%;
}
section.single-news .single-content a{
    color: blue;
    text-decoration: underline;
}
.news-card__thumb{
    max-height: 110px;
}

@media (min-width:768px){
    .consultation .first-block{
        width: 36%;
    }
    .consultation .second-block{
        width: 59%;
    }
    .news-card__thumb{
        max-height: 150px;
    }
}
