.a03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.a03 .a03__text,
.a03 .a03__link {
  display: none;
}

.a03__video-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
  position: relative;
  width: 6rem;
  overflow: hidden;
}

.a03__video-button {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a03__content {
  padding-left: 1rem;
}

.a03__title-link {
  text-decoration: none;
}

.a03__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a03__title-link:hover .a03__title {
  text-decoration: underline;
}

.a03__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 48em) {
  .a03 {
    padding: 4rem 0;
  }

  .a03 .a03__text,
  .a03 .a03__link {
    display: inherit;
  }

  .a03__video-cover {
    height: 10rem;
    width: 15rem;
  }

  .a03__content {
    padding-left: 2rem;
  }

  .a03__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .a03__text {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 80em) {
  .a03__video-cover {
    height: 12rem;
    width: 18.0625rem;
  }
}
