/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/works.scss ***!
  \******************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.works__swiper {
  padding: 0 40px 36px !important;
}

.works__swiper {
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
}
.works__swiper--img {
  max-width: 341px;
  width: 100%;
  max-height: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(16, 51, 30, 0.1019607843);
          box-shadow: 0px 10px 20px 0px rgba(16, 51, 30, 0.1019607843);
  margin-bottom: 10px;
}
.works__swiper--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #161c2d;
}
.works__swiper .swiper-button-prev:after, .works__swiper .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2721%27 viewBox=%270 0 18 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 6.6239L11 10.6239L7 14.6239%27 stroke=%27%23161C2D%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.works__swiper .swiper-button-prev {
  left: 0;
}
.works__swiper .swiper-button-next {
  right: 0;
}
.works__content {
  margin-top: 50px;
  padding: 0 40px;
}
.works__content .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works__content .content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #161c2d;
  margin-bottom: 15px;
}
.works__content .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #161c2d;
  margin-bottom: 15px;
}
.works__content--certificate {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(16, 51, 30, 0.1019607843);
          box-shadow: 0px 10px 30px 0px rgba(16, 51, 30, 0.1019607843);
  max-width: 341px;
  width: 100%;
  height: auto;
  max-height: 433px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .works__swiper {
    padding: 0 30px 0 !important;
  }
  .works__swiper {
    border-bottom: none;
  }
  .works__swiper--img {
    max-width: 341px;
    width: 100%;
    max-height: 240px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 30px 0 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(16, 51, 30, 0.1019607843);
            box-shadow: 0px 10px 20px 0px rgba(16, 51, 30, 0.1019607843);
    margin-bottom: 10px;
  }
  .works__swiper--title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #161c2d;
  }
  .works__content {
    margin-top: 30px;
    padding: 0;
  }
  .works__content .content h3 {
    font-size: 16px;
  }
  .works__content .content p {
    font-size: 14px;
  }
  .works__content--certificate {
    border-radius: 10px;
  }
}
