
.thumbnail-wrapper ul li {
  height: auto;
}
.top-content {
  text-align: center;
  margin-bottom: 30px;
}
.thumb{
  background-color: #EBEBEB;
  padding: 0 40px;
}
.top-content h2 {
  margin: 0;
}
.top-content h2 span {
  color: #E5232B;
}
.thumbnail-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.thumbnail-wrapper ul li:not(:last-child) {
  border-right: 1px solid #B6B6B6;
}
.thumbnail-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.thumbnail-wrapper ul li img {
  margin: 0 auto;
}
.thumbnail-wrapper ul li .thumb-cont {
  padding: 26px 33px;
  transition: all 0.33s;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thumbnail-wrapper ul li {
  cursor: pointer;
}
.line {
  border: 0.5px solid #DFDFDF;
  margin: 0 20px;
  width: auto;
}
.thumbnail-wrapper ul li h4 {
  font-size: 18px;
  line-height: 23.94px;
  color: #5D5D5D;
  text-align: center;
  padding-top: 4px;
}

.thumbnail-wrapper ul li h4 {
  margin: 0;
  transition: 0.33s;
}
.harvest-solutions.img {
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-wrapper ul li.slick-current .thumb-cont,
.thumbnail-wrapper ul li:hover .thumb-cont{
  background-color: #5D5D5D;
}

.thumbnail-wrapper ul li.slick-current .thumb-cont h4,
.thumbnail-wrapper ul li:hover .thumb-cont h4{
  color: #fff;
}

.top-content {
  padding: 0 20px;
}
.bottom-slider-wrapper h3 {
  text-align: center;
  margin-bottom: 30px;
}


.bottom-slider-wrapper {
  padding-top: 50px;
}
.bottom-slider-wrapper .btm-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 30px;
}

.bottom-slider-wrapper .btm-slide .bottom-slide-item {
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background: #F9F9F9;
  border: 0.4px solid #DFDFDF;
  border-radius: 6px 6px 0 0;

}
.bottom-slider-wrapper .btm-slide .bottom-slide-item a.card-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
}

.custom-right-content .customBtnSec a {
  position: relative;
  z-index: 99;
}
.bottom-slider-wrapper .btm-slide .bottom-slide-item {
  position: relative;
}
/* 
.bottom-slider-wrapper .btm-slide .bottom-slide-item .custom-right-content:before {
content: '';
border: 0.5px solid #DFDFDF;
width: 100%;
display: block;
margin: 10px 0 19px;
height: auto;
} */
.bottom-slider-wrapper .btm-slide .bottom-slide-item .custom-right-content p .customBtnSec a {
  color: #E5232B;
}
div#slide-two .btm-sec.color {
  padding-bottom: 100px;
}
.custom-right-content .customBtnSec a {
  color: #E5232B;
  font-family: 'Malgun Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.bottom-slider-wrapper .btm-slide .bottom-slide-item {
  border-bottom: 1px solid #E5232B;
}
.custom-right-content .right-cont {
  padding: 25px 20px;
}
.custom-right-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
}

.custom-left-image {
  padding: 25px 20px;
  width: 100%;
  text-align: center;
  , max-block-size: 1;
}

.custom-left-image img {
  margin: 0 auto;
  transition: all 0.3s;
}
.bottom-slider-wrapper .btm-slide .bottom-slide-item:hover .custom-left-image img {
  transform: scale(1.1);
}

.custom-right-content:after {
  z-index: -1;
  background-color: #EBEBEB;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.bottom-slider-wrapper .btm-slide .bottom-slide-item:hover .custom-right-content:after {
  transform: none;
}

.bottom-slider-wrapper .btm-slide .bottom-slide-item .custom-right-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
.bottom-slider-wrapper .btm-slide .bottom-slide-item .custom-right-content h5 {
  margin-bottom: 14px;
}
.bottom-slider-wrapper h2 {
  font-weight: 700;
  margin-bottom: 14px;
}


.customBtnSec {
  margin-top: 20px;
}

.harvest-solutions button.slick-arrow {
  background: transparent;
  padding: 0;
  border: none;
  font-size:48px
}

.harvest-solutions .thumbnail-wrapper .slick-track {
  display: flex;
}
div#slide-two .btm-slide .bottom-slide-item {
  background: #fff;
}

.harvest-solutions button.slick-prev.slick-arrow {
  position: absolute;
  left: -68px;
}

.harvest-solutions button.slick-next.slick-arrow {
  position: absolute;
  top: 0;
  right: -68px;
}
.thumbnail-wrapper ul .slick-arrow {
  position: absolute;
  top: 50%;
  left: -33px;
  cursor: pointer;
}

.thumbnail-wrapper ul .next.slick-arrow {
  right: -33px;
  left: auto;
}

@media (max-width:1024px){
  .thumbnail-wrapper ul li img {
    margin: auto;
    width: auto;
  }
  .thumbnail-wrapper ul li h4 {
    margin-top: auto;
  }
}

@media(max-width:767px){
  .custom-left-image,
  .custom-right-content {
    width: 100%;
  }
  .thumb {
    padding: 0 30px;
  }
  div#slide-two .btm-sec.color {
    padding-bottom: 50px;
  }
  .bottom-slider-wrapper .btm-slide .bottom-slide-item {
    max-width: 100%;
  }
  .bottom-slider-wrapper .btm-slide {
    row-gap: 30px;
  }
  .bottom-slider-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}



















