.elsa-feeling-block {
  padding: 40px 0;
  overflow: hidden;
}

.elsa-feeling-header {
  text-align: center;
  margin-bottom: 72px;
}

.elsa-feeling-title {
  color: #000000;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  /* margin-top: 8px; */
  margin-bottom: 0;
}

.elsa-feeling-review-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.elsa-feeling-review-item {
  background: url('../../static/images/elsa-feeling.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  color: #ffffff;
  padding: 0 44px;
  padding-top: 63px;
  position: relative;
  padding-bottom: 160px;
}

.comma-icon {
  margin-right: 30px;
  /* margin-bottom: 24px; */
  margin-bottom: 0px;
}

.review-item-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

.review-item-header>h5 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
}

.review-item-text {
  color: #9D9D9D;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
  margin-bottom: 0;
  margin-top: 24px;
}

.author-review {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #ECECEC;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 40px 40px;
}

.author-review>img.author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}

.author-review>.info-author {
  font-family: Nunito;
  color: #000000;
  font-size: 20px;
  line-height: 27px;
}

.author-review>.info-author>.author-name {
  margin-bottom: 8px;
}

.author-review>.info-author>.author-work-position {
  margin-bottom: 0;
}

.elsa-feeling-block .btn-elsa-custom-gray {
  margin: auto;
  margin-top: 80px;
  max-width: 405px;
}

/* @media (max-width:9) */


@media (max-width: 991px) {
  .elsa-feeling-review-block>div:not(:last-child) {
    margin-bottom: 21px;
  }
}

@media(max-width: 768px) {
  .elsa-feeling-block {
    padding: 40px 0;
  }

  .comma-icon {
    margin-right: 10px;
  }

  .review-item-header {
    align-items: flex-end;
  }

  .elsa-feeling-title {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }

  .elsa-feeling-block .btn-elsa-custom-gray {
    margin-top: 20px;
  }

  .elsa-feeling-header {
    margin-bottom: 20px;
  }

  .comma-icon {
    width: 37px;
    height: 34px;
  }

  .review-item-header>h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .review-item-text {
    color: #9D9D9D;
    font-size: 15px;
    line-height: 180%;
  }

  .author-review>img.author-img {
    width: 52px;
    height: 52px;
  }

  .author-review>.info-author>.author-name {
    font-size: 16px;
    line-height: 22px;
  }

  .author-review>.info-author>.author-work-position {
    font-size: 15px;
    line-height: 14px;
  }

  .elsa-feeling-review-item {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
