/* баннер */
.banner {
    background-color: bisque;
    background-image: url(../../images/banner-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.block-title {
    padding: 100px 100px;
    text-align: center;

    & .title {
        text-transform: uppercase;
        font-size: 4.5rem;
        font-family: "Rubik Doodle Shadow", sans-serif;
        color:rgb(31, 27, 5);
        text-shadow: 1px 5px 8px black;
    }

    & .description {
        font-family:'Rubik Dirt';
        font-size: 1.5rem;
        color: black;
    }
}