.widgets-wrapper {
  padding: 80px 0;
  background-color: #f2f6f7;
}
.widgets-wrapper .widgets-carousel {
  margin-bottom: 40px;
}

.widgets-wrapper .widgets-carousel .widget-img img {
  margin-bottom: 19px;
  box-shadow: 0px 5px 20px rgba(95, 107, 125, 0.15);
  border-radius: 6px;
}

.widget-name {
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #191919;
  text-align: center;
  font-weight: 500;
}

.widgets-carousel-two .owl-item .widget-img img,
.widgets-wrapper .owl-item .widget-img img {
  margin-bottom: 19px;
  box-shadow: 0px 5px 20px rgba(95, 107, 125, 0.15);
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .widgets-wrapper {
    padding: 60px 0;
  }
}/*# sourceMappingURL=widget.css.map */