.bg-img{
background-image: url("https://camexa.ca/graphics/BG_Home.png");
background-color: #6fc067;
width: 100%;
height: 10%;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.container-text{
  background: #6fc067;
  color:#ffffff;
  margin-top:20%;
  padding-bottom:72px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

hr{
	background-color: #ffffff;
	margin-bottom: 22px;
	margin-top: 17px;
}