.b-seo-index {
    position: relative;
    width: 100%;
    height: auto;
}
.b-seo-index__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0px;
}
.b-seo-index__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b-seo-index__block:first-child {
    width: 38%;
    margin-right: 4%;
}
.b-seo-index__block:last-child {
    width: 70%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}
.b-seo-index__head {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 24px;
    color: #1e1a1b;
    text-transform: uppercase;
}
.b-seo-index__title {
    margin-bottom: 10%;
    font-weight: bold;
    font-size: 7.4vw;
    line-height: 1;
    text-transform: uppercase;
    color: #1e1a1b;
}
.b-seo-index__description {
    margin-bottom: 10%;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.b-seo-index__name {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 400px;
    margin-bottom: 150px;
    font-size: 30px;
    line-height: 35px;
    color: #1e1a1b;
}
.b-seo-index__name:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #ada090;
}
.b-seo-index__content {
    max-width: 730px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
@media (max-width: 1000px) {
    .b-seo-index__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b-seo-index__block:first-child {
        width: 100%;
        margin-right: 0;
    }
    .b-seo-index__block:last-child {
        width: 100%;
    }
    .b-seo-index__title {
        margin-bottom: 20px;
    }
    .b-seo-index__description {
        margin-bottom: 20px;
    }
    .b-seo-index__image {
        margin-bottom: 40px;
    }

    .b-seo-index__name {
        margin-bottom: 35px;
    }

    .b-seo-index__name:before {
        bottom: -20px;
    }
}
