.section-content {
    margin: 60px 0 58px;
}

.section-content_block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 65px;
}

.section-content_block:last-child {
    margin-bottom: 0;
}

.section-content_block .text-block {
    max-width: 100%;
    width: 100%;
}

.section-content_block .text-block p {
    margin-bottom: 35px;
}

.section-content_block .text-block h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.section-content_block .text-block p:last-child {
    margin-bottom: 0;
}

.section-content_block_right .image-block {
    order: 1;
}

.section-content_block .image-block {
    display: flex;
    max-width: 100%;
    width: 100%;
	flex-direction: column;
}

.section-content_block .image-block img {
    max-width: 575px;
    width: 100%;
    height: auto;
}

.job-title {
    margin: 10px 0;
    font-size: 13px;
    color: #a7a7a7;
    text-align: left;
}

.section-content_block_right .job-title{
	text-align: left;
}

@media screen and (max-width: 768px) {
    .section-content h2.second-header {
        padding: 10px 0 36px;
    }
    .section-content_block {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .section-content_block .text-block h3 {
        margin-top: 5px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .section-content_block .text-block p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 170%;
    }
    .section-content_block_right .image-block {
        order: 0;
    }
    .section-content_block .image-block img {
        max-width: 100%;
    }
}