.image_and_text p,
.image_and_text ul {
    margin-bottom: 0.8em;
}
.image_and_text ul {
    list-style: disc;
    margin-left: 1em;
}
.image_and_text .image_block_wrap {
    text-align: center;
    align-self: center;
}

.title-subtitle-image .image_block_wrap,
.title-subtitle-image .image_block_wrap img {
    width: 100%;
}

@media only screen and (max-width : 1200px) {
    .image_and_text .image_block_wrap {
        text-align: center;
        align-self: start;
    }
}

@media only screen and (min-width: 768px) and (max-width : 1200px) {
    .image_and_text .image_block_wrap.title_col {
        width: 80%;
        margin: 0 auto;
    }
}

