.slider {
  margin-top: -81px;
}

.slider .slick-slide {
  position: relative;
  border: 0 !important;
}

.slider .slick-slide .caption {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  left: 30px;
  bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .slider .slick-slide .caption {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  #top_category {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    background-color: #fff;
  }
}
#top_category .top-cat {
  position: relative;
}
@media (min-width: 768px) {
  #top_category .top-cat {
    width: calc(50% - 2px);
  }
}
#top_category .top-cat h4 {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  left: 30px;
  bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #top_category .top-cat h4 {
    font-size: 1.5rem;
  }
}