.section-slider {
  padding-bottom: 35px;
}

.block-slider {
  position: relative;
}

.block-slider .item-slider {
  position: relative;
}

.block-slider .block-title .title {
  font-size: 30px;
  color: var(--text_color_two);
}

.block-slider .img-wrap {
  height: 80vh;
  position: relative;
}

.content-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--text_color);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 35px 0;
}

.content-slider .description {
  text-align: center;
  margin: 0 30%;
}

.section-slider .txt {
  color: var(--text_color_two);
  text-align: center;
}

.section-slider .des {
  color: var(--text_color_two);
  text-align: right;
  font-size: 35px;
  font-weight: 600;
}

.section-slider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}