.tc-card {
    background: white;
    border-radius: 90px 20px 90px 20px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 20px;
    position: relative;
}

.tc-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    border: 5px solid white;
    position: relative;
    top: -38px;
}

.tc-stars {
    color: #FFA500;
    margin-top: -30px;
    font-size: 20px;
}

.tc-content {
    color: #555;
    font-size: 15px;
    padding-top: 10px;
	font-family: "Mulish", Sans-serif;
}

.tc-author {
    font-weight: bold;
    margin-top: 12px;
	color:#ababab;
    font-family: "Mulish", Sans-serif;
}

.tc-role {
    color: #888;
    font-size: 16px;
	font-family: "Mulish", Sans-serif;
}

.tc-swiper {
    padding: 60px 0;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ababab;
}
