/*********************
START: SERVICES
*********************/
.services ul li:not(:last-child) {
    margin-block-end: 7.5rem;
}

.services ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services ul li>* {
    width: 48.5%;
}

.services ul li a {
    display: block;
}

.services ul li a.service--img picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 700 /500;
    border-radius: var(--border-radius-20);
}

.services ul li .service--text>img {
    margin-block-end: 1.5rem;
    height: 60px;
    width: 60px;
}

.services ul li .service--text p {
    margin-block-end: 2rem;
}

/*********************
END: SERVICES
*********************/






/*********************
START: 
*********************/
/*********************
END: 
*********************/
/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1320px) and (max-width: 1439px) {}

@media screen and (max-width: 1319px) {
    .services ul li:not(:last-child) {
        margin-block-end: 7rem;
    }
}

@media screen and (max-width: 1200px) {
    .services ul li:not(:last-child) {
        margin-block-end: 6rem;
    }
}

@media screen and (max-width: 992px) {
    .services ul li:not(:last-child) {
        margin-block-end: 5rem;
    }

    .services ul li {
        flex-direction: column;
    }

    .services ul li .service--text {
        width: 100%;
        margin-block-start: 2rem;
    }

    .services ul li a.service--img {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .services ul li:not(:last-child) {
        margin-block-end: 4rem;
    }

    .services ul li a.service--img {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .services ul li:not(:last-child) {
        margin-block-end: 3rem;
    }

    .services ul li a.service--img {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .services ul li a.service--img {
        width: 90%;
    }

    .services ul li .service--text>img {
        height: 50px;
        width: 50px;
        margin-block-end: 1rem
    }

    .services ul li .service--text p {
        margin-block-end: 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .services ul li a.service--img {
        width: 100%;
    }
}

/*********************
END: MEDIA
*********************/