/**
 * CSS for about us page
*/
body {

}
.about-banner .so-widget-sow-image {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.about-banner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
}
.line-green {
  position: relative;
}
.line-green::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 25px;
  background-color: #86bc42;
  position: absolute;
  top: 0px;
  left: -14px;
}
ul.about-lists {
  list-style: none;
}
ul.about-lists li {
  padding-left: 55px;
  padding-bottom: 1rem;
  line-height: 1.6rem;
  background: url(./../../../uploads/2020/08/icon-check.png) left -2px top -6px no-repeat;
  background-size: 40px auto;
}
ul.about-lists li h5 {
  font-size: 1.5rem;
  color: #86bc42;
  margin-top: 7px;
  margin-bottom: 0;
}
ul.about-lists li p {
  margin-bottom: 5px;
}
