@media (min-width: 1200px) and (max-width: 1400px) {
    .header .nav__link {
	font-size: 12px;
}
}

.advantages__title {
	span {
		color: #1E2640;
	}
}

@media (max-width: 720px) {
		.benefits-card__line {
			display: flex!important;
			flex-direction: row!important;
		}
	
	.about-us__title {
		position: relative;
		
		p {
			svg {
				position: absolute;
				left: 47%;
				top: 86%;
			}
		}
	}
	
	.page-id-88 {
	.about-us__title {
		position: relative;
		
		p {
			svg {
				position: absolute;
				left: 15%;
				top: 86%;
			}
		}
	}
}
}


