body.grey:not(.navigation-is-open){
  background: #ffffff;
}

#range {
  padding-top: 48px;
}

#range h2{
  margin: 0;
}

#range .bg{
  margin-top: 30px;
}

.tab.row {
  margin: 0;
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ffffff;
  color: #353535;
  border: 1px solid #dddddd96;
}

.tabcontent {
  display: none;
  border-top: none;
}

.tabcontent h3 {
  margin-bottom: 30px;
}

.custom-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

.eal-slides{
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  #range{
    flex-direction: column;
  }
  #range .bg {
    margin-top: 0px;
}
}

@media screen and (min-width: 992px) {
  .splide__arrow--prev {
    left: -25px;
  }
  
  .splide__arrow--next {
    right: -25px;
  }
  #range {
    flex-direction: column;
    padding-top: 0;
  }
  .eal-slides{
    padding: 80px 0 100px;
  }
  #range .bg {
    margin-top: 100px;
    background-color: #f1f3f5;
  }
  .tab button.active {
    border: none;
  }
}



#range .card{
  padding-left: 40px;
}

#range .card-img-container{
  text-align: left;
}

.splide__slide .card-img-top{
  width: 93%;
}

.title-link{
  text-decoration: none;
}

.title-link:hover{
  text-decoration: underline;
}

#range .card-text ul{
  list-style: none;
  padding: 0;
  line-height: 1.6;
  min-height: 103px;
}

#range .card-text ul li{
  background-image: url("/img/bullet.gif");
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 0 0 0 15px;
}

#range .card-text{
  margin: 35px 0;
}

#range .splide__pagination {
  bottom: -50px;
}

@media screen and (min-width: 992px) {
  .custom-padding {
    padding-left: 35px;
    padding-bottom: 0;
  }

  .tab button {
    flex-grow: 1;
    border-bottom: none;
  }

  .tab button:last-child {
    border-right: none;
  }
}