.text_image_sect .sect_title:last-child {
    margin-bottom: 0;
}
.text_image_sect .description {
    margin: 0 0 2.5em;
    text-align: center;
}
.text_image_sect .description:last-child {
    margin-bottom: 0;
}
.text_image_sect .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 1.25em;
}
@media(max-width: 767px) {
    .text_image_sect .description {
        font-size: 0.875em;
    }
}