section.reviews {

    padding-top: 130px;

    text-align: center;

    padding-bottom: 175px;

}

section.reviews .shape {
    position: absolute;
    left: -319px;
    top: -40px;
    z-index: -99;
}

section.reviews .c {
    padding: 0 63px;
    position: relative;
}

section.reviews h2 {

    margin-bottom: 80px;

}

section.reviews .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

section.reviews .box {
    /* border: 1px solid hsl(209, 100%, 16%);
    box-shadow: 10px -11px 85px 0 rgba(0, 133, 255, 0.2);
    /*background: linear-gradient(126deg, #0053a0 0%, #0068c8 22.12%, #001427 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%);*/
    padding: 50px 20px 50px;
    /*background-color: #f7f8fae3;*/
    background-color: #0074DF;
    backdrop-filter: blur(35px);
    border-radius: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);

    border: 1px solid rgba(0, 140, 255, 0.445);
    box-shadow: -46px 26px 110px 0 #006ace63;
    /*background: rgba(0, 116, 223, 0.76);*/
}

section.reviews .box:hover {

    transform: scale(1.025);

}

section.reviews .box img {
    height: 66px;
    width: 70px;
    object-fit: contain;
}

section.reviews .box h3 {
    margin: 46px 0 20px;
    font-size: 32px;
    font-family: var(--font2);
    font-weight: 400;
    color: var(--color2);
}

section.reviews .box p {

    font-weight: 400;

    font-size: 18px;

    line-height: 28px;

}

section.reviews .stars {
    margin-bottom: 35px
}

section.reviews .stars img {
    height: 14px;
    width: 14px;
}

section.reviews .quote p {
    margin: 0 0 24px;
    font-size: 1rem;
    --font: 'Poppins', sans-serif;
    --font2: 'paralucent', sans-serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

section.reviews .quote .name {
    font-size: 0.9rem;
    --font: 'Poppins', sans-serif;
    --font2: 'paralucent', sans-serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

/* [xl] */

@media all and (max-width: 1466px) {

    section.reviews {


        padding-top: 50px;

        padding-bottom: 90px;

    }


    section.reviews .box p {


        font-size: 15px;

        line-height: 27px;

    }

}


/* [l] */

@media all and (max-width: 1200px) {


    section.reviews .boxes {


        grid-gap: 26px;

    }

}


/* [m] */

@media all and (max-width: 992px) {


    section.reviews .shape {


        display: none;

    }


    section.reviews .c {


        padding: 0 15px;

    }


    section.reviews h2 {


        margin-bottom: 50px;

    }


    section.reviews .boxes {


        grid-template-columns: 1fr;

        grid-gap: 15px;

    }


    section.reviews .box {


        padding: 50px 10px;

    }


    section.reviews .box h3 {


        margin-top: 10px;

        margin-bottom: 10px;

    }


}


/* [xs] */

@media all and (max-width: 576px) {

    section.reviews {


        padding-top: 25px;

        padding-bottom: 25px;

    }


    section.reviews h2 {


        margin-bottom: 25px;

        font-size: 40px;

        line-height: 44px;

    }


}
