.proyectos {
	padding: 20px;
	max-width: 1100px;
	margin: auto;
}
.proyectos__title {
	font-size: 22px;
	text-align: center;
	margin-top: 160px;
	margin-bottom: 40px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.proyectos__row {
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	margin-bottom: 40px;
}
.proyectos__right h2 {
	font-size: 22px;
	margin-top: 0;
	font-weight: 500;
	font-family: roc-grotesk;
}
.proyectos__right p {
	color: #A09BAF;
	font-size: 18px;
	font-family: "Kumbh Sans";
}
.proyectos__video {
	width: 100%;
	height: 200px;
}

@media screen and (min-width: 360px) {

	.proyectos__title {
		font-size: 24px;
	}

}

@media screen and (min-width: 500px) {

	.proyectos__title {
		font-size: 26px;
		margin-bottom: 80px;
	}
	.proyectos__right h2 {
		font-size: 24px;
	}
	.proyectos__right p {
		font-size: 20px;
		line-height: 30px;
	}
	.proyectos__video {
		height: 260px;
	}

}

@media screen and (min-width: 768px) {

	.proyectos__title {
		font-size: 28px;
	}
	.proyectos__row {
		flex-direction: row;
		grid-gap: 20px;
	}
	.proyectos__left,
	.proyectos__right {
		width: 50%;
	}
	.proyectos__left {
		margin: auto;
	}
	.proyectos__video {
		height: 300px;
	}


}

@media screen and (min-width: 1000px) {

	.proyectos__title {
		font-size: 34px;
	}
	.proyectos__right h2 {
		font-size: 30px;
	}
	.proyectos__right p {
		font-size: 22px;
	}
	.proyectos__row {
		margin-bottom: 60px;
	}

}

@media screen and (min-width: 1200px) {

    .proyectos__right h2 {
        font-size: 36px;
    }
    .proyectos__right p {
        font-size: 24px;
    }

}

@media screen and (min-width: 1400px) {

	.proyectos__title {
		font-size: 42px;
	}
	.proyectos__right h2 {
        font-size: 40px;
    }
    .proyectos__right p {
        font-size: 28px;
    }

}