.testimonial-satu {
  /* border-right: 4px solid #2a3d7d; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  background-color: #2a3d7d;
  position: relative;
  border-radius: 10px;
}
.testimonial-satu:hover {
  background-color: #c62127;
  
}

.pelatihan {
  margin-top: 13px !important;
  font-size: 16.7px !important;
  margin-bottom: 4px !important;
}

.testimonial-baru .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial-satu .title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f5f5f5;
  margin: 0;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
  border-radius: 10px !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: var(--second-color) !important;
  border-color: var(--second-color) !important;
  border-radius: 10px !important;
}

@media (max-width: 768px) {
  .testimonial-satu .title {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .testimonial-satu .title {
    font-size: 18px !important;
  }
}

/* Start UKURAN 1921px */
@media (min-width: 1921px) {
  body {
    zoom: 1.5;
  }
}
/* END UKURAN 1921px 
