.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(1) .field-image {
  height: 440px;
  width: 100%;
}

.component-magazine-heading .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%;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) {
  padding-left: 40px;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .field-title h1 {
  margin-bottom: 8px;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .informations {
  margin-bottom: 16px;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type {
  font-weight: 700;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type .field-type {
  display: inline-block;
}

.component-magazine-heading .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;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .type .field-date {
  display: inline-block;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .informations .field-date.date-small {
  color: #86929D;
}

.component-magazine-heading .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;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .author {
  margin-bottom: 16px;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .author .written-by {
  display: inline-block;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .author .field-author {
  display: inline-block;
}

.component-magazine-heading .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;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .see-more a {
  font-size: 20px;
  line-height: 33px;
}

.component-magazine-heading .component-content .container .row [class^="col-"]:nth-of-type(2) .foot .download a {
  margin-bottom: 0px;
}
