.aboutbackground {
	position: relative;
	  height: 65vh;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-size: cover;
	  background-position: center;
	  background-attachment: fixed;
	  text-align: center;
	  color: white;
	 
  }
  .aboutbackground::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(34, 33, 33);
	opacity: 0.7;
	z-index: 1;
  }
  
  .aboutbg-heading {
	position: relative;
	z-index: 2;
	  width: 58%;
	  text-align: center;
	  align-items: center;
  }
  
  .aboutbg-heading h1{
	font-size: 5rem;
	color: white;
  }
  .aboutbg-heading p{
	font-size:20px;
	color: white;
  
  }
		  .line {
			  border-bottom-color: rgba(243, 147, 116, 1);
			  border-bottom-width: 3px;
			  border-bottom-style: solid;
			  height: 2px;
			  width: 25%;
		  }