a.pdf {
  font-size: 0.9rem;
  padding: 0 0 0 0.2rem;
  text-decoration: none;
  font-weight: normal;
}

a.pdf span {
  font-weight: bold;
}

a.pdf span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/ic_pdf.svg) no-repeat center center;
  background-size: cover;
}

a.yt-btn {
  display: inline-block;
  align-items: center;
  height: 44px;
  line-height: 44px;
  width: 400px;
  margin: 25px 0;
  padding: 0 16px;
  color: red;
  font-size: 15px;
  text-decoration: none;
  border-radius: 22px;
  background: #fff;
  border: solid 1px red;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.2s;
}

a.yt-btn:hover {
  transform: scale(1.05)
}

a.yt-btn::before {
  content: "";
  width: 30px;
  height: 44px;
  display: inline-block;
  background: url(ic_youtube.svg) no-repeat left 5px;
  background-size: 30px 30px;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: middle;
}

a.pdf {
  border-bottom: solid 1px #0d6efd;
  padding: 6px
}

a.pdf::before {
  content: "";
  width: 30px;
  height: 44px;
  display: inline-block;
  background: url(ic_pdf.svg) no-repeat left 5px;
  background-size: 30px 30px;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 420px) {
  a.yt-btn {
    display: inline-block;
    align-items: center;
    height: 44px;
    line-height: 44px;
    width: 340px;
    margin: 25px 0;
    padding: 0 16px;
    color: red;
    font-size: 12px;
    text-decoration: none;
    border-radius: 22px;
    background: #fff;
    border: solid 1px red;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.2s;
  }
  a.yt-btn::before {
    content: "";
    width: 30px;
    height: 44px;
    display: inline-block;
    background: url(ic_youtube.svg) no-repeat left 11px;
    background-size: 22px 22px;
    margin: 0 0px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  a.pdf {
    border-bottom: solid 1px #0d6efd;
    padding-bottom: 6px;
    font-size: 13px
  }

  a.pdf::before {
    content: "";
    width: 30px;
    height: 44px;
    display: inline-block;
    background: url(ic_pdf.svg) no-repeat left center;
    background-size: 22px 22px;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: middle;
  }

}
