.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-bottom h1 {
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.09em;
    color: #333333;
    margin-right: 91px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 10px;
}

.header-bottom img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 767px;
    height: 574px;
}

.content-wrapper > .container  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 45px;
    padding-bottom: 117px;
    margin-bottom: -230px;
}

.content {
    width: 65%;
    margin-right: 15px;
    padding: 46px 32px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.161);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.161);
    position: relative;
    top: -250px;
    background-color: #FFFFFF;
}

.content h2 {
    font-size: 25px;
    font-weight: normal;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    word-break: normal;
    overflow: hidden;
}

.content p {
    font-size: 18px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    word-break: normal;
    overflow: hidden;
}

.content-decorated-text {
    text-decoration: underline;
}

@media(max-width: 1250px) {
    .header-bottom img {
        width: 650px;
        height: 490px;
    }
}

@media(max-width: 1100px) {
    header > .container {
        padding: 0;
    }

    .header-bottom img {
        width: 100%;
        max-width: 650px;
        height: auto;
    }

    .header-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .header-bottom h1 {
        margin-right: 0;
        padding: 0;
    }

    .content {
        top: 0;
    }

    .content-wrapper > .container {
        margin-bottom: 0;
    }
}

@media(max-width: 1000px) {
    .content-wrapper > .container {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }

    .content-wrapper > .container {
        padding-top: 0;
    }

    .content {
        width: 100%;
        margin: 0;
    }
}

@media(max-width: 768px) {
    .header-bottom h1 {
        font-size: 35px;
        margin-left: 15px;
    }

    .content-wrapper > .container {
        padding-bottom: 25px;
    }

    .content {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .content p {
        font-size: 16px;
    }
}