/*** Btn Lined (ghost) */
.btn-lined {
    font-family: "Gabarito", sans-serif;
    border-width: 0px;
    background: #ff9800 !important;
    color: #fff;
    text-shadow: none;
    padding: 10px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-radius: 3px;
    border-color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .btn-lined:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
  }

  /** Action Box **/
.action_box {
  padding: 30px 30px;
  color: #fff;
  border-top: 2px solid #fff;
  position: relative;
  background-color: #036297;
  clear: both;
}
.action_box h4.text {
    font-family: "Gabarito", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

.short-details{
    font-family: "Gabarito", sans-serif;
}

.action_box .ac-subtitle {
  color: rgba(255, 255, 255);
  line-height: 1.6;
  margin-top: 16px;
}

@media (max-width: 480px){
.action_box h4.text {
  font-size: 1.4rem;
  }
}