.card {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
}

.card:hover {
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12);
}

.blogImage {
  object-fit: cover;
  height: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .blogImage {
    height: 250px;
  }
}

.updateAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6f0ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
