.section-banner {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-container {
    width: 100%;
    height: 100%;
    background: url('images/wolf-2826741_960_720.jpg') fixed;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.box-letters {
    position: fixed;
    width: 425px;
    top:150px;
    left: 60px;
}
.box-letters h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1em;
    color: #ffffff;
    margin:0;
    margin-bottom: 20px;
}
.box-letters h1 span {
    display: block;
}
h1 .big, .heading-1 .big {
    font-size: 1.8556em;
    line-height: 1.08em;
    font-weight: 800;
}
.text-decorative-2p-white {
    -webkit-text-stroke: 2px #ffffff;
    color: transparent;
}
.font-weight-light {
    font-weight: 300;
}
.box-letters * + p {
    margin-top: 10px;
}
.box-letters p {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.03em;
    font-size: 20px;
    margin: 0;
}
.banner-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.principal-topics {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding:  130px 0;
    text-align: center;
}
.topic {
    display: inline-block;
    width: calc((100% - 9px)/3);
    text-align: center;
    min-width: 320px;
    margin-bottom: 20px;
    color: #000000;
}
.topic-icon {
    font-size: 60px;
}
.box-icon-caption h4 {
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
}
.box-icon-caption h4 a {
    color: #000000;
}
.box-icon-caption p {
    color: rgba(21, 21, 21, 0.6);
    font-size: 17px;
    letter-spacing: 0.05em;
    width: 80%;
    margin: auto;
}
.races {
    width: 100%;
    padding: 130px 0;
    background: #343333;
}
.races-container {
    width: 80%;
    margin: auto;
    max-width: 1200px;
    position: relative
}
.races-img-container {
    width: 50%;
    display: inline-flex;
    vertical-align: top;
}
.races-img-container img{
    width: 100%;
}
.races-text-container {
    width: 49%;
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
}
.races-text {
    width: 80%;
}
.races-text p {
    letter-spacing: 0.05em;
}
.heading-with-text-bg {
    position: relative;
    line-height: 1.2em;
}
h2 {
    font-size: 50px;
    line-height: 1.08;
}
.text-decorative-white-20 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
    font-size: 1.5em;
    line-height: 1.55556em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.text-decorative-black-20 {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    color: transparent;
    font-size: 1.5em;
    line-height: 1.55556em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.block-background-text {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1.25;
    border: 1px solid;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}    
.button-white, .button-white:focus {
    color: #030303;
    background-color: #ffffff;
    border-color: #ffffff;
}
.button-xsm {
    padding: 20px 29px;
    margin-top: 35px;
}
.news {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    padding: 59px 0 110px 0;
}
.news-card {
    width: 300px;
    height: 300px;
    position: relative;
    display: inline-block;
    margin: 0 10px 20px 10px;
    background-size: cover !important;
    cursor: pointer;
}
.card-title {
    position: absolute;
    color: #ffffff;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000;

}
.section, .races, .blog-news, footer {
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .text-decorative-white-20 {
        font-size: 1.2em;
    }
    .text-decorative-black-20 {
        font-size: 1.2em;
    }
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 800px) {
    .races-img-container {
        display: block;
        width: 85%;
        margin: auto;
    }
    .races-text-container {
        width: 85%;
        margin: auto;
        display: block;
        
    }
    .races-text {
        width: 100%;
    }
}

@media (max-width: 675px) {
    .box-letters {
        width: 350px;
        left: 30px;
    }
    .box-letters h1 {
        font-size: 40px;
    }
    .box-letters p {
    font-size: 17px;
    }
}
@media (max-width: 440px) {
    .box-letters {
        width: 300px;
        left: 10px;
    }
    .box-letters h1 {
        font-size: 35px;
    }
    .box-letters p {
    font-size: 15px;
    }
    .text-decorative-white-20 {
        font-size: 1.1em;
    }
    .text-decorative-black-20 {
        font-size: 1.1em;
    }
    h2 {
        font-size: 30px;
    }   
}