body {
     background: linear-gradient(135deg, rgba(87,195,197,1) 0%, rgba(101,158,196,1) 50%, rgba(111,138,195,1) 100%)!important;
}

.views-element-container {
  padding: 3vw clamp(40px, 5vw, 75px) 70px clamp(40px, 5vw, 75px);
}

.wrapper-top {
  padding: 7vw clamp(40px, 5vw, 75px) 70px clamp(40px, 5vw, 75px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.work-structure-image {
 width: calc(100vw - 2 * clamp(40px, 5vw, 75px));
 max-width: 1200px;
 align-self: center;
}

.view-content {
  display: flex;
  flex-direction: column;
}

.node--type-work-structure {
  display: flex;
  flex-direction: column;
  border-radius: 45px;
  padding: 30px 30px 30px 0;
}

.work-structure-heading {
    margin-bottom: 30px;
    color: white;
}

.work-structure-title {
  font-size: 28px;
  line-height: 32px;
  color: white;
}

.accordion-header:hover .plus-button {
  color: #54C6EB;
  border-color: #54C6EB;
}

.accordion-header:hover .work-structure-title {
  color: #54C6EB;
}

.accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid white;
  margin-bottom: 25px;
  padding: 0 20px 10px 20px;
  cursor: pointer;
}

.plus-button {
  font-size: 34px;
  width: 50px;
  height: 50px;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.node__content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: white;
}

.field__label {
  font-weight: 900;
}

.field--name-field-lead-beneficiary, .field--name-field-timeline {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.field--name-field-commentaries-tags .field__item {
  border: 1px solid var(--color-background-alternative);
  padding: 14px 20px;
  border-radius: 25px;
  color: var(--color-background-alternative);
}

.field--name-field-description .field__label, .field--name-field-commentaries-authors .field__label, .field--name-field-commentaries-journal .field__label, .field--name-field-commentaries-links .field__label {
  margin-bottom: 7px;
}

.node__content {
  /* transform: scaleY(0); */
  /* transform-origin: top center; */
  overflow: hidden;
  display: none;
}

.region-footer {
    background-color: transparent!important;
}

main {
  padding: 0!important;
}

@media only screen and (max-width: 750px) {
  .contact-image {
    width: 120vw;
  }
}

@media only screen and (max-width: 480px) {
  .h1 {
    margin-bottom: 4vh;
  }
  .contact-image {
    width: 140vw;
  }
}
