.review-edito-block .component-content .container .row {
  max-width: none;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(1) .field-image {
  height: 440px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(1) .field-image {
    height: auto;
    margin-bottom: 24px;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(1) .field-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) {
    padding-left: 40px;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .field-title h1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .field-title h1 {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E9EB;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations {
  margin-bottom: 16px;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type {
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type {
    font-weight: normal;
    margin-bottom: 16px;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type .field-type {
  display: inline-block;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type .field-type::after {
  content: "";
  width: 2px;
  height: 11px;
  background-color: #C8CBCD;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  display: none;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type .field-date {
  display: inline-block;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .field-date.date-small {
  color: #86929D;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .field-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .field-description {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .author {
  margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .author {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .author .written-by {
    display: block;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .author .field-author {
  display: inline-block;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .author .field-author:not(:last-child) {
  margin-right: 8px;
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more {
    width: 100%;
    margin-bottom: 24px;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more a {
  font-size: 20px;
  line-height: 33px;
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more a {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 767.98px) {
  .review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .download {
    width: 100%;
    text-align: center;
  }
}

.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .download a,
.review-edito-block .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .download .button {
  margin-bottom: 0px;
}
