/* MAIN PAGE */








/*ADAPTIVE*/
@media (max-width: 1368px) {
	.section--partners .paragraph .field--name-bp-text {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.section--partners .paragraph .field--name-bp-text {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.paragraph--type--slider-item .field--name-field-image img {
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 480px) {
	.section--production .field--name-field-description,
	.section--partners .field--name-bp-text,
	.section--customers .field--name-field-description {
        font-size: 0.7rem;
    }
	.section--customers .paragraph--type--iconed-text h3, .section--customers .paragraph--type--iconed-text .h3 {
        font-size: 0.8rem;
    }
	.paragraph--type--slider-item .field--name-field-description {
		font-size: 1rem;
	}
	.paragraph--type--slider .field--name-field-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 400px) {
	.paragraph--type--slider .field--name-field-title {
        font-size: 1.2rem;
    }
}