/*!********************************************************************************************************************************************************************!*\
  !*** 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/we-work.scss ***!
  \********************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Roboto ", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.we_work--wrapper {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  border-radius: 25px;
  padding: 50px;
}
.we_work--wrapper .row {
  row-gap: 40px;
}
.we_work--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.we_work--item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: relative;
}
.we_work--item__number .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 53px;
  min-height: 53px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcdfa5), to(#eec881));
  background: linear-gradient(180deg, #fcdfa5 0%, #eec881 100%);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
}
.we_work--item__number:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fadb9e;
  height: 1px;
  width: 100%;
}
.we_work--item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.we_work--item .title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
}
.we_work--item .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .we_work--wrapper {
    padding: 25px;
  }
  .we_work--wrapper .row {
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .we_work--wrapper {
    padding: 10px;
  }
  .we_work--wrapper .row {
    row-gap: 0;
  }
  .we_work--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .we_work--item.last .we_work--item__number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .we_work--item.last .we_work--item__number:after {
    content: none;
  }
  .we_work--item__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 4px;
  }
  .we_work--item__number:after {
    content: "";
    display: inline-block;
    border-top: 0;
    border-left: 1px solid #fadb9e;
    height: 64px;
    width: auto;
  }
  .we_work--item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .we_work--item .title {
    font-size: 20px;
  }
}
