@media only screen and (max-width: 767px) {
  .menu-search {
    display: block;
    position: absolute;
    top: 30px;
    right: 50px;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 100;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
  }

  .content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content-left-wrapper h2 {
    font-size: 22px;
    /* font-size: 1.625rem; */
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
