@media screen and (min-width: 999px) {
.hero__name {
    line-height: 18px;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 115px;
    bottom: -20px;
}
.hero__trend {
    line-height: 18px;
    font-size: 18px;
    color: #0182b3;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    position: absolute;
    left: 520px;
    top: 175px;
}
}
.hero__tag:first-child {
    margin-top: 21px;
}

.info__marketers:before {
    content: '';
    width: 259px;
    height: 259px;
    position: absolute;
    top: -200px;
    left: -130px;
    display: inline-block;
    background: url(https://denisluzin.com/wp-content/themes/main/img/icons/men_marketers.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info__business:after {
    content: '';
    width: 259px;
    height: 259px;
    position: absolute;
    top: -200px;
    right: -35px;
    display: inline-block;
    background: url(https://denisluzin.com/wp-content/themes/main/img/icons/men_busines.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.knowledge h3 {
    padding-top: 60px;
}

.advantages .advantages__item:nth-child(4) img {max-height: 75px;}

.statistics__image img {
    width: 65px;
    height: 65px;
}