.hero {
    background-image: url('../../images/orchard-concept-with-hands-holdi.webp');
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    position: relative;
    overflow: hidden;
}

.about {
	background-color: var(--blanco);
}

.about .title {
	margin-bottom: 60px;
}

.about .text {
	color: #242020;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

.about .text strong {
	font-weight: 700;
}

.about .block {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin: 60px 0;
}

.about .block__item {
	display: flex;
}

.about .block__item:first-child {
	flex: 1;
	max-width: 50%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	background: #F5F5F5;
	border-radius: 0 66px;
	padding: 40px;
}

.about .block__item:last-child {
	flex: 0 0 auto;
	width: 400px;
	height: auto;
	align-self: stretch;
}

.about .block__text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #333;
	text-align: pretyy;
}

.about .block__image_carousel {
	width: 100%;
	height: 100%;
	border-radius: 66px 0;
	overflow: hidden;
	position: relative;
}

.milestones {
	background-color: #B89C82;
}

.milestones .title {
	color: #ffff;
}

.certifications {
	background-color: #F5F5F5;
}

.certificate-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.certificate-container ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	gap: 20px;
}

.certificate-container ul li {
	width: 10%;
	min-width: 150px;
	margin-bottom: 15px;
}

.certificate-container ul li img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.certificate-container .certificates-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.certificate-container .policy-link {
	text-align: right;
	margin-top: 30px;
}

.certificate-container .policy-link a {
	color: #1a267d;
	font-weight: 500;
	text-decoration: underline;
	font-size: 1.2rem;
}

.certificate-container .policy-link a:hover {
	color: var(--naranja);
}

@media (max-width: 768px) {
	.hero {
		width: calc(100% - 25px);
		top: 12px;
		height: 200px;
	}

	.about .text {
		font-size: 1rem;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.about .title {
		margin-bottom: 40px;
	}

	.about .block {
		flex-direction: column;
		gap: 30px;
		margin: 30px 0;
	}

	.about .block__item:first-child {
		max-width: 100%;
		padding: 30px;
	}

	.about .block__item:last-child {
		width: 100%;
		height: auto;
		align-self: stretch;
	}

	.about .block__text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.certificate-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-top: 100px;
	}

	.certificate-container ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.certificate-container ul li {
		width: 40%;
		max-width: 160px;
		min-width: auto;
		margin-bottom: 10px;
	}

	.certificate-container .certificates-wrapper {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.certificate-container .policy-link {
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}

	.certificate-container .policy-link a {
		font-size: 1.1rem;
	}
}

@media (max-width: 480px) {
    .hero {
        height: 180px;
    }

	.about .text {
		font-size: 0.9rem;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.about .title {
		margin-bottom: 30px;
	}

	.about .block {
		gap: 20px;
		margin: 20px 0;
	}

	.about .block__item:first-child {
		padding: 20px;
		border-radius: 0 40px;
	}

	.about .block__text {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	.certificate-container {
		margin-top: 60px;
	}

	.certificate-container ul li {
		width: 45%;
		max-width: 140px;
	}

	.certificate-container .policy-link a {
		font-size: 1rem;
	}
}
