.customer-story-block {
  position: relative;
  border: 2px solid #000;
  border-radius: 24px;
  background: #eff8fe;
  display: flex;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.customer-story-block__icon {
  position: absolute;
}

.customer-story-block__icon img {
  width: auto;
  height: 100%;
}

.customer-story-block__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 130%;
}

.customer-story-block__right-column {
  display: flex;
  flex-direction: column;
  flex-basis: calc(100% - 225px - 40px);
  gap: 18px;
}

.customer-story-block__author {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid #000;
}

.customer-story-block__author-image img {
  width: 100%;
  height: auto;
  max-width: 70px;
  min-width: 70px;
  border-radius: 407px;
}

.customer-story-block__author-content {
  display: flex;
  flex-direction: column;
}

.customer-story-block__author-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.customer-story-block__author-position {
  font-size: 14px;
}

@media screen and (min-width: 1401px) {
  .customer-story-block {
    margin-left: 66px;
    margin-right: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px),
  screen and (min-width: 1401px) {
  .customer-story-block__left-column {
    flex-basis: 225px;
  }

  .customer-story-block__icon {
    left: 48px;
    bottom: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .customer-story-block {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px),
  screen and (min-width: 1201px) and (max-width: 1400px) {
  .customer-story-block__icon {
    right: 48px;
    bottom: 24px;
  }
}

@media screen and (max-width: 768px),
  screen and (min-width: 1201px) and (max-width: 1400px) {
  .customer-story-block {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (min-width: 769px) {
  .customer-story-block {
    padding: 43px 48px 48px 48px;
  }

  .customer-story-block__icon img {
    max-height: 88px;
    min-height: 88px;
  }
}

@media screen and (max-width: 768px) {
  .customer-story-block {
    padding: 24px;
  }

  .customer-story-block__icon img {
    max-height: 60px;
    min-height: 60px;
  }
}

@media screen and (max-width: 600px) {
  .customer-story-block__icon {
    display: none;
  }
}
