.container-contact {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background: url('../images/Home-Contact-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    display: inline-block;
  }

a.disable-link {
    pointer-events: none;
    cursor: default;
  }