

/* Start:/local/templates/kareliamaf/components/bitrix/news.list/services/style.css?1728659932870*/
.services {
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.service {
    display: flex;
    flex-direction: row;

    margin-bottom: 25px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    justify-content: space-between;
}
.service > * {
    flex-basis: calc(50% - 20px);
}

@media (max-width: 900px) {
    .service {
        flex-direction: column;
    }
    .service > * {
        flex-basis: 100%;
    }
}
/*@media (max-width: 640px) {*/
/*    .service > * {*/
/*        flex-basis: calc(50% - 20px);*/
/*    }*/
/*}*/

.service .photo img {
    width: 100%;
    vertical-align: bottom;
}

.service .description {
    padding: 20px;
}

.service h3 {
    margin-top: 0;
}


/* End */
/* /local/templates/kareliamaf/components/bitrix/news.list/services/style.css?1728659932870 */
