.testimonial-main-text {
    width: 100%;
}

.testimonial-main-text p {
    color: black;
    font-size: 18px;
}

.testimonial-main-text h1 {
    color: #61a331e6;
    font-size: 60px;
    font-weight: 700;
}

.testimonial-main-text a {
    background-image: linear-gradient(to right, #71bd3ae6, #89e746e6);
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    border: 3px solid white;
    box-shadow: 1px 1px 4px black;
}

.testimonial-main-text a:hover {
    box-shadow: none;
    color: white;
    text-decoration: none;
    list-style-type: none;
    transition: 0.6s;
}

.testimonial-img {
    height: 200px;
    width: 200px;
}

.testimonial-img img {
    border-radius: 50px;
}

.b-working h6 {
    color: #2F8FBD;
    font-weight: 700;
}

.b-working small {
    color: #71bd3ae6;
    font-weight: 700;
}

.fa-quote-right {
    color: white;
    background-color: #71bd3ae6;
    font-size: 16px;
    text-align: center;
    border-radius: 60px;
    padding: 10px;
    margin: 12px 0px;
}

.testimonial-card {
    border: 1px solid rgb(209, 208, 208);
    border-radius: 5px;
    min-height: 300px;
    padding: 10px;
}