@media (min-width: 1200px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 1500px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}
@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}
@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
}



.trust_review_page h1 {
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.trust_review_page p {
    max-width: 75%;
    display: block;
    text-align: center;
    margin: 5px auto 25px;
    line-height: normal;
}

.trust_review_page h2 {
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 50px 0 25px;
}
.trust_review_page h2:after {
    content: "";
    border-bottom: 2px solid #edb246;
    position: absolute;
    bottom: -10px;
    width: 40%;
    display: block;
    left: 0;
    right: 0px;
    margin: 0 auto;
}


@media (max-width: 1365px){
.h1 { font-size: 28px; }
.h2 { font-size: 20px; }
.trust_review_page p { max-width: 95%;}
 
}


@media (max-width: 1279px){
.h1 { font-size: 24px; }
.h2 { font-size: 18px; }
}

@media (max-width: 767px){
.h1 { font-size: 20px; }
.h2 { font-size: 16px; }
.trust_review_page h1 { line-height: normal; }
.trust_review_page h2 {margin: 30px 0 25px;}

.pl-5, .px-5 {
    padding-left: 1rem!important;
}
.pr-5, .px-5 {
    padding-right: 1rem!important;
}

}

