.icon-alert {
  background: url('../img/disclaimer/icon-alert.svg') no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.icon-www {
  background: url('../img/icon-www.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.icon-ig {
  background: url('../img/icon-ig.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.icon-yt {
  background: url('../img/icon-yt.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.icon-fb {
  background: url('../img/icon-fb.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.icon-wa-white {
  background: url('../img/icon-wa-white.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.icon-call {
  background: url('../img/icon-call.svg') no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}
.official-jba {
  padding: 30px 40px 30px 30px;
  background: #fff;

}
.official-jba .title {
  color: rgb(33, 44, 104);
  font-size: 21px;
  font-family: NexaXBold;
  text-transform: uppercase;
}
.official-jba .alert-info {
  margin-top: 16px;
  background: none;
}
.official-jba .alert-info p {
  color: rgb(33, 44, 104);
  font-size: 15px;
  font-family: NexaReg;
}
.official-jba .parts-right {
  background: url('../img/disclaimer/bg-oval.svg') no-repeat;
  background-size: cover;
  color: white;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.official-jba .parts-title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: NexaBold;
  margin-bottom: 16px;
}
.official-jba .social {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
}
.official-jba .social .link {
  margin-top: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: NexaBold;
  margin-left: 8px;
}
.akunpalsu-title {
  background: #fff;
  padding: 15px;
  text-align: center;  
  margin-bottom: 30px;
}
.akunpalsu-title h2.title {
  color: rgb(33, 44, 104);
  font-size: 22px;
  font-family: NexaBold;
  text-align: center;
  margin: 16px 0;
}
.fraud-list {
  margin-top: 30px;
  padding-bottom: 90px;
}
.fraud-list .img-wrapper img {
  width: 100%;
  object-fit: cover;
  padding: 0 15px;
}
.fraud-list .slick-arrow {
  bottom: 0;
  top: auto;
}
.official-jba .social .link a {
  color: #fff;
}
.official-jba .social .link a:hover {
  opacity: .7;
}
@media (max-width: 767px){
.fraud-list   .slick-prev {
      left: calc(50% - 60px);
  }
.fraud-list   .slick-next {
    right: calc(50% - 60px);
  }
}