/* blog styles*/
.blogcontainer {
  margin-left: 15%;
  margin-right: 15%;
}
.blogcontainer-content > p {
  text-align: justify !important;
}
.blogcontainer-content > h3 {
  text-align: center !important;
}
/* blog default style background-size: cover;*/
.blog-section1 {
  background-image: url("/assets/images/blog/carl-heyerdahl-KE0nC8-58MQ-unsplash.jpg");
  min-height: 500px;
  background-repeat: no-repeat;
}
.blogs-h2 {
  margin-top: 200px !important;
}
.news-section {
  background-image: url("/assets/images/news.png");
  background-repeat: no-repeat;
 
}
.jobs-section {
  background-image: url("/assets/images/forhire.png");
  min-height: 500px;
  background-repeat: no-repeat;
}
