.yl-wrapper {
  margin-top: 60px;
}

.yl-container {
  background: #f0eeed;
  padding: 50px 30px 0;
}

.yl-title {
  font-size: 32px!Important;
  font-weight: 700!Important;
}

.yl-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.yl-item {
  width: 350px;
}

.yl-thumb img {
  width: 100%;
}

.yl-post-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #222222 !important;
  text-decoration: none ! Important;
  display: block;
}

.yl-date {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 5px;
}

.yl-nav {
  position: absolute;
  bottom: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
  font-size: 40px;
}

.yl-prev {
  left: 0;
}

.yl-next {
  right: 0;
}
