#category h4
{
    text-align: start;
    font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
    #category h4{
        text-align: center;
        font-size: 1.1rem !important;
    }

}

#category .container-content p{
    text-align: start;
}
.container-body{
    /*height: 26.625rem;*/
        padding-bottom: 2rem !important;
}
/*.content-layout-3{*/
/*    flex-direction: row-reverse;*/
/*}*/
.content-col-6{
    width: 50%;
    margin-left: 2.5rem!important;
    margin-right:0 !important;
}
@media only screen and (max-width: 600px) {
    .content-col-6{
        width: 100%;
        margin-left: 0rem !important;
        
    }

}
#category .container-content p{
    padding-left: 0;
}
#category .container-content .container-booking-btn{
    text-align: start;
    margin-top: 2rem;
    padding: 0 0 0.5rem 0;
}
.img-up-small
{
    text-align: left!important;
}
.img-up-small img{
       margin-right: unset !important;
    margin-left: unset;
        
}
@media only screen and (max-width: 600px) {
    .img-up-small
{
    text-align: center!important;
}
#category .container-content .container-booking-btn
{
    text-align: center;
}
}
