.ranges-home-section .title-wrapper {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 18px;
  margin-top: 50px;
}
.ranges-home-section .title-wrapper:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 1);
  height: 1px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 20px;
  right: 20px;
}
.ranges-home-section .title-wrapper h3 {
  margin-bottom: 0;
}

.ranges-home-section .range-box-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ranges-home-section .btn-wrapper {
  width: 100%;
  margin-top: 35px;
}
.ranges-home-section .range-box {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  height: auto;
  border: none;
}
.ranges-home-section .range-box-row {
  width: calc(100% + 24px);
}
.ranges-home-section .slick-track .img-wrapper {
  padding-top: 66.8%;
  cursor: pointer;
}
.ranges-home-section .range-box .range-box-content {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--black);
}
.ranges-home-section .range-box .desc {
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) {
  .ranges-home-section .btn-wrapper {
    display: none;
  }
	
	
}

@media only screen and (max-width: 1199px) {
  .ranges-home-section .range-box .desc {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .ranges-home-section .title-wrapper .btn {
    display: none;
  }
	
	.ranges-home-section .btn-wrapper {
		margin-top: 10px;
	}
  .ranges-home-section .title-wrapper {
    margin-bottom: 50px;
  }
  .ranges-home-section .range-box-row {
    margin: 0;
    width: 100%;
  }
  .ranges-home-section .range-box {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .ranges-home-section .range-box-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
	.ranges-home-section .title-wrapper {
        margin-top: 0;
    }
}
