.about {
    background: url("/wp-content/themes/formaggio/assets/images/red.jpg") top
        left;
    font-family: var(--font-1);
}

.about__container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about__title {
    color: #fff;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.about__text {
    color: #fff;
}
.about__signature {
    display: block;
    color: #fff;
    margin-top: 25px;
    font-weight: bold;
}
