@charset "utf-8";
/* CSS Document */
.review-banner{width: 100%; padding: 60px 0; background: linear-gradient(to right,#FFFFFF,#F4F5F7); display: flex; align-items: center;}
.review-banner__inner{display: flex; align-items: center;}
.review-banner__text{margin-right: 6px;}
.review-banner__text h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    line-height: 128%;
}
.review-banner__text p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
    color: #606060;
    margin-bottom: 24px;
}
.review-truested-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}
.review-truested-list li{
    max-width: 506px;
    margin-top: 56px;
    width: 42.1666666%;
}
.review-truested-list li>p{
    padding-left: 26px;
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 24px;
}
.review-truested-item-footer{
    padding-left: 26px;
    margin-top: 24px;
}
.review-truested-item-footer b{
    display: block;
    color: #222;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.review-truested-item-footer a{
    display: block;
    color: #1E76E3;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.review-truested-item-footer a:after{
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: url(https://www.pdfgear.com/img/remarks/reviews-arrow.svg);
    background-size: cover;
    transition: all linear 0.2s;
}
.review-truested-item-footer a:hover:after{
    transform: translateX(5px);
}
.review-download{
    background: linear-gradient(135deg, #E4F0FF 0%, #FFFCFF 55.03%, #FFEEE9 100%);
    padding: 60px 0;
    border-radius: 20px;
    margin-bottom: 80px;
    margin-top: 120px;
}
.review-download-middle{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.review-download-middle .pdfgear-btn{
    margin: 0 auto;
}
.review-download-middle h2{
    color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 140%;
}
.review-download-middle>p{
    color: #000;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 160%;
margin-top: 24px;
margin-bottom: 24px;
}
@media screen and (max-width: 1190px) {
.review-banner__image{
    width: 50%;
    flex-shrink: 0;
}
.review-banner__image img{
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 980px) {
.review-banner__inner{
    flex-direction: column-reverse;
}
.review-banner__text{
    text-align: center;
    margin: 40px 0 0 0;
}
.pdfgear-platforms.active{
    justify-content: center;
}
.review-truested-list li>p,.review-truested-item-footer{
    padding-left: 0;
}
}


@media screen and (max-width: 568px) {
.review-banner__text h1{
    font-size: 36px;
}
.review-truested-list li{
    width: 100%;
}
.review-download{
    margin: 50px auto;
}
}
@media screen and (max-width: 325px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


