.f-menu2 {
  display: none;
}
/* 005 */
.btn button {
    border-radius: 3px;
    justify-content: space-around;
    align-items: center;
    margin: 10px 10px;
    max-width: 220px;
    padding: 20px 50px;
    color: #FFF;
    transition: all 0.3s;
    font-weight: 600;
    background: rgb(156, 91, 180);
    border:none
}
.btn button:hover {
    background: rgb(221, 127, 255);
}