.title-card__subtitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-right: 55px;
  margin-left: 55px;
}

.title-card__subtitle__jobtitle {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #c5e1e6;
  margin-top: 50px;
}


/* @keyframes spin {
  0% {
    transform: rotate(0deg)scale(1.05);
  }

  100% {
    transform: rotate(1440deg);
  }
} */

/* .title-card__subtitle__avatar img {
  width: 100px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
  animation: spin 3s ease-out 1;
  animation-delay: 2.7s;
  cursor: pointer;
}

.title-card__subtitle__avatar:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.35));
} */