/*.trainings-container {
    display: flex;
    width: 100%;
    @include max-screen($screen-sm-max) {
        flex-direction: column;
    }
    .training-block {
        flex: 1;
        height: 150px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}*/
.ayurTreatments { background-image: url("../../img/bg-leaf-pattern.png"); background-repeat: no-repeat; background-size: auto; /* Resize the background image to cover the entire container */ background-position: right center; /* Center the image */ }

.ayurTreatmentsList { min-height: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.ayurTreatmentsList > .trainings-container { -ms-flex: 1; flex: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; }

@media only screen and (max-width: 767px) { .ayurTreatmentsList > .trainings-container { -ms-flex-direction: column; flex-direction: column; } }

.ayurTreatmentsList > .trainings-container > .training-block { -ms-flex: 1; flex: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
/*# sourceMappingURL=home.css.map */