.about {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background: url(../images/wolf-transparent.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30%;
}

#about .about {
    background-position: 50% 95%;
}

.about .content {
    max-width: 980px;
}

.about h2 {
    margin-bottom: 20px;
}

.about p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: var(--fifth-color);
    margin-bottom: 45px;
}

.about p strong {
    font-size: 24px;
    font-weight: 800;
    color: var(--third-color);
}