hr {
    background: linear-gradient(90deg, #00de6c 0%, #06984b 100%), var(--GREEN-100, #00984b);
    width: 216px;
    height: 18px!important;
    border: unset;
    margin: 0 0 2rem;
}
.background-image {
    width: 100%;
    height: 300px;
}
.theTitle h1 {
    margin: 2rem 0;
    color: var(--GREEN-100, #00984B);
    font-family: "Work Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 45px */
    letter-spacing: 0.36px;
}
.box-submenu {
  width: 30%;
    height: auto;
    display: flex
;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 9rem 0 .5rem;
}
.sub-titlemenu {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: auto;
    padding: 16px 30px;
    border-radius: 15px;
    background: linear-gradient(90deg, #06984B 0%, #00DE6C 100%), var(--GREEN-100, #00984B);
}
.box-submenu a {
    text-decoration:none;
}
.box-submenu a:hover {
    text-decoration: none;
}
.display-submenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:20px;
}
td,table,th {
    border: 1px solid #000;
    background: #eee;
}