.photo_paragraph {
    margin: 50px 0;
}

.photo_paragraph__wrapper {
    padding: 60px 50px;
    background-color: #fff;
    max-width: 66.67%;
}

.blue .photo_paragraph__wrapper {
    background-color: #0061C6;
}

.dark .photo_paragraph__wrapper {
    background-color: #111833;
}

.black .photo_paragraph__wrapper {
    background-color: #000;
}

.orange .photo_paragraph__wrapper {
    background: #FF4300;
}

.photo_paragraph_item {
    margin-bottom: 10.5%;
    max-width: 1082px;
}

.photo_paragraph_item:last-child {
    margin-bottom: 0;
}

.photo_paragraph_item__row {
    display: flex;
    margin: 0 -15px;
}

.media_right .photo_paragraph_item__row {
    flex-direction: row-reverse;
}

.photo_paragraph_item__media {
    padding: 0 15px;
    width: 414px;
}

.photo_paragraph_item__media img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.photo_paragraph_item__content {
    width: calc(100% - 414px);
    padding: 0 15px;
}

.without_media .photo_paragraph_item__content {
    width: 100%;
}

.photo_paragraph_item__title {
    color: #111833;
}

.blue .photo_paragraph_item__title,
.dark .photo_paragraph_item__title,
.orange .photo_paragraph_item__title,
.black .photo_paragraph_item__title {
    color: #fff;
}

._wysiwyg .photo_paragraph .photo_paragraph_item__title {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
    font-weight: 600;
    /*font-size: 36px;*/
    /*letter-spacing: 0;*/
}

.photo_paragraph .photo_paragraph_item__description * {
    color: #111833;
    max-width: 100%;
    /*font-size: 24px;*/
    /*line-height: 1.5;*/
}

.photo_paragraph .photo_paragraph_item__description p:last-child {
    margin-bottom: 0;
}

.blue .photo_paragraph_item__description *,
.dark .photo_paragraph_item__description *,
.orange .photo_paragraph_item__description *,
.black .photo_paragraph_item__description * {
    color: #fff;
}

@media (max-width: 1680px) {
    .photo_paragraph {
        margin: 30px 0;
    }

    .photo_paragraph_item__title {
        margin-bottom: 15px;
    }

    /*._wysiwyg .photo_paragraph .photo_paragraph_item__title {*/
    /*    font-size: 30px;*/
    /*}*/

    /*.photo_paragraph .photo_paragraph_item__description * {*/
    /*    font-size: 20px;*/
    /*}*/

    .photo_paragraph_item__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .photo_paragraph_item__media {
        padding: 0 15px;
        /*max-width: 414px;*/
        width: 46%;
    }

    .photo_paragraph_item__content {
        padding: 0 15px;
        width: 54%;
    }
}

@media (max-width: 1280px) {
    /*._wysiwyg .photo_paragraph .photo_paragraph_item__title {*/
    /*    font-size: 24px;*/
    /*}*/

    /*.photo_paragraph .photo_paragraph_item__description * {*/
    /*    font-size: 16px;*/
    /*}*/

    .photo_paragraph_item__row,
    .media_right .photo_paragraph_item__row {
        flex-direction: column;
        align-items: center;
    }

    .photo_paragraph_item {
        margin-bottom: 50px;
    }

    .photo_paragraph_item__media {
        width: 100%;
        max-width: 414px;
        margin-bottom: 30px;
    }

    .photo_paragraph_item__content {
        width: 100%;
        max-width: 414px;
    }

    .photo_paragraph_item__media img {
        margin: auto;
    }

    ._wysiwyg .photo_paragraph .photo_paragraph_item__title {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .photo_paragraph__wrapper {
        max-width: 100%;
    }

    .photo_paragraph__wrapper {
        padding: 40px 15px;
    }
}