:root {
  --blank-value: 80px;
}

.agenda-detail {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.agenda-detail-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.agenda-detail-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.agenda-detail-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.agenda-detail-hero__title {
  margin: 0;
  width: 100%;
  max-width: 655px;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
}
.agenda-detail__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.agenda-detail__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.agenda-detail__wrapper img {
  margin: 60px 0;
  width: 100%;
  max-width: 968px;
  -o-object-fit: contain;
     object-fit: contain;
}
.agenda-detail__spotlight p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.agenda-detail__back {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  width: 100%;
}
.agenda-detail__back__link {
  margin: 0 0 35px 0;
  padding: 10px 20px;
  background-color: #f7f9fa;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.agenda-detail__back__link svg {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .agenda-detail-hero__container {
    border: 0;
  }
  .agenda-detail__container {
    flex-direction: column;
    align-items: center;
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 639px) {
  .agenda-detail-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .agenda-detail__container {
    padding: 67px 24px 67px 24px;
  }
}