#reviews{
    padding: 50px;
    background-color: #fefefe;
    

}
.reviews-heading{
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -3%;
    text-align: center;
    color: black;
    margin-bottom:27px ;

}

.reviews-container{
    display: flex;
    align-items: center;    
    justify-content: center;
    gap: 27px;
    
        flex-wrap: wrap;

}

.review-box {
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding: 50px;
    background-color: white;
    box-shadow: 0px 2px 4px -2px #1118270F;
    box-shadow: 0px 4px 8px -2px #1118271A;
    border-radius: 12px;
    text-wrap: nowrap;
}
.review-box .review{
    font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
opacity: 0.8;

}
 .nameOfReviewer{
font-family: "Inter";
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}
 .addressOfReviewer{
font-family: "Inter";
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: rgb(0, 0, 0,0.7);


}
.identity{
    display: flex;
    align-items: center;
    gap: 12px;
}
.identity img{
    width: 48px;
    border-radius: 50%;
}
.nameAndAddress{
    display: flex;
    flex-direction: column;
    gap: 8px;
}