/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
.d-full-slider .drawer-excerpt {
  margin-top: 3px;
}

.slick-dots {
  margin: 1rem 0 0 0;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin: 0.5rem 0 0 0;
  }
}

.full-width-slider {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .full-width-slider {
    display: block;
  }
}

@media only screen and (max-width: 1010px) {
  .full-width-slider {
    display: block;
  }
}

.full-width-slider section {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .full-width-slider section {
    padding: 0 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1275px) {
  .full-width-slider section {
    width: 40%;
  }
}

@media only screen and (max-width: 1142px) {
  .full-width-slider section {
    width: 30%;
  }
}

@media only screen and (max-width: 1010px) {
  .full-width-slider section {
    width: 100%;
  }
}

.cat-hl-excerpt-50 {
  margin-left: 1%;
  margin-top: 1rem !important;
}

/*# sourceMappingURL=d-full-slider-m-slider.css.map */
