/*

Makeups & Hairstyling

*/
.services-makeups-hairstyling__body {
    margin-bottom: 80px;
}
.services-makeups-hairstyling__image {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .services-makeups-hairstyling__body {
        margin-bottom: 40px;
    }
    .services-makeups-hairstyling__image {
        margin-bottom: 40px;
    }
}
.services-makeups-hairstyling__image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .services-makeups-hairstyling__image img {
        height: 400px;
    }
}
.services-makeups-hairstyling__items > div:not(:last-child) {
    margin-bottom: 40px;
}
.services-makeups-hairstyling__top {
    margin-bottom: 120px
}
@media (max-width: 768px) {
    .services-makeups-hairstyling__top {
        margin-bottom: 60px
    }
}