.about {
    background: var(--white);
    color: var(--black);
    padding: 100px var(--side-pad);
}

.about__inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.about__title {
    font-family: "Anton", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
 
.about__body p {
    font-family: "Oswald", sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    font-weight: 350;
    line-height: 1.8;
    color: var(--black);
    line-height: 2;
}
