/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.top-hero__title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 96px;
}

.top-hero__big_title {
    color: white;
    text-align: center;
    font-family: Oswald-SemiBold;
    margin: 0;
}

.top-hero__big_title_underline {
    position: absolute;
    right: -25px;
    bottom: -16px;
    width: 100%;
    white-space: nowrap;
    text-align: right;
}

.top-hero__text {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Oswald-Regular;
    line-height: 1.6;
    max-width: 900px;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-hero__big_title {
    color: white;
    font-size: 68px;
    text-align: center;
    font-family: Oswald-SemiBold;
}

.top-hero__big-title__container {
    position: relative;
    display: block;
    padding: 96px 16px;
    text-align: center;
}

.top-hero__big_title_underline {
    position: absolute;
    right: -25px;
    width: 100%;
    white-space: nowrap;
    text-align: right;
}

.top-hero__big_title_underline_one {
    height: 5px;
    display: inline-block;
    width: 20px;
    border-radius: 28px;
    margin-left: 3px;
}

.top-hero__big_title_underline_two {
    height: 5px;
    display: inline-block;
    width: 20%;
    border-radius: 28px;
    margin-left: 3px;
}

.top-hero__big_title_underline_three {
    height: 5px;
    display: inline-block;
    width: 30%;
    border-radius: 28px;
    margin-left: 3px;
}

.top-hero__text {
    color: white;
    margin-top: 48px;
    margin: auto;
}

@media all and (max-width: 600px) { 
    .top-hero__big_title {
        font-size: 60px;
    }
}