.lato-font-family {
  font-family: Lato, sans-serif;
}

.kanit-font-family, .w2-title, .w1-title {
  font-family: Kanit, sans-serif;
}

body {
  background-color: #fff;
}

.aboutus-bgimg {
  background-image: url("../img/aboutus_bg1.png");
  height: 300px;
  width: 100%;
}

.w1 {
  padding: 0;
}

.w1-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 55px;
  padding: 120px 0 0 100px;
  color: white;
}

.w2 {
  padding: 50px 50px 50px 50px;
  display: flex;
}

.w2-paragraph {
  padding: 40px;
}

.w2-title {
  color: #002e5b;
  font-size: 28px;
}

.w2-text {
  padding-top: 20px;
}

.about-bg2 {
  background-image: url("../img/comp1.png");
  width: 100%;
  height: 100%;
}

.w2-image {
  padding: 10px;
}

.services-title {
  color: #002e5b !important;
  font-family: Lato, sans-serif;
  padding: 10px 0 10px 1px;
}

.services-text {
  padding: 0 50px 0 0;
  line-height: 1.8;
}

.support-title {
  text-align: center;
  color: #002e5b;
  margin-bottom: 50px;
}

.featured-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.featured-title h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 22px;
  color: #002e5b;
}

.featured-text {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-div {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
  transition: 0.3s;
  position: relative;
}

.featured-div::before, .featured-div::after {
  content: "";
  background: #002e5b;
  height: 4px;
  width: 100%;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  position: absolute;
}

.featured-div:hover:after {
  width: 100%;
}

.featured-div:after {
  width: 0;
  background: #EF4857;
}

.featured-wrapper a:hover {
  outline: medium none;
  text-decoration: none;
}/*# sourceMappingURL=aboutus.css.map */