/* LOCAL CSS */

.services__articles2 .services__swiper-wrapper {
	padding-left: 27% !important;
}

.services .services-banner__bloc-picture-text {
	width: 90%;
}
#services-articles-1{
	margin-left: 38%;
}
 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.services .services-header__text{
		font-size: 15px;
	}
	.services .services-banner__bloc-picture-text {
		width: 77%;
	}
	#services-articles-1{
		margin-left: 38%;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.services__articles2 .services__swiper-wrapper{
		padding-left: 20% !important;
	}
	.services .services-banner__bloc-picture-text {
        width: 60%;
        font-size: 11px;
    }
	#services-articles-1{
		margin-left: 32%;
	}
}

@media (max-width: 480px) {
	.services__articles2 .services__swiper-wrapper{
		padding-left: 12% !important;
	}
	.services .services-banner__bloc-picture-text {
		width: 100%;
	}
	.services .services-banner__right {
		margin-right: 0;
	}
	.services .services__main-title{
		font-size: 2rem;
	}
	.services .services__main-title.services__main-title-benefit{
		width: 100% !important;
	}
	#services-articles-1{
		margin-left: 14%;
	}
	.services .services-gift__swiper .swiper-pagination .swiper-buttons-navigation {
    	display: none;
	}	

}



