.img {
	width: 100%;
	height: auto;
}

.title {
	font-size: 230px;
	color: #d19300;
	text-align: center;
    font-weight: bold;
}

.text {
    font-family: "Helvetica";
    color: white;
    font-size: 55px;
    line-height: 1.1;
    padding: 0 20px;
    text-align: center;
}

.text-2 {
    font-family: "Helvetica";
    color: #d19300;
    font-size: 27px;
    line-height: 32px;
}

.text-3 {
	color: white;
    font-size: 16px;
    line-height: 28px;
}

/*----------------*/

.img-2 {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-4 {
	font-style: italic;
}

@media(max-width: 1600px) {
	.title {
		font-size: 190px;
	}

	.text {
		font-size: 45px;
		padding: 0 10%;
	}
}

@media(max-width: 1400px) {
	.title {
		font-size: 160px;
	}

	.text {
		font-size: 38px;
	}
}

@media(max-width: 1200px) {
	.text {
		padding: 0 30px;
	}
}

@media(max-width: 1024px) {
	.title {
		font-size: 130px;
	}

	.text {
		font-size: 30px;
		padding: 0 125px;
	}
}

@media(max-width: 991px) {
	.title {
		font-size: 100px;
		margin-top: 30px;
	}

	.text {
		padding: 0;
	}
}

@media(max-width: 740px) {
	.title {
		font-size: 85px;
	}

	.text {
		font-size: 24px;
	}

	.text-2 {
		font-size: 24px;
    	line-height: 30px;
	}

	/*-------------------*/

	.img-2 {
		height: auto;
		margin-bottom: 30px;
	}
}

@media(max-width: 450px) {
	.title {
		font-size: 55px;
	}

	.text {
		margin-top: 10px;
	}

}