:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

.Third-Part{
  text-align: center;
	color: #fff;
	width: 100%;
	height: 300px;
	background: linear-gradient(to right, rgba(219, 83, 83,.4), rgba(219, 83, 83,.4)), url("../../IMAGE/background.jpg") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.Third-Title{
	font-weight: 700;
	font-size: 50px;
	margin-top: 75px;
	line-height: 50px;
}

.Third-Desc{
	font-size: 20px;
	margin-top: 15px;
}

@media (max-width: 1200px) {
	.Third-Part{
		background-attachment: inherit;
	}
}

@media (max-width: 610px) {
	.Third-Title{
		font-size: 40px;
		margin-top: 50px;
	}

	.Third-Desc{
		font-size: 20px;
		margin-top: 15px;
	}
}
