.hover-underline {
    color: #fff !important;
    text-decoration: none !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");
      body {
        font-family: "Inter", sans-serif;
      }
      @media (min-width: 1775px) {
        .three-xl-cover {
          background-size: cover !important;
        }
      }
      @media (min-width: 1536px) {
        .three-xl-py-0 {
          padding-top: 0px !important; /* 6rem */
          padding-bottom: 0px !important; /* 6rem */
        }
      }