:root :where(.is-layout-constrained) > * {
    margin-block: 24px;
}

.is-style-underline {
  font-size: 2rem;
  position: relative;
  padding: 70px 0 20px;
  margin-block: -70px 40px;
  text-align: center;
  border-bottom: 1px solid #000;
}


.is-style-gray {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: center;
  background: #f4f4f4;
}

.is-style-pdf > a {
  font-size: 1.8rem;
  display: block;
  padding: 20px 20px 20px 40px;
  -webkit-transition: background .3s ease,border .3s ease;
  transition: background .3s ease,border .3s ease;
  text-align: center;
  text-decoration: underline;
  color: #0069a0;
  border: 1px solid #0069a0;
  border-radius: unset;
  background-color: white;
}

.is-style-pdf > a > span {
  position: relative;
}
.is-style-pdf > a > span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_pdf.svg) no-repeat left top;
  background-size: contain;
}

.is-style-pdf > a:hover {
  text-decoration: underline;
  border: 1px solid transparent;
  background: rgba(0, 105, 160, .15);
}

.is-style-anchor > a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  color: #0069a0;
  border: 1px solid #0069a0;
  border-radius: unset;
  background-color: white;
}

.is-style-anchor a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 8px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.is-style-anchor a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid #0069a0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

@media (max-width: 767px) {
  .is-style-underline  {
    padding-top: 60px;
  }

  .is-style-anchor {
    width: 100%;  
  }
}
