.corp-slider-container {
  .corp-slider-wrapper:first-child {
    .range-component {
      padding-bottom: 0;
    }
  }
  .corp-slider-wrapper:last-child {
    .range-component {
      padding-top: 0;
    }
  }
}

.corp-slider {
  span.special {
    text-transform: lowercase;
  }
  .range-component {
    overflow: hidden;
    font-family: 'Lato Regular', sans-serif;
    clear: both;
    padding: 3rem 0 5rem;
  }
  .range-component .gallery-header {
    text-align: center;
  }
  .range-component .gallery-header span {
    border-top: 2px solid #d61f26;
    width: 35px;
    display: inline-block;
    margin-top: 40px;
    line-height: 0;
  }
  .range-component .gallery-header p {
    font-family: 'Lato Black', sans-serif;
    color: #171717;
    margin: 0;
    line-height: 0.8;
    font-size: 24px;
    padding-top: 10px;
    font-weight: 600;
  }
  .range-component .gallery-header h2 {
    font-family: 'Lato Black', sans-serif;
    font-weight: 600;
    color: #171717;
    margin: 0;
    line-height: 0.8;
    font-size: 80px;
    padding: 15px 0 0;
  }
  .range-component img {
    max-width: 100%;
  }
  .range-component .image-area {
    position: relative;
    cursor: pointer;

  }
  .range-component .image-area .img-title {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato Black', sans-serif;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .range-component .carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewbox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 13.5L6.75 9L11.25 4.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  }
  .range-component .carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewbox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 13.5L11.25 9L6.75 4.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  }
  .range-component .slider-title h4 {
    text-align: center;
    font-family: 'Lato Black', sans-serif;
    font-weight: 600;
  }
  @media (max-width: 575.99px) {
    .range-component {
      padding: 24px 12px 20px;
    }
    .range-component .row {
      margin-right: -6px;
      margin-left: -6px;
    }
    .range-component .row > div {
      padding-left: 6px;
      padding-right: 6px;
    }
    .range-component .slider-title h4 {
      margin-top: 24px;
      margin-bottom: 0;
      text-align: left;
      line-height: 18px;
    }
    .range-component .carousel {
      padding-top: 24px;
    }
    .range-component .carousel-control-prev {
      display: none;
    }
    .range-component .carousel-control-next,
    .range-component .carousel-control-prev {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #2f4c97;
      opacity: 1;
      transform: translateY(-100%);
    }
    .range-component .image-area .img-title {
      font-size: 12px;
      bottom: 6px;
    }
    .range-component .gallery-header h2 {
      font-size: 40px;
    }
  }
  @media (min-width: 576px) {
    .range-component {
      padding-left: 60px;
      padding-right: 60px;
    }
    .range-component .slider-title h4 {
      margin: 40px 0 30px;
      font-size: 30px;
    }
    .range-component .row {
      margin-right: -4px;
      margin-left: -4px;
    }
    .range-component .row > div {
      padding-left: 4px;
      padding-right: 4px;
    }
    .range-component .carousel-control-next,
    .range-component .carousel-control-prev {
      width: 38px;
      height: 38px;
      background-color: #000;
      opacity: 1;
      top: 50%;
    }
    .range-component .carousel-control-next {
      transform: translate(30%, -50%);
      left: 100%;
    }
    .range-component .carousel-control-prev {
      transform: translate(-30%, -50%);
      right: 100%;
      left: auto;
    }
    .range-component .gallery-header h2 {
      font-size: 40px;
    }
  }
  @media (min-width: 576px) and (max-width: 1200px) {
    .range-component .image-area .img-title {
      font-size: 12px;
    }
    .range-component .row > div:nth-child(1),
    .range-component .row > div:nth-child(2) {
      margin-bottom: 4px;
    }
    .range-component .row > div:nth-child(3),
    .range-component .row > div:nth-child(4) {
      margin-top: 4px;
    }
    .range-component .gallery-header h2 {
      font-size: 60px;
    }
  }
  @media (min-width: 1200px) {
    .range-component .row {
      margin-right: -12px;
      margin-left: -12px;
    }
    .range-component .row > div {
      padding-left: 12px;
      padding-right: 12px;
    }
    .range-component .carousel-control-next {
      transform: translate(100%, -50%);
      left: 100%;
    }
    .range-component .carousel-control-prev {
      transform: translate(-100%, -50%);
      right: 100%;
      left: auto;
    }
  }
  @media (min-width: 1024px) {
    .range-component {
      padding-left: 100px;
      padding-right: 100px;
    }
  }
}
