.subtitle {
  line-height: 25px;
}

.subtitle is-5 {
  font-size: 1.15rem;
}

.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.img-military {
  width: 50%;
  height: 500px;
  margin-left: 25%;
}

@media (max-width: 767px) {
  .img-military {
    height: 100%;
    margin-left: 0px;
    width: 100%;
  }
}

#get-bg {
  background-color: #dfecfa;
}
/*# sourceMappingURL=military-vpn.css.map */