.svg-icon {
  width: auto;
}

.h-100 {
  height: 100%;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.center-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.horizon-center {
  left: 50%;
  transform: translateX(-50%);
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.m-0-auto {
  margin: 0 auto;
}

.template {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* begin */
.template {}

.template-author {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.333;
  text-transform: uppercase;
  color: #E8AC63;
}

.template-label {
  font-family: Google Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.21;
  text-align: right;
  text-transform: uppercase;
  color: #9E9F9D;
}

.template-highlight {
  font-family: Google Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.42;
  color: #191919;
  border-top: 1px solid #9E9F9D;
}

@media (max-width: 768px) {
  .template-author {
    font-size: 30px;
  }

  .template-label {
    font-size: 13px;
  }

  .template-highlight {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .template-author {
    font-size: 20px;
  }

  .template-label {
    font-size: 12px;
  }

  .template-highlight {
    font-size: 18px;
  }
}