@media (min-width:0px) and (max-width:576px) {
  .section-title h3 {
    line-height: 1.5em !important;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .height-applications {
    height: 420px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .height-applications {
    height: 400px;
  }
}

@media (min-width:1200px) {
  .border-dark-tail-height {
    border: 1px solid rgba(0, 0, 0, 0.534);
    height: 430px;
  }

  .height-applications {
    height: 420px;
  }
}