
.start{
	position:relarive
}
.start:after{
	content:'';
	width:200vw;
	height:380px;
	top:-120px;
	z-index:-1;
	position:absolute;
	background-color:#F8F8F8;
	left:-100vw
}
h2{

	color:#9B1C23;
	font-size:42px;
	font-weight:600;

}
.btn{
	margin-right:20px;
	margin-top:20px;
	transition:0.3s ease-out;
	border:solid 2px #9b1c23;
	font-weight:500;
}
.btn:focus{
	color:#9b1c23!important;
}

.btn:hover{
	color:white!important;
	background-color: #9b1c23;
	border-color:#9b1c23;
}
.line{
	display:grid;
	gap:60px;
	grid-template-columns: 1fr 1fr;
	width: 40%;
}
img{
	width:100%;
	object-fit:cover;
	height:380px;
	margin:90px 0 40px 0;
	border-radius:15px;

}
.btn{
	padding: 7.5px 12px;
}
@media(max-width:1500px){
	.line{
		width:50%;
	}
}
@media(max-width:1120px){
	.line{
		width:75%;
	}
	.start:after{
		content:'';
		height:420px;
	}
}

@media(max-width:750px){
	.start:after{
		height:600px;
	}	
	.line{
		width:100%;
	}



}
@media(max-width:670px){
	.line{
		grid-template-columns:1fr;
		gap:10px;
	}
}

@media(max-width:495px){
	.start:after{
		height:640px;
	}
}

@media(max-width:455px){
	.start:after{
	height:700px;

	}

}

@media(max-width:395px){
	.start:after{
	max-height:740px;

	}

}
@media(max-width:355px){
	.start:after{
	max-height:800px;

	}

}
