.lrc {
  margin-top: 40px
}
.lrc__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:575.98px) {
  .lrc__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.lrc__details-heading {
  max-width: 279px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px
}
@media (max-width:575.98px) {
  .lrc__details-heading {
    width: 100%
  }
}
.lrc__details-heading h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-heading h2 {
    font-size: 24px;
    line-height: 30px
  }
}
.lrc__details-copy p {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #26282b
}
@media (max-width:575.98px) {
  .lrc__details-copy p {
    font-size: 18px;
    line-height: 24px
  }
}
/*# sourceMappingURL=maps/left-right-copy.css.map */
