.person .content {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.person  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.person  .top-teaser__text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 67px;
    background-color: #F3F8F1;
}

.person .top-teaser {
    height: 500px;
}

.person .top-teaser__caption {
    font-family: "GTWalsheimPro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    color: #678163;
}

.person .top-teaser__title {
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #678163;
}

.person .top-teaser__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.person .top-teaser__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #66757D;
}

.person .top-teaser__link:hover span {
    text-decoration: underline;
}

.person .top-teaser__link svg {
    margin-right: 10px;
}

.person .top-teaser__button {
    margin-top: 45px;
    width: 132px;
    height: 44px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #66757D;
}

.person .top-teaser__button:hover {
    background-color: #415058;
}

.person .top-teaser__image-container {
    width: 100%;
    height: 100%;
}

.person .top-teaser__image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.person .second-block {
    margin-top: 80px;
    margin-bottom: 80px;
}

.person .second-block__descriptor {
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #56565A;
}

.person .second-block__title {
    margin-bottom: 10px;
    font-family: "GTWalsheimPro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #56565A;
}

.person .second-block__tip {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #BABABA;
}

.person .third-block {
    margin-bottom: 80px;
}

.person .third-block__content {
    background-color: #F7F5F5;
    padding: 70px 100px;
}

.person .third-block__image {
    margin: 0 auto;
}

.person .third-block__caption {
    margin-bottom: 22px;
    font-family: "GTWalsheimPro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #212322;
}

.person .third-block__descriptor {
    margin-bottom: 45px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #212322;
}

.person .third-block__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.person .third-block__button:first-child {
    margin-right: 30px;
}

.person {
    padding-bottom: 80px;
}

@media screen and (max-width: 1199px) {
    .person .content {
        width: 100%;
        padding: 0 39px;
    }

    .person .top-teaser {
        height: auto;
    }

    .person .top-teaser .content {
        padding: 0;
    }

    .person .top-teaser__text-container {
        padding: 90px 39px;
    }

    .person .top-teaser__image {
        object-position: right;
    }

    .person .top-teaser__caption {
        font-size: 28px;
        line-height: 30px;
    }

    .person .third-block__content {
        padding: 70px 39px;
    }
}

@media screen and (max-width: 767px) {
    .person .content {
        width: 100%;
        padding: 0 15px;
    }

    .person .top-teaser__image-container {
        height: 240px;
    }

    .person .top-teaser__text-container {
        padding: 30px 15px;
        text-align: center;
    }

    .person .top-teaser__title {
        width: 100%;
        font-size: 20px;
        line-height: 20px;
    }

    .person .top-teaser__caption {
        font-size: 24px;
        line-height: 30px;
    }

    .person .second-block {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .person .second-block__descriptor {
        text-align: left;
        font-size: 15px;
        line-height: 22px;
    }

    .person .second-block__title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .person .second-block__tip {
        font-size: 14px;
        line-height: 19px;
        text-align: left;
    }

    .person .third-block__image-container {
        min-width: 100%;
        height: 290px;
        padding-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #E6E2E2;
    }

    .person .third-block__content {
        padding: 0 15px 30px;
    }

    .person .third-block .content {
        padding: 0;
    }

    .person .third-block__image {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        object-position: center bottom;
    }

    .person .third-block__caption {
        margin-top: 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .person .third-block__descriptor {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .person .third-block__buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .person .third-block__button:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .person .third-block {
        margin-bottom: 45px;
    }

    .person {
        padding-bottom: 40px;
    }
}