@media (min-width: 992px){
  #tentangs .about-box {
    min-height: 440px;
    padding: 70px;
    box-shadow: -1px 0 24px 0 rgba(0,0,0,.25);
    border-radius: 10px;
  }
  .about-box.short {
    min-height: 320px !important;
  }
}

.about-box .about-title {
  font-size: 28px;
color: #2a3889;
font-weight: normal;
text-transform: uppercase;
}

.about-box.short .about-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}
