h3.gradient {
    color: linear-gradient(180deg, #0F2531 0%, #2E7297 100%);
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(91deg, #0F2531 0%, #2E7297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 140px;
}

.reviews {
    position: relative;
    margin-bottom: 175px;
}

.review_first {
    width: 80%;
    background: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(94, 94, 94, 0.17);
    border-radius: 20px;
    /* text-align: center; */
    padding: 50px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.review_first p {
    font-size: 48px;
    color: #14374B;
    font-weight: 500;
}

.review_bottom p {
    font-size: 20px;
    font-weight: 500;
    color: #939393;
}

.review_bottom {
    margin-top: 35px;
}

.review_second {
    position: absolute;
    top: 0px;
    width: 75%;
    /* background: red; */
    /* left: 0; */
    /* right: 0; */
    height: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 32px 0px rgba(94, 94, 94, 0.17);
    border-radius: 20px;
    z-index: 9;
    background: white;
}

.review_third {
    position: absolute;
    top: -30px;
    width: 65%;
    /* background: red; */
    /* left: 0; */
    /* right: 0; */
    height: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 32px 0px rgba(94, 94, 94, 0.17);
    border-radius: 20px;
    z-index: 8;
    background: white;
}