.b-img-dsc {
  background-image: url(../../../../assets/img/layout/grey-pattern-right-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-color: #e8eaeb;
}

.b-img-dsc__img img {
  width: 100%;
}

.b-img-dsc__title {
  line-height: 1.3;
  font-family: "DIN Next LT Pro Condensed Webfont", sans-serif;
  color: #221e1f;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.b-img-dsc__title:first-child {
  margin-top: 0;
}
.b-img-dsc__title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .b-img-dsc__title {
    font-size: calc(20px + 16 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .b-img-dsc__title {
    font-size: 36px;
  }
}
.b-img-dsc__title {
  font-weight: 500;
  color: #221e1f;
  text-align: center;
  padding: 30px 0px 0px 0px;
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  .b-img-dsc__title {
    padding: 45px 0px 0px 28px;
  }
}
@media (min-width: 992px) {
  .b-img-dsc__title {
    padding: 75px 0px 0px 28px;
  }
}

.b-img-dsc__txt-right {
  position: relative;
  float: right;
}

.b-img-dsc__txt-yellow {
  margin-top: -0.6em;
  color: #040404;
  font-family: "DIN Next LT Pro Condensed Webfont", sans-serif;
}
.b-img-dsc__txt-yellow {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .b-img-dsc__txt-yellow {
    font-size: calc(15px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .b-img-dsc__txt-yellow {
    font-size: 35px;
  }
}
.b-img-dsc__txt-yellow {
  font-weight: 400;
  text-align: center;
  padding: 10px;
  background-color: #ff9900;
  -webkit-box-shadow: 8px 15px 32px 3px rgba(20, 21, 22, 0.11);
          box-shadow: 8px 15px 32px 3px rgba(20, 21, 22, 0.11);
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .b-img-dsc__txt-yellow {
    float: right;
    width: 60%;
    padding: 12px 10px;
    margin-right: 0.5em;
    margin-top: -3.3em;
  }
}
@media (min-width: 1200px) {
  .b-img-dsc__txt-yellow {
    width: 683px;
    padding: 31px 35px;
    letter-spacing: 0px;
    margin-right: 1.4em;
    margin-top: -3.8em;
  }
}

.b-img-dsc__text {
  color: #636162;
}
.b-img-dsc__text {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .b-img-dsc__text {
    font-size: calc(15px + 9 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .b-img-dsc__text {
    font-size: 24px;
  }
}
.b-img-dsc__text {
  font-weight: 400;
  margin: 0 auto;
  margin-top: 2em;
  line-height: 1.45;
  margin-bottom: 2.7em;
}
@media (min-width: 1200px) {
  .b-img-dsc__text {
    width: 945px;
    margin-top: 4.4em;
  }
}
/*# sourceMappingURL=block-img-descriptions.css.map */
