
.rel_art_wrap .subtitle h2 {
  padding: 0px 0px 3px;
  font-weight: 500;
  margin: 0px 28px;
  display: inline-block;
  font-size: 1.02rem;
  line-height: 1.15;
  border-bottom: 2px solid transparent;
}

.rel_art_wrap .subtitle {
  text-align: center;
  line-height: 1.15;
}

.rel_art_wrap .content-wrapper {
  padding: 60px 32px 79px;
}

.rel_art_wrap .title h2 {
  margin: 0px 0px 30px;
}

.rel_art_wrap .row_wrap {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0px 0px;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
}

.rel_art_wrap article {
  width: 100%;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 6px -2px;
  margin: 0px 0px 35px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgb(255, 255, 255);
  height: 100%;
}

.rel_art_wrap .title {
  text-align: center;
}

.rel_art_wrap a.each-article__img {
  cursor: pointer;
  display: block;
  position: relative;
}

.rel_art_wrap a.each-article__img .gatsby-image-wrapper {
  padding-top: 52.57142857142857%;
}

.rel_art_wrap .hover-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0s;
}

.rel_art_wrap a.each-article__img:hover .hover-overlay {
  opacity: 1;
  pointer-events: all;
}

.rel_art_wrap .hover-overlay span {
  color: rgb(23, 38, 55);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 2px solid rgb(23, 38, 55);
}

.rel_art_wrap .each-article__text {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.rel_art_wrap h2.article-title {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0px 0px 10px;
}

.rel_art_wrap h2.article-title a:hover {
  color: rgb(21, 211, 170);
}

.rel_art_wrap .article-description p {
  margin: 0px 0px 24px;
  font-size: 0.88rem;
}

.rel_art_wrap a.article-link {
  background: none;
  border-radius: 0px;
  border: 0px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 20px;
  min-width: 260px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(23, 38, 55);
  cursor: pointer;
  outline: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  padding: 0px;
  margin: auto 0px 0px;
}

.rel_art_wrap a.article-link span.btn-label {
  color: rgb(23, 38, 55);
  transition: all 0.18s ease-out 0s;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.rel_art_wrap a.article-link span.btn-label:hover {
  border-bottom: 2px solid rgb(23, 38, 55);
}

.rel_art_wrap a.article-link svg {
  font-size: 1.5rem;
  vertical-align: middle;
  margin: 0px 0px 0px 9px;
}

@media(min-width: 650px) {
  .rel_art_wrap .subtitle h2 {
    margin: 0px 0px 40px;
  }

  .rel_art_wrap .content-wrapper {
    padding: 90px 48px;
  }

  .rel_art_wrap .title h2 {
    margin: 0px 0px 50px;
  }

  .rel_art_wrap .row_wrap {
    margin: 0px -25px;
  }

  .rel_art_wrap article {
    width: calc(50% - 50px);
    margin: 0px 25px 50px;
  }

  .rel_art_wrap .each-article__text {
    padding: 25px;
  }

  .rel_art_wrap h2.article-title {
    font-size: 1.4rem;
    margin: 0px 0px 24px;
  }

  .rel_art_wrap .article-description p {
    font-size: 1rem;
  }
}

@media(min-width: 960px) {
  .rel_art_wrap article {
    width: calc(33.33% - 50px);
    margin: 0px 25px 50px;
  }
}

@media(min-width: 1400px) {
  .rel_art_wrap .content-wrapper {
    padding: 90px 0px;
  }
}

@media(min-width: 1503px) {
  .rel_art_wrap .each-article__text {
    padding: 40px;
  }
}
