
.home__main {
    flex-direction: row;
    justify-content: flex-start;
}

.article__entry__image img {
    object-fit: cover;
    width: 100%;
}

.article__entry__text {
    overflow: hidden;
}

.news .article__entry  {
    margin-bottom: 20px;
}

.news .newsDetail__content--withoutPadding {
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 1024px) {
    .news .article__entry  {
        width: 50%;
        max-width: 50%;
    }
    .news .article__entry:not(:nth-of-type(2n+0)) {
        margin-right: 2.5%;
    }

    .article__entry article > div {
        max-height: 179px;
        height: 179px;
        min-height: 179px;
        width: auto;
    }
    .article__entry article > div.article__entry__image {
        width: 302px;
        min-width: 302px;
        max-width: 302px;
    }
    /* img {*/
    /*    min-width: 179px;*/
    /*    width: 179px;*/
    /*    max-height: 179px;*/
    /*    width: 182px;*/
    /*    min-width: 182px;*/
    /*    max-width: 182px;*/
    /*}*/
}

@media only screen and (min-width: 768px) {
  .article__entry__text h3 {
    font-size: 1.4em;
    line-height: 1.75rem;
  }
}