@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/company/ec-bg.jpg);
  background-position: center;
  background-size: cover;
}
#about .border {
  border: solid 2px #000001!important;
}


.arrow {
  width: 240px;
  height: 100px;
}
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  border-left: 40px solid #ededed;
  border-top: 50px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 50px solid transparent;
}
.arrow p {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#demand .object-fit {
  height: 100%;
}


@media screen and (min-width: 769px) {
  #features .object-fit {
    height: 150px;
  }

}