@charset "UTF-8";

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

.arrow {
  width: 240px;
  height: 100px;
}

.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;
  }
  .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;
  }
  #safety .balloon{
    top: 0;
    right: 0;
  }
}