/* Universal breakpoints */
h1 {
  font-size: 64px;
  font-weight: 500;
  color: #3b3d49; }
  @media (max-width: 480px) {
    h1 {
      font-size: 42px;
      margin-top: 80px; } }

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px; }

.btn-esp {
  background-color: transparent;
  border: 1px solid #3b3d49;
  right: 0;
  top: -60px;
  line-height: 24px; }
  @media (max-width: 480px) {
    .btn-esp {
      top: -80px; } }

@media (min-width: 992px) {
  .header {
    padding-left: 16px; } }

.header-subtext {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  /* 170% */ }

.paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  /* 170% */ }
  @media (max-width: 480px) {
    .paragraph {
      font-size: 16px; } }
