.preimuszhestva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 79px;
    margin-bottom: 56px;
}
.preimuszhestva div {
    width: 290px;
}
.preimuszhestva img {
    height: 60px;
    margin-bottom: 25px;
}
.preimuszhestva p {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 18px;
}
.preimuszhestva p strong {
    font-size: 20px;
}
@media all and (max-width: 988px) {
    .preimuszhestva {
        padding: 0 20px;
    }
}
@media all and (max-width: 790px) {
    .preimuszhestva {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
    .preimuszhestva div {
        width: 48%;
    }
}
@media all and (max-width: 416px) {
    .preimuszhestva img {
        height: 40px;
    }
}
@media all and (max-width: 414px) {
    .preimuszhestva div {
        width: 100%;
    }
}