.card-body{
    padding-top: 0px!important;
    color: #7A7786;
    font-weight: 500;
}

.card-text.card-content{
	margin-bottom: 0px!important;
}

.card-testmonials{
    border: none;
    border-radius: 6px!important;
    background: transparent;
    box-shadow: 0px 21px 53px rgba(149, 179, 230, 0.58);
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

hr.rounded {
    border-top: 2px solid #8298AB;
    border-radius: 88.8889px;
}

.img-testmonials{ 
    border-radius: 50%!important;
    /*width: 6rem!important;
  max-width: 6rem!important;*/
}
.div-img-testmonials{
    background: url('../img/ellipse.png') no-repeat;
    background-size: 80%;
    background-position: left bottom;
    padding: 0px 0px 8px 8px;
}

.description-testmonial{
    color: #8298AB;

}
.name-person-testmonial{
    font-weight: 600;
    color: #304659;

}


@media screen and (max-width: 768px) {
  .img-testmonials{ 
    width: auto;
  	max-width: 5rem!important;
	}
  .div-img-testmonials{
    padding: 0px 0px 4px 4px;
	}
  

}