.display-reportage .reportage-picture {

}
.display-reportage .reportage-title-mobile,
.display-reportage .reportage-title-no-picture {
  display: none;
  margin-bottom: 12px; 
  background: #87e0fd;
  border-radius: 0 15px 15px 0;
  padding: 10px 40px 8px 40px;
  color: #000;
}
.display-reportage .reportage-title-no-picture {
  display: block;
}
.display-reportage .reportage-title-mobile h1,
.display-reportage .reportage-title-no-picture h1 {
  line-height: 22px;
  font-size: 22px;
}
.display-reportage .reportage-title-mobile h2,
.display-reportage .reportage-title-no-picture h2 {
  margin-top: 8px;
  line-height: 16px;
  font-size: 16px;
}
.display-reportage .reportage-title {
  text-align: left;
  display: block;
  margin: 0;
  padding: 10px 40px 8px 40px;
  max-width: 450px;
  position: absolute;
  top: 25px;
  border-radius: 0 15px 15px 0;
  line-height: 25px;
  font-size: 26px;
  background: #87e0fd;
  color: #000;
}
.display-reportage .reportage-title h1 {
  line-height: 26px;
  font-size: 26px;
}
.display-reportage .reportage-title h2 {
  margin-top: 12px;
  line-height: 20px;
  font-size: 20px;
}
.display-reportage .reportage-event {
  text-align: right; 
  display: block; 
  margin: 0; 
  padding: 8px 40px 4px 40px; 
  position: absolute; 
  bottom: 40px;
  right: 14px; 
  border-radius: 15px 0 0 15px;
  line-height: 25px;
  font-size: 16px; 
  background: #dcdcdc;
  color: #000;   
}
.display-reportage .reportage-event h1 {
  line-height: 18px;
  font-size: 18px;
}
.display-reportage .reportage-event h2 {
  margin-top: 12px;
  line-height: 16px;
  font-size: 16px;
}
.display-reportage .reportage-event-mobile,
.display-reportage .reportage-event-no-picture {
  display: none;
  text-align:right; 
  margin-top: 12px; 
  background: #fff;
  border-radius: 15px 0 0 15px;
  padding: 10px 40px 8px 40px;
  color: #000;
}
.display-reportage .reportage-event-no-picture {
  display: block;
}
.display-reportage .reportage-event-mobile h1,
.display-reportage .reportage-event-no-picture h1 {
  line-height: 22px;
  font-size: 22px;
}
.display-reportage .reportage-event-mobile h2,
.display-reportage .reportage-event-no-picture h2 {
  margin-top: 8px;
  line-height: 16px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .display-reportage .reportage-title h1 {
    line-height: 20px;
    font-size: 20px;
  }
  .display-reportage .reportage-title h2 {
    margin-top: 8px;
    line-height: 16px;
    font-size: 16px;
  }
  .display-reportage .reportage-event h1 {
    line-height: 16px;
    font-size: 16px;
  }
  .display-reportage .reportage-event h2 {
    margin-top: 8px;
    line-height: 14px;
    font-size: 14px;
  }
  .display-reportage .reportage-event-mobile {
    display: block;
  }
  .display-reportage .reportage-event {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-reportage .reportage-title-mobile {
    display: block;
  }
  .display-reportage .reportage-title {
    display: none;
  }
}
.reportage-content {
  margin: 26px 0 0 0; 
}
.reportage-content .col-md-1,
.reportage-content .col-md-2,
.reportage-content .col-md-3,
.reportage-content .col-md-4,
.reportage-content .col-md-6,
.reportage-content .col-md-8,
.reportage-content .col-md-12,
.reportage-content .col-lg-1,
.reportage-content .col-lg-2,
.reportage-content .col-lg-3,
.reportage-content .col-lg-4,
.reportage-content .col-lg-6,
.reportage-content .col-lg-8,
.reportage-content .col-lg-12 {
  margin-bottom: 20px;
}
.reportage-content .reportage-content-body {
  height: 100%;
  background: #fff;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 20px 2px 20px;
}
.reportage-content .reportage-content-body h1 {
  font-size: 1.45rem;
  color: #294d75 !important;
  margin: 0 0 8px 0;
  padding: 0;
}
.reportage-content .reportage-content-body h2 {
  margin-top: 12px;
  line-height: 16px;
  font-size: 16px;
  color: #294d75 !important;
}
.reportage-content .reportage-content-body .reportage-content-content {
  text-align: justify;
  padding: 0;
  margin: 0;
}
.reportage-content .reportage-content-body .reportage-content-content p {
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}
.reportage-content .reportage-content-body .reportage-content-content h2 {
  line-height: 1.0;
}
