
.about-wr {
    background-image: url("../static/backgroud-about.jpg");
}

.about {
    height: min(600px, 100%);
    font-size: clamp(10px, 3.2vw, 17px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 0 46px 0;
    line-height: 18px;
}

.about-h2 {
    font-size: clamp(32px, 10vw, 60px);
    font-family: 'PerepelMain', 'Regular';
    font-weight: 100;
    margin: 0px 0px 32px 0px;
}

