@media only screen and (max-width:912px) {
    .about-width{
        width: 100% !important;
        justify-content: center;
        text-align: center;
     
    }

    .about-hey{
        text-align: -webkit-center;
        margin-bottom: 50px;
    }


}

@media only screen and (max-width:600px) {
.about-hey2{
    rotate: 180deg;
}

.samaja{
    padding: 40px 0px;
}
}