.download-link{
  color: #c2187a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-flex;
  transition: transform 0.25s ease, color 0.25s ease;
}

.download-link:hover{
  color: #c2187a;
  transform: scale(1.05);
}

.download-icon{
  font-size: 54px;
  line-height: 1;
  color: #b7b7b7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.download-text{
  text-decoration: underline;
  text-underline-offset: 4px;
}