.c-deliverable__panel-wrapper {
  padding: 24px 0px;
  padding: 1.5rem 0;
  max-width: 1170px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
}
.c-deliverable__panel p {
  max-width: 1170px !important;
  font-weight: 300;
}
.c-deliverable__panel .field__item {
  font-weight: 300;
}
.c-deliverable__panel a {
  color: #5B4099;
  font-weight: 600;
}
.c-deliverable__panel a:hover, .c-deliverable__panel a:focus {
  color: #9C248A;
}
.c-deliverable__panel .field {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.c-deliverable__panel .field__label {
  color: #1C1C1C;
  font-weight: 600;
}
.c-deliverable__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-deliverable__bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.c-deliverable__bottom-left {
  flex-shrink: 0;
}
.c-deliverable__download {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-deliverable__download {
    justify-content: space-between;
  }
}
.c-deliverable__download svg {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.c-deliverables-list {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
