.title-left .section-title {
  text-align: left;
}

.mobile-map {
  background-image: url("../../images/world.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

.read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.read-more::after {
  content: "";
  background-image: url(../../images/icons/arrow-red.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 22px;
  height: 14px;
}

.read-more:hover::after {
  -webkit-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #c5203e;
  line-height: 1.57;
  text-transform: uppercase;
}

.small-tags {
  font-size: 0.625rem;
  font-weight: 500;
  color: #c5203e;
  line-height: 1;
  text-transform: uppercase;
}

.large-tags {
  font-size: 0.75rem;
  font-weight: 500;
  color: #c5203e;
  line-height: 1.67;
  text-transform: uppercase;
}

.card-date,
.authors {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  color: #4c4c4c;
}

.card-date .more-auth,
.authors .more-auth {
  padding-top: 5px;
}

.card-date {
  text-transform: uppercase;
}

.teaser-text {
  padding: 10px 20px 20px;
}

.video-player-icon:after {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-image: url("../../images/icons/play.svg");
}
