.exp{
    background-image: url("../img/exp_bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: rgb(254, 254, 254);
}
@media (min-width: 1025px) {
    .exp{
        background-size: 100% 100%;
    }
}

.exp h1 {
    color: rgb(254, 254, 254);
}

#trust-img {
    margin-top: 70px;
}

@media (max-width: 1500px) {
    #trust-img {
        margin-top: 95px;
    }
}
@media (max-width: 1300px) {
    #trust-img {
        margin-top: 95px;
    }
}
@media (max-width: 1199px) {
    #trust-img {
        margin: 135px auto;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    #trust-img {
        margin: 60px auto;
    }
}