.sr-trust{
    background-color: #002868;
}
.sr-trust .sr-trust-wrapper{
    margin-top: -80px;
}
.sr-trust .sr-trust-wrapper .sr-trust-item{
    background-color: #fff;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 20px;
}
.sr-trust .sr-trust-wrapper .sr-trust-item .sr-trust-icon{
    display: block;
    text-align: center;
}
.sr-trust .sr-trust-wrapper .sr-trust-item .sr-trust-icon i{
    background-color: #002868;
    padding: 16px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    color: #fff;
    line-height: 46px;
    font-size: 40px;
    transition: all .35s ease-out;
}
.sr-trust .sr-trust-wrapper .sr-trust-each:hover .sr-trust-item .sr-trust-icon i{
    background-color: #bf0a30;
    color: #fff;
}
@media screen and (max-width: 767px) {
  .sr-trust .sr-trust-wrapper {
    margin-top: 0;
    padding-top: 20px; /* optional breathing room */
  }

  .sr-trust .sr-trust-item {
    border-radius: 24px;
    padding: 20px;
  }

  .sr-trust .sr-trust-icon i {
    height: 60px;
    width: 60px;
    font-size: 28px;
    line-height: 28px;
    padding: 12px;
  }
}
