@media (max-width: 540px){
    section.about_wrapper.privacy h1 {
        font-size: 30px;
    }

    section.about_wrapper img{
        width: 100% !important;
        height: auto !important;
    }

    section.about_wrapper .container{
      padding: 0;
    }

    /* section.about_wrapper .row{
        flex-direction: column-reverse;
    } */
}