

/* Trusted Section */
.trusted-section{
    position: relative;
}
.trusted-wrap{
    padding: 20px 20px 127px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 609px;
    position: relative;
    background: linear-gradient(90deg,rgba(191, 174, 168, 1) 0%, rgba(189, 171, 165, 1) 40%, rgba(182, 164, 157, 0.83) 59%, rgba(172, 151, 144, 1) 74%, rgba(156, 134, 125, 1) 93%, rgba(145, 120, 111, 1) 100%);
}
.trusted-text{
    max-width: 605px;
    width: 100%;
}
.trusted-text h2{
    color: #fff;
    margin: 0 0 24px 0;
}
.trusted-text p{
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0 0 0px 0;
    max-width: 534px;
    width: 100%;
}
.trusted-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trusted-pa-image{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0 0;
    position: absolute;
    bottom: 84px;
    width: 100%;
}




/* Responsive */
@media screen and (max-width: 1550px) {


    .trusted-text{
        max-width: 450px;
    }
    .trusted-pa-image{
        gap: 0 20px;
    }
}
@media screen and (max-width: 1299px) {


    .trusted-wrap{
        min-height: 510px;
    }
    .trusted-pa-image{
        bottom: 40px;
    }
    .trusted-pa-image img{
        aspect-ratio: 2/1;
        object-fit: contain;
        height: 80px;
    }
}

@media screen and (max-width: 1199px) {

    .trusted-pa-image img{
        height: 65px;
    }
    .trusted-wrap{
        min-height: 450px;
    }
}


@media screen and (max-width: 991px) {

    .trusted-image{
        height: 350px;
    }
    .trusted-text{
        max-width: 100%;
    }
    .trusted-wrap{
        min-height: auto;
        flex-direction: column;
        padding: 30px ;
    }
    .trusted-pa-image{
        position: static;
        bottom: 0;
        justify-content: flex-start;
        padding-top: 20px;
    }

}

@media screen and (max-width: 767px) {

    .trusted-wrap{
        padding: 30px 15px;
    }
    .trusted-pa-image img{
        height: 40px;
    }
}
@media (min-width:576px) and (max-width:767px) {}