/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.n-assistants {
	overflow-x: clip;
}
.n-assistants__items {
	flex-wrap: wrap;
	gap: 100px 0;
	background: linear-gradient(180deg, #DDA54A 0%, #F2BE72 100%);
}
.n-assistants-item {
	background: transparent;
	width: calc(33.33333% - 20px);
}

.n-assistants__items::after {
	content: '';
    display: block;
    background: linear-gradient(180deg, #DDA54A 0%, #F2BE72 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    left: 99%;
	width: 100%;
}

@media (max-width: 768px) {
	.n-assistants__items {
		gap: 20px 0;
	}
}
@media (max-width: 767px) {
	.n-assistants__items {
		gap:0;
	}
	.n-assistants-item {
	width: 100%;
}
}