.paragraph--type--center-links{
  border-top: 1px solid #c8d6df;
  border-bottom: 1px solid #c8d6df;
  background-color: #EDF1F4;
}
.paragraph--type--center-links .container{
  padding: 0;
  max-width: 1440px;
}
.center-links {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.center-links__list,
.center-links__previews {
  min-width: 0;
}

.center-links__list {
  padding-top: 40px;
  padding-bottom: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #c8d6df;
  box-sizing: border-box;
  position: relative;
}
.center-links__list:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  top: -3.5px;
  right: -3.5px;
  z-index: 1;
}
.center-links__list:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5px;
  right: -3.5px;
  z-index: 1;
}

.center-links__link {
  display: flex;
  align-items: center;
  padding: 26px 40px;
  border-bottom: 1px solid #c8d6df;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  font-family: nhd-d;
  position: relative;
}
.center-links__link-inner{
  position: relative;
  display: block;
  width: 100%;
  max-width: 548px;
  padding-right: 64px;
  box-sizing: border-box;
}
.center-links__link-inner:after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 31px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'><path d='M0.998376 12.0214L30.1619 12M19.0516 23.5L30.5078 12L19.0516 0.499999' stroke='%23FF0021' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  position: absolute;
}

.center-links__link:hover .center-links__link-inner::after,
.center-links__link:focus .center-links__link-inner::after,
.center-links__link.is-active .center-links__link-inner::after{
  opacity: 1;
}

.center-links__previews {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 72px 60px;
}

.center-links__globe {
  margin-bottom: 36px;
  text-align: center;
}
.center-links__globe img {
  width: 100%;
  max-width: 454px;
  height: auto;
}

.center-links__location {
  display: inline-block;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "IBM Plex Mono";
}

.center-links__intro {
  font-size: 17px;
  line-height: 30px;
  max-width: 529px;
}
@media (max-width: 1024px) {
  .center-links{
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }
  .center-links__link-inner{
    max-width: none;
  }
  .center-links__previews{
    padding: 0 40px;
  }
}
