.top_banner {
    height: 785px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}

.top_banner .container {
    width: 980px;
    max-width: 100%;
}

.top_banner h1 {
    color: #FFB800;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.top_banner span {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1px;
}

.top_banner figure {
    text-align: right;
}

.top_banner figure img {
    height: 100%;
}

@media (max-width: 992px) {
    .top_banner {
        padding: 78px 0 200px 0;
        height: auto;
    }

    .top_banner h1 {
        font-size: 40.42px;
        font-weight: 700;
        line-height: 50.81px;
        text-align: left;
        margin-bottom: 25px;
    }

    .top_banner figure img {
        width: 100%;
    }
    .top_banner span{
        font-size: 20.21px;
        font-weight: 300;
        line-height: 34.36px;
        text-align: left;
    }
    .top_banner figure{
        width: 230px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .top_banner figure{
        width: 230px;
        margin-top: 35px;
    }
    .top_banner h1 {
        font-size: 35px;
    }
    .top_banner span{
        font-size: 18px;
        line-height: 25.2px;
    }
    .top_banner{
        padding-bottom: 140px;
    }
}