:root {
    --primary-color: #FEA82F;
    --secondary-color: #fcfcec;
    --secondary-variant: #413620;
}
.site-wrapper ul {
    list-style-type: none;
    font-weight: 500;
}
.services .block-row {
    display: flex;
}
.gastro h3 {
    margin-bottom: 1.2rem;
    font-weight: 800;
    color: var(--gastro-h3);
}
.gastro h3 span {
    color: var(--gastro-span);
    font-weight: 700;
}
.gastro p {
    margin: 0 auto;
    width: 80%;
    text-align: justify;
}
.gastro i {
    color: white;
    background-color: #DBA39A;
    border-radius: 50%;
    padding: 1.5rem;
    margin: 0.4rem 0;
    font-size: 30px;
}
.services .service {
    display: flex;
    align-items: center;
}
.services .service > * {
    flex: 1;
    padding: 2rem;
}
.gastro ul {
    padding-left: 0;
}
.service .mobile-photo {
    display: none;
}

@media(max-width: 768px) {
    .gastro {
        margin-top: 0 !important;
    }
    .gastro > .d-flex {
        flex-direction: column;
    }
    .gastro > .d-flex > .d-flex {
        flex-direction: row !important;
        padding: 2rem 0;
    }
    .gastro > .d-flex > .d-flex > * {
        margin: auto 1rem;
    }
    .service .image {
        display: none;
    }
    .service .mobile-photo {
        display: block;
        margin-bottom: 1rem;
    }
    .service p {
        text-align: justify;
    }
}

.site-wrapper .service-card {
    display: block;
    margin: 1.5rem auto;
    background: linear-gradient(#F8EAD8, rgba(248, 234,	216, 0.5));
    padding: 2.5rem;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: black;
    text-decoration: none;
}

.site-wrapper .service-card p {
    margin: 0;
}