/* Text Heading */
.test-container {
    margin: 2rem 0 2rem 0;
}

.heading {
    text-align: center;
}

.test-heading {
    margin-bottom: 1rem;
}

.card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.test-card {
    width: 43%;
    margin: 0.8rem;
    padding: 1rem;
    background-color: #eff2f5;
    border-radius: 7%;
}

.test-image {
    margin: 0.5rem;

}

.test-image img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.client-con {
    display: flex;
}

.about-client {
    width: 50%;
    margin: 0.5rem;
    padding: 0.6rem;

}

.qutation {

    margin: 0.5rem 2rem 0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qutation img {
    border-radius: 54%;
    background-color: #ffffff;
}

.content {
    padding: 0.5rem;
    margin-top: 0.3rem;
}

.rating {
    color: #cc0000;
    font-size: 1.5rem;
}



.content a {
    text-decoration: none;
    color: #cc0000;
}

.content a:hover {
    text-decoration: underline;
}

.client-name {
    font-weight: 700;
}

.rate-num {
    color: #000000;
    font-weight: 700;
    margin: 0.3rem;
}


/* tablet */
@media(max-width:768px) {
    .test-card {
        width: 45%;

    }

    .test-image {
        margin: 0.2rem;
        display: flex;
        align-items: center;
    }

    .test-image img {
        width: 44px;
        height: 45px;

    }

    .qutation {
        margin: 0.2rem;
    }

    .about-client {
        width: 61%;
        margin: 0.2rem;
    }

    .content {
        font-size: 0.8rem;
    }


    .rate-num {
        font-size: 1.2rem;
    }

    .qutation img {
        width: 94%;
        height: 35px;
    }

}

/* mobile */
@media(max-width:425px) {

    .heading{
        margin:0.8rem;
        text-align: left;
        font-size: 1.6rem;
    }
    .test-card {
        width: 95%;
    }

    .test-image{
        width: 25%;
        justify-content: center;
        margin:0.2rem;
    }
    
    .test-image img {
        width: 60px;
        height: 58px;
    }
 
}