.div-container{
    width: 99%;
    height: 625px;
    /*background-color: #E0caff;*/
    padding: 4%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}
.fluid-container{
    width: 95%;
    margin: auto;
}
.item{
    background-color: #E0caff;
}
.review-container{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.__p100__{
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    width: 65px;
    height: 65px;
    color: #013396;
    background: #EDEDED;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
}
.divb{
    margin-bottom: 2rem;
}
.rewpara{
    margin-bottom: .5rem !important;
    font-weight: bolder;
    font-size: 1.8rem;
}
.--icon-container--{
    text-align: center;
    color: #ea8026;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (min-width: 1650px) and (max-width: 1920px){
    .div-container{
    height: 500px;
}
.review-container{
    margin: 4rem;
}
}
