@charset "UTF-8";

@media screen and (max-width: 800px){
    [id^="service"]  + div .content_wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}