.paragraph--type--profile {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2) !important;
  padding: 100px 10px;
  background-color: var(--light-bg);
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .paragraph--type--profile {
    padding: 50px 10px;
  }
}
.paragraph--type--profile .paragraph--profile-item {
  max-width: 1340px;
  width: 100%;
  margin: auto;
}
.paragraph--type--profile .paragraph--profile-item .profile-card {
  background: var(--primary-blue-alt);
  border-radius: 16px;
  padding: 30px;
  color: white;
  margin: 32px 0;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__content {
  display: flex;
  gap: 57px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .paragraph--type--profile .paragraph--profile-item .profile-card__content {
    flex-direction: column;
  }
}
.paragraph--type--profile .paragraph--profile-item .profile-card__image {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.paragraph--type--profile .paragraph--profile-item .profile-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__image:empty::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__info {
  flex: 1;
  min-width: 0;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__header {
  margin-bottom: 1.5rem;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__description .field--type-text-long {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__description .field--type-text-long p {
  margin: 0 0 1rem 0;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__description .field--type-text-long p:last-child {
  margin-bottom: 0;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__description .field--type-text-long a[href]:not(:hover) {
  color: inherit;
  text-decoration: none;
}
.paragraph--type--profile .paragraph--profile-item .profile-card__description .field--type-text-long h2 {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 100%;
}
.paragraph--type--profile .field--name-field-profile-item .field--item:nth-child(even) .profile-card__content {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .paragraph--type--profile .field--name-field-profile-item .field--item:nth-child(even) .profile-card__content {
    flex-direction: column;
  }
}
.paragraph--type--profile .field--name-field-profile-item .field--item:first-child .profile-card {
  margin-top: 0;
}
.paragraph--type--profile .field--name-field-profile-item .field--item:last-child .profile-card {
  margin-bottom: 0;
}
/*# sourceMappingURL=paragraph-profile-item.css.map */
