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

.services__example {
  position: relative;
}
.services__example .title {
  position: absolute;
  bottom: 32px;
  left: 0;
  color: white;
  padding: 20px 16px;
  background-color: #111;
  opacity: 0.7;
  width: 80%;
  border-radius: 0 4px 4px 0;
  font-family: Muller;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.services__subtitle {
  margin-top: 48px;
  font-weight: 400;
  line-height: 140%;
}
.services__subtitle h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.services__subtitle p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .services__example {
    position: relative;
  }
  .services__example .title {
    width: auto;
  }
  .services__subtitle {
    margin-top: 24px;
  }
  .services__subtitle h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .services__subtitle p {
    font-size: 16px;
  }
}
