
/* Headings */
.text-block-title:not(:first-child) {
  margin-top: 3.5rem;
}

/* Lead */
.text-block-lead, .text-block-lead p, .text-block-lead ul li {
  font-size: 1.25rem;
  font-weight: 500;
}
.text-block-lead:last-child p:last-child {
  margin-bottom: 0;
}
.text-block-lead b, .text-block-lead strong {
  font-weight: 700;
}
.font-size-lead.text-block-link a {
  font-size: 1.125rem;
}
.font-size-lead .text-block-link-arrow .arrow-svg {
  width: 2.25rem;
  height: 2.25rem;
}


/* Text */
.text-block .text-block-text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.text-block .text-block-text:last-child p:last-child {
  margin-bottom: 0;
}
.text-block-text a {
  text-decoration: underline;
}


/* Link */
.text-block-link a {
  font-family: var(--font);
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  margin-bottom: 1rem;
}
.text-center .text-block-link a {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.text-block-link-arrow {
  margin-left: 0.75rem;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}


/* File */
.text-block-file {
  background: var(--bg-light);
  padding: 1rem;
}
.text-block-file + .text-block-file {
  margin-top: .5rem;
}
.text-block-file a {
  align-items: center;
  column-gap: .5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  width: fit-content;
}
.text-block-file a:hover {
  text-decoration: underline;
}
.text-block-file svg {
  height: 1.75rem;
  margin-top: 2px;
}
/* .text-block-file a span {
  transform: translateY(-2px);
} */


/* Button */
.text-block .btn {
  margin-top: 3rem;
}



/***************   Mobile    ***************/

@media (max-width: 1199px) {
  .text-block-lead, .text-block-lead p, .text-block-lead ul li {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  .text-block-file a {
    column-gap: .375rem;
    font-size: 1rem;
  }
  .text-block-file svg {
    height: 1.75rem;
  }
  .text-block .btn {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .text-block-text {
    font-size: 1rem;
  }
  .text-block-text p {
    margin-bottom: 1.5rem;
  }
  .text-block-link a {
    font-size: 1rem;
  }
}
