  .menu-btn {
    display: flex;
    justify-content: center;
  }
  .menu-btn .btnmenu.download a {
        background-color: #001195;
    } 
  .menu-btn .btnmenu.contact a {
    background-color: #CC4E00;
    }
    .menu-btn .btnmenu a {
    text-decoration: none;
    color: #fff;
    padding: 0.8rem 2.4rem;
    border-radius: 50px;
    font-weight: 500;
    width:210px ;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .menu-btn .btnmenu {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    }

  @media screen and (max-width: 768px) {
  .menu-btn {
    flex-direction: column;
  }
  .menu-btn .btnmenu.download {
    margin-right: 0;
    margin-right:inherit;
  }
  .menu-btn .btnmenu a {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    padding: 1.2rem 1.4rem;
    }
  .menu-btn .btnmenu {
    padding: 1.2rem 0.5rem;
  }
  }