
/*********************
START: SERVICES
*********************/
.services--title {
    max-width: 950px;
    margin-inline: auto;
    width: 100%;
}

.services--title p {
    margin-block-start: 1.5rem;
}

.services ul {
    display: flex;
    flex-direction: column;
    row-gap: 3.75rem;
    margin-block-start: 5rem;
}

.services ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services ul li:nth-child(odd) {
    flex-direction: row;
}

.services ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.services ul li .item--text {
    width: 57%;
}

.services ul li .item--text h4 {
    margin-block: 0.75rem 1rem;
}

.services ul li .item--text a {
    margin-block-start: 2.5rem;
    color: var(--primary-color);
    justify-content: flex-start;
}

.services ul li .item--text a img {
    margin-inline-start: 0.75rem;
}

.services ul li .item--img {
    width: 37%;
}

.services ul li .item--img img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius10);
}

/*********************
END: SERVICES
*********************/


@media screen and (max-width: 992px) {
	.services ul{
		margin-block-start: 4rem;
	}

    .service--single__V1 ul li {
        margin: 8px;
        flex-basis: calc(100% - 16px);
    }
}


@media screen and (max-width: 768px) {
	.services ul{
		margin-block-start: 3rem;
	}
	
    .services ul li {
        row-gap: 2rem;
        flex-direction: column-reverse !important;
    }

    .services ul li .item--img {
        width: 70%;
    }

    .services ul li .item--text {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
	.services ul{
		margin-block-start: 2rem;
	}
	
    .services ul li .item--img {
        width: 85%;
    }
}

@media screen and (max-width: 425px) {
    .services ul li .item--img {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {}
