@media (max-width: 1024px) {
  #home {
    height: 25vh !important;
  }
  #title-home h2 {
    font-size: 12px !important;
    text-align: right;
    margin-top: 2rem;
  }

  #title-home h1 {
    /* color: #000 !important; */
    font-size: 22px !important;
    text-align: right;
    width: 50%;
    margin: 0 0 0 50% !important;
  }

  #title-home a {
    text-align: right !important;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-weight: bold !important;
    /* margin-top: 1rem !important; */
  }
}
