.feedback{
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 100px;
}
.feedback h3{
    color: var(--color_1);
    font-size: 22px;
    font-weight: 610;
}
.feedback h2{
    font-size: 40px;
    font-weight: 610;
}
.feedback .cards{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}
.feedback .card{
    min-width: 400px;
    max-width: 400px;
    height: 330px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.188) 0px 0px 10px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}
.feedback .student{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.feedback .student .text{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.feedback .student .s-img{
    width: 50px;
    height: 50px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRBwgu1A5zgPSvfE83nurkuzNEoXs9DMNr8Ww&s);
    background-position: center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 10px 0px;
}
.feedback .student .si-1{
    background-image: url(https://i.pinimg.com/736x/a1/18/2f/a1182f1dcb1e9afda517026981fa826e.jpg);
}
.feedback .student .si-2{
    background-image: url(https://i.pinimg.com/736x/ac/4e/ba/ac4ebaf46561a0ea3617ed706b7ff37d.jpg);
    background-position: center top;
}
.feedback .student .si-3{
    background-image: url(https://i.pinimg.com/736x/35/c9/db/35c9db8667e54502e8b8b09c68219d39.jpg);
}
.feedback .student .s-name{
    font-size: 20px;
    font-weight: 610;
    color: var(--color_4);
    line-height: 20px;
}
.feedback .student .s-study{
    color: var(--color_1);
}
.feedback .card .rate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.feedback .card .rate span{
    color: goldenrod;
    font-size: 18px;
}
.feedback .rt{
    color: var(--color_3);
    margin-left: 10px;
    font-size: 16px;
    font-weight: 610;
}