.white-col-tst-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.white-col-tst-inr {
    flex: 0 31%;
/*     MIN-HEIGHT: 330PX; */
    padding: 25px;
  background: #ffff;
    margin-right: 20px;
    box-shadow: 0px 4px 34px 0px #00000008;
  min-height: 230px;
}

.white-col-tst-cont h6 {
    line-height: 22px;
}
.white-col-tst-icn {
    width: 30px;
    margin-bottom: 20px;
}
.white-col-tst-nme h6 {
    margin-bottom: 6px !important;!i;!;
}
.white-col-tst-dgn p {
    color: #878787;
}

.white-col-tst-cont p {
    color: #3A3A3B !important;!I;!;
}
.white-col-tst-icn svg {
    fill: #FF3600;!I;!;
}
.white-col-tst-inr:not(:last-child) {
/*     border-right: 1px solid #BBBB; */
}
.white-col-tst-otr ul.slick-dots li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #DDDDDD;
    display: inline-block;
    border-radius: 50%;
}
.white-col-tst-otr ul.slick-dots li.slick-active:before {
    content: "";
    width: 10px;
    height: 10px;
    background:#FF3600;
    display: inline-block;
    border-radius: 50%;
}
 
 
.white-col-tst-otr ul.slick-dots li button {
    display: none;
}
.white-col-tst-otr ul.slick-dots {
    display: flex !important;
    justify-content: center;
}

.white-col-tst-otr button.slick-prev.slick-arrow {
    border-bottom: 2px solid #8a9dad;
    border-left: 2px solid #8a9dad;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: transparent;
}
.white-col-tst-otr button.slick-next.slick-arrow {
    border-bottom: 2px solid #8a9dad;
    border-left: 2px solid #8a9dad;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: transparent;
}
.white-col-tst-otr button.slick-prev.slick-arrow {

    transform: rotate(45deg);
    position: absolute;
    top: -50px;
    left: 90%;
    
}
.white-col-tst-otr button.slick-next.slick-arrow {
    right: 0px;
    transform: rotate(-135deg);
    top: -50px;

}

@media(max-width:768px){
  .white-col-tst-inr.slick-slide.slick-current.slick-active {
/*     margin-bottom: 60px; */
}
  .logo-slides-otr .slick-dots {  
    bottom: -55px!important;
}
.white-col-tst-inr {
    border: 0 !important;
/*     padding: 0px 10px; */
}
  .white-col-tst-otr .slick-list.draggable {
/*     margin: 0 20px; */
}
  .white-col-tst-otr button.slick-prev.slick-arrow {
 
            left: 80%;
}
  .white-col-tst-wrp.slick-initialized.slick-slider{
   border:0px !important; 
  }
.white-col-tst-otr button.slick-next.slick-arrow {

    right: 0;
}
  .white-col-tst-inr {
    margin-right: 0;
}
}