.relatedcontent {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
  }
  
  .relatedcontent.bg_white {
      background-color: #fff;
  }
  
  .relatedcontent.bg_gray {
      background-color: #fafafa;
  }
  
  .relatedcontent.bg_blue {
      background-color: #3b6379;
  }
  
  .relatedcontent.bg_blue h1,
  .relatedcontent.bg_blue h2,
  .relatedcontent.bg_blue h3,
  .relatedcontent.bg_blue h4,
  .relatedcontent.bg_blue h5,
  .relatedcontent.bg_blue h6,
  .relatedcontent.bg_blue p,
  .relatedcontent.bg_blue label,
  .relatedcontent.bg_image h1,
  .relatedcontent.bg_image h2,
  .relatedcontent.bg_image h3,
  .relatedcontent.bg_image h4,
  .relatedcontent.bg_image h5,
  .relatedcontent.bg_image h6,
  .relatedcontent.bg_image p,
  .relatedcontent.bg_image label {
      color: #fff;
  }
  
  .relatedcontent .featured {
    width: 258px;
    height: 334px;
    object-fit: contain;
    border: 1px solid #e4e4e4;
  }
  
  .relatedcontent h2 {
      font-weight: bold;
      color: #3B6379;
    margin-bottom: 40px;
    letter-spacing: .2px;
  }
  }
  
  .relatedcontent-row {
    width: 80%;
    margin: 0 auto;
  }
  
  .relatedcontent .slick-arrow {
      border: 0;
      transform: none;
      font-size: 0;
      z-index: 1;
  }
  
  .relatedcontent .slick-arrow:hover {
    cursor: pointer;
  }
  
  .relatedcontent .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
  }
  
  .relatedcontent .slick-prev:after {
      content: '〈';
      font-size: 40px;
      color: #BBBBBB;
      
  }
  
  .relatedcontent .slick-slider {
    max-height: none;
  }
  
  .relatedcontent .slick-next {
      position: absolute;
      right: -25px;
      top: 50%;
  }
  
  .relatedcontent .slick-next:after {
      content: '〉';
      font-size: 40px;
      color: #BBBBBB;
      
  }
  
  .relatedcontent-left {
      margin-bottom: 20px;
  }
  
  .relatedcontent-right h3 {
    
    font-size: 20px;
    font-weight: bold;
    color: #39657E;
    line-height: 1.2;
  }
  
  .relatedcontent-titlebrow,
  .relatedcontent-right p {
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #707070;
    line-height: 1.6;
  }
  
  .relatedcontent-right a:last-of-type {
      border-bottom: none;
      color: #3aaecd;
  }
  
  .relatedcontent-right a:last-of-type span {
      text-decoration: underline;
  }
  
  @media (min-width: 768px) {
    .relatedcontent {
      background-color: #ffff;
      padding-top: 40px;
      padding-bottom: 80px;
      text-align: center;
    }
  
    .relatedcontent-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
  
    .relatedcontent-left {
        width: 30%;
    }
  
    .relatedcontent-right {
        width: 66%;
        text-align: left;
    }
  }
  
  