
.card {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
  height: fit-content;
}

@media screen and (min-width: 600px) {
  .card {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.refree-container {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .refree-container {
    width: calc(100% / 3);
  }
}

.refree-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.refree-details {
  text-align: center;
  margin-top: 10px;
}

.refree-name {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.red-color {
  color: #e63946;
  margin-bottom: 5px;
}

.job {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.refree-description {
  line-height: 1.6;
  text-align: justify;
  width: 100%;
}
