.our-work-carousel {
  padding: 40px 0;
  overflow: hidden
}
@media (min-width:576px) {
  .our-work-carousel {
    padding-bottom: 48px
  }
}
.our-work-carousel__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px
}
@media (min-width:576px) {
  .our-work-carousel__row {
    margin-bottom: 30px
  }
}
.our-work-carousel__row-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.our-work-carousel__row-desktop {
  display: none
}
@media (min-width:576px) {
  .our-work-carousel__row-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.our-work-carousel__row-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:576px) {
  .our-work-carousel__row-mobile {
    display: none
  }
}
.our-work-carousel__slider {
  margin-bottom: 35px
}
@media (min-width:576px) {
  .our-work-carousel__slider {
    margin-bottom: 40px
  }
}
@media (min-width:992px) {
  .our-work-carousel__slider {
    margin-bottom: 0
  }
}
.our-work-carousel__slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:992px) {
  .our-work-carousel__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.our-work-carousel__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #26282b
}
.our-work-carousel__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.our-work-carousel__slider-nav [class^=icon] {
  margin-top: 0
}
.our-work-carousel__slider-nav [class^=icon]::before {
  font-size: 24px
}
.our-work-carousel__slider-nav.prev {
  margin-right: 15px
}
.our-work-carousel__slider .slick-list {
  margin: 0 -10px;
  overflow: inherit
}
.our-work-carousel__content {
  margin: 0 10px;
  cursor: pointer;
}
.our-work-carousel__content-thumb {
  margin-bottom: 10px
}
@media (min-width:576px) {
  .our-work-carousel__content-thumb {
    margin-bottom: 15px
  }
}
.our-work-carousel__content-title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}
.our-work-carousel__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px
}
.our-work-carousel__author-pic {
  margin-right: 12px;
  width: 24px
}
.our-work-carousel__author-name {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 700
}
/*# sourceMappingURL=maps/our-work-carousel.css.map */
.our-work-carousel__content img {
  height: 321px;
  object-fit: cover;
}
@media (max-width:991px) {
  .our-work-carousel__content img {
    height: 290px;
    object-fit: cover;
  }
}