.content_image {
    margin-bottom: 50px;
    border-radius: 12px!important;
}

@media only screen and (max-width: 480px) {
    .content_image {
        margin-bottom: 24px;
        border-radius: 12px!important;
    }


}