input.error,
textarea.error {
	border: 1px solid red !important;
}

label.error b {
	color: red !important;
	font-weight: 300 !important;
}

@media (max-width: 1024px) {
	.section-1 .slider .wrapper .slider-1 .slick-list .item .image {
		position: relative;
		overflow: hidden;
		border-radius: .25rem;
		min-height: unset;
		height: fit-content;
	}
	.section-1 .slider .wrapper .slider-1 .slick-list .item .image img {
		object-fit: cover;
		min-height: unset;
		height: 100%;
		width: 100%;
	}
	.section-1 .slider .wrapper .slider-1 .slick-list .item .description {
		display: none;
	}
}