.title-leader{
    color:#459ED7;
    font-size: 4rem;
}
.title-about{
    color:#459ED7;
    font-size: 3rem;
}
.title-bottom{
    color:#459ED7;
    font-size: 5rem;
}
.okejob{
    margin-top: 56vh;
}

.brand-swiper .swiper-slide img {
    opacity: 0.7;
    filter: grayscale(100%);
}
.container-do{
    border : 1px solid #AAD7EF;
    height: 300px;
}

.service-box {
    border: 1px solid #AAD7EF;
    border-radius: 10px;
    padding: 20px;
    background-color: #EEF6FB;
    height: 100%;
    text-align: left;
    min-height: 250px;
    
  }
  .service-box img {
    height: 40px;
    margin-bottom: 15px;
  }
  .subtitle-do{
    color:#459ED7;
  }

  .step-box {
    border: 1px solid #AAD7EF;
    border-radius: 40px;
    padding: 20px;
    background-color: #EEF6FB;
    height: 100%;
    min-height: 200px;
    
  }
  .step-box img {
    height: 40px;
    margin-bottom: 15px;
  }
  .testi-box {
    border: 1px solid #AAD7EF;
    border-radius: 40px;
    padding: 20px;
    background-color: #EEF6FB;
    height: 88vh;
    position: relative;
  }
  .testi-box img {
    height: 40px;
    margin-bottom: 15px;
  }

  /* styling dasar tombol */
.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  bottom: 20px;          /* jarak dari dasar testi-box */
  width: 50px;
  height: 50px;
  border: 1px solid #459ED7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s, color .3s;
}
  .bgCardTeam{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }

/* Mobile first */
.title-leader, .title-about, .title-bottom {
    font-size: 2rem;
}
@media (min-width: 400px) {
    .bgCardTeam { height: 300px; }
    .service-box { min-height: 280px; }
}
@media (min-width: 576px) {
    .bgCardTeam { height: 320px; }
    .service-box { min-height: 300px; }
    .title-leader { font-size: 2.2rem; }
    .title-about { font-size: 1.8rem; }
}
@media (min-width: 768px) {
    .bgCardTeam { height: 350px; }
    .service-box { min-height: 320px; }
    .title-leader { font-size: 2.8rem; }
    .title-about { font-size: 2.2rem; }
}
@media (min-width: 992px) {
    .bgCardTeam { height: 400px; }
    .service-box { min-height: 350px; }
    .title-leader { font-size: 3.2rem; }
    .title-about { font-size: 2.5rem; }
}
@media (min-width: 1200px) {
    .bgCardTeam { height: 450px; }
    .service-box { min-height: 370px; }
    .title-leader { font-size: 4rem; }
    .title-about { font-size: 3rem; }
}
@media (min-width: 1400px) {
    .bgCardTeam { height: 500px; }
    .service-box { min-height: 400px; }
    .title-leader { font-size: 5rem; }
    .title-about { font-size: 3.5rem; }
}