.about-text-block p {
    flex: 1;
    font-size: 47px;
}
.language-link.active {
    color: #7e7e7e;
}
.omg-award-wrap.about {
    width: 40%;
    align-items: flex-start;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}
.omg-award-wrap.about img {
    max-width: 50%;
    min-width: 50%;
}
.lang-switcher span:last-child {
    display: none;
}
@media screen and (max-width: 479px) {
    .lang-switcher * {
        font-size: 18px;
    }
}
@media screen and (max-width: 425px) {
    .big-text.link {
        font-size: 22px;
    }
}

.news-content img {
    width: auto;
    min-width: auto;
}
