.sbc-content-two-columns .title{
  font-size: 32px;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 700;
}
.sbc-content-two-columns .list-carousel .inner-carousel{
  position: relative;
  margin-bottom: 15px;
}
.sbc-content-two-columns .list-carousel .inner-carousel .img-cont{
  position: relative;
}
.sbc-content-two-columns .list-title{
  font-size: 32px;
  color: #005191;
  font-weight: 700;
  font-family: 'Arial',sans-serif;
}
.sbc-content-two-columns .uw-button{
  display: inline-flex;
}
.sbc-content-two-columns .list-carousel .inner-carousel .img-cont .play-video{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-content-two-columns .list-carousel .inner-carousel .img-cont .play-video i{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  will-change: transform;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sbc-content-two-columns .list-carousel .inner-carousel .img-cont .play-video:hover{
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}
.sbc-content-two-columns .slick-next, 
.sbc-content-two-columns .slick-prev{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, .5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sbc-content-two-columns .slick-prev{
    right: 50px;
}
.sbc-content-two-columns .slick-next::before, 
.sbc-content-two-columns .slick-prev::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.sbc-content-two-columns .slick-prev::before{
    content: '\f060';
}
.sbc-content-two-columns .slick-next::before{
    content: '\f061';
}
.sbc-content-two-columns .slick-next.slick-disabled:before, 
.sbc-content-two-columns .slick-prev.slick-disabled:before{
  opacity: 1;
}
.sbc-content-two-columns .slick-next.slick-disabled, 
.sbc-content-two-columns .slick-prev.slick-disabled{
  opacity: .30;
  background-color: rgba(255, 255, 255, 1);
}

/* Alternating List */
.sbc-content-two-columns.alternating-list .gray-bg{
  background-color: rgba(0, 0, 153, 0.05);
}

@media (max-width: 991px){
  .sbc-content-two-columns .slick-next, 
  .sbc-content-two-columns .slick-prev{
    bottom: auto;
    top: 48%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sbc-content-two-columns .slick-prev{
    right: auto;
    left: 15px;
  }
  
}

@media (max-width: 767px){
  
}
