
.test-head-div {
    margin: 2% 8%;
}

.test-head {
    text-transform: uppercase;
    font-weight: bolder;
}

.test-head-para {
    color: #838F9A;
    font-size: larger;
}

.test-card-div {
    margin: 3% 8%;

}

.star-rating {
    color: gold;
}

.rating-numaric {
    color: #000000;
}

.test-rating-card {
    width: 80%;
    margin: 3%;
    background-color: #ffffff;
    border: 2px solid #F1499B;
    padding: 5%;
    transition: transform 0.6s ease, border 0.6s ease;
}

.test-rating-card:hover {
    transform: translate(-5px, -5px);
    border-right: 10px solid #F1499B;
    border-bottom: 10px solid #F1499B;
}

.test-main-card {
    display: flex;
    justify-content: center;
}

.test-content {
    text-align: justify;
}
