.ms-trustbar {
    position: relative;
    z-index: 4;
}
.ms-trustbar .trustbar-card {
    padding: 28px;
    background-color: #ffffff5c; /* #FFFFFF95 */
    box-shadow: 0px 0px 20px 0px #00000040;
    backdrop-filter: blur(4px);
    /* border: 3px solid #171833; */
    text-align: center;
    margin-top: 52px;
}
.ms-trustbar .trustbar-card .trustbar-btn a.btn {
  border: 2px solid #fff;
  box-shadow: 0px 0px 15px 0px #00000040;
  transition: all ease-in-out 0.8s;
}
.ms-trustbar .trustbar-card .trustbar-btn a.btn:hover {
  border: 2px solid #161835;
  transition: all ease-in-out 0.8s;
}
.ms-trustbar .trustbar-card .trustbar-title {
    font-weight: 700 !important;
    color: #171833;
    margin-top: 12px;
    margin-bottom: 0;
}

.ms-trustbar .trustbar-icon i {
    font-size: 72px;
    color: #161835;
    transition: all ease-in-out 0.4s;
}
.ms-trustbar .trustbar-card:hover .trustbar-icon i {
    transform: rotate(-360deg);
    transition: all ease-in-out 0.4s;
}
.ms-trustbar .trustbar-btn {
    margin-bottom: -68px;
}
@media only screen and (min-width: 576px) {
    .ms-trustbar .trustbar-icon i {
        font-size: 88px;
    }
}
@media only screen and (min-width: 768.9px) {
    
    .ms-trustbar .trustbar-btn {
        margin-bottom: -100px;
    }
}

@media only screen and (min-width: 992px) {
    .ms-trustbar .trustbar-card {
        margin-top: 0;
    }
}