.ts-testimonial-content:hover {
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
  }

  .ts-testimonial-content {
   display: flex; 
   flex-direction: column;
  align-items: center;
  
  justify-content: center; 
  gap: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  /* margin-top: 100px; */
  margin: 40px 5px;

}

.ts-testimonial-content img {
  width: 80px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.ts-testimonial-text {
 font-size: 10px;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-weight: 400;
 text-align: center !important;
  color: #222;
}

.ts-testimonial-author h3 {
  margin: 10px !important;
  font-size: 1rem !important;
  font-weight: 600;
  color: #222;

}



.ts-testimonial-author span {
  display: block;
  font-size: 0.85rem;
  color: #777;
  /* margin-top: 5px; */
}

  #footer .container{
    /* max-width: 970px; */
    padding: 25px 10px;
    height: auto;
  }
 .Address {
  font-size: 14px; /* Better readability on most screens */
  font-weight: 400; /* Slightly thicker for clarity */
  line-height: 1.6; /* Improves readability */
  color: #f8f9fa; /* Light grayish-white for dark backgrounds */
  font-family: 'Lato', sans-serif
  
}

/* .latest-post-content h4{
   font-family: 'Lato', sans-serif
} */
