.b-story {
  background-color: #2B2B30;
  color: #F7F7F8;
}
.b-story__wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 121px 0px;
  display: flex;
  justify-content: space-between;
}
.b-story__left {
  width: 60%;
}
.b-story__right {
  width: 32%;
  padding-top: 37px;
  text-align: center;
}
.b-story__title {
  padding-bottom: 38px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 5.52px;
}
.b-story__desc {
  width: 80%;
  font-family: "TTNormsPro_Regular", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .b-story__wrapper {
    width: 92%;
    padding: 52px 0px 46px;
    flex-direction: column;
  }
  .b-story__left,
  .b-story__right {
    width: 100%;
  }
  .b-story__title {
    font-size: 34px;
    letter-spacing: 4.08px;
    line-height: 41px;
  }
  .b-story__desc {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 28px;
  }
  .b-story__right {
    padding-top: 32px;
    text-align: left;
  }
  .b-story__right img {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .b-story__wrapper {
    align-items: center;
  }
}
@media (min-width: 2000px) and (max-width: 2999px) {
  .b-story__wrapper {
    width: 60%;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .b-story__wrapper {
    width: 50%;
  }
}
