  .modern_ui_section {
    background-color: var(--light-purple);
             padding: 0px 0 5px 0;
}
footer .top_footer {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #511972;
padding: 26px 0 10px 0;    position: relative;
    overflow: hidden;
}
.latest_story {
    background-color: var(--light-purple);
    padding: 50px 0 80px 0;
}

@media screen and (max-width: 767px){
.modern_ui_section .ui_images img {
    max-width: 100%;
    margin-bottom: -5px;
}}