@import url(fonts.css);

.street {
    background: black;
}

.street-category__title {
    background: url(../img/burger-bg.jpeg) no-repeat center / cover;
    padding-top: 167px;
    padding-bottom: 167px;
    color: rgba(105, 207, 23, 0.7);
    font-family: 'RB';
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.street-category__text {
    color: rgb(255, 255, 255);
    font-family:'RB';
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding: 20px;
}