.bgimg-2 {
  background-image:  
  	/*linear-gradient(
      rgba(214,230,243, 0.45), 
      rgba(214,230,243, 0.45)
    ),*/
  	url("../about.jpg");
  min-height: 400px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

