.img-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url('/sites/default/files/2025-11/background-1.jpg');
 	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}