
.tsw-trust-box {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.tsw-trust-box img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}
@media(max-width:768px){
    .tsw-trust-box {
        margin:20px auto;
    }
}
