

.bg-red{
    background: #FF3B3B;
}


.transparent{
    background: transparent;
}

.about__item.base-text,
.about__item.text-description,
.about__item p,
.text-description{
    color: #fff;
}

.about__item.wide-text{
    color: #000;
}

.bg-black{
    background: #000;
}

