.trustbar-variants-12 {
    z-index: 99;
    position: relative;
    margin-top: 0px;
}

.trustbar-variants-12 .variant-wrapper {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 4px 27px 3px #0000001F;
}

.trustbar-variants-12 .tbv12-eachbox .tbv12-icon-box .icon {
  color: #fff;
  padding: 16px;
  background-color: #171833;
  /* transform: rotate(0deg); */
  transition: all ease-in-out 0.4s;
}
.trustbar-variants-12 .tbv12-eachbox:hover .icon  {
    transform: rotate(-360deg);
    transition: all ease-in-out 0.4s;
    background-color: #FFCC00;
}
.trustbar-variants-12 .variant-wrapper .tbv12-eachbox h2 {
    font-size: 28px;
}
@media screen and (min-width: 992px) {
    .trustbar-variants-12 .tbv12-eachbox {
        margin-bottom: 0;
    }
    .trustbar-variants-12 .variant-wrapper .tbv12-eachbox h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    
}