.tcl-two-columns-image-description__image-credits {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  margin-top: 10px;
}
.tcl-two-columns-image-description__heading {
  margin-bottom: 40px;
  position: relative;
}
.tcl-two-columns-image-description__heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #023c7a;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1199px) {
  .tcl-two-columns-image-description__image-wrapper {
    margin-bottom: 40px;
  }
}