@media screen and (max-width:768px){
    .mx-5 {
        margin-right:0px !important;
        margin-left:0px !important;
    }

    .about_container {
        padding: 20px !important;
    }

    .for-about-container {
        display: flex;
        flex-direction: column-reverse;
    }
	h5{line-height:inherit;}

}
