@media only screen and (max-width:912px) {
    .zaka{
        text-align: -webkit-center;
        margin-bottom: 30px;
    }

    .zaka-naka{
        margin-top: 0px !important;
    }

    .zaka-center{
        text-align: center;
        margin-bottom: 30px;
    }

    .hair-care{
        height: 500px;
        object-fit: cover;
    }
}

@media only screen and (max-width:480px){
    .zaka-h3{
        font-size: 24px !important;
    }
}

@media only screen and (max-width:320px){
    .zaka-h3{
        font-size: 21px !important;
    }
}