.menu-section-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
}
.menu-section {
    position: relative;
    padding: 24px 0;
    background-color: #fdf6e4;
    background-image: url(//www.juniorscheesecake.com/cdn/shop/t/44/assets/Vector.svg?v=104648484956620116281761856257);
    text-align: center;
  
    .menu-title {
      font-family: "BDO Grotesk", sans-serif;
      font-size: 36px;
      color: #d93400;
      margin-bottom: 20px;
    }
  
    .menu-content {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fdf6e4;
        h2 {
            color: var(--Juniors-Orange, #D93400);
            font-family: "Manuscript Condensed";
            font-size: 88px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
            margin: 101px 99px 88px 105px;
            letter-spacing: 1.4px;
        }
      .menu-image {
        width: 166px;
        height: auto;
        margin-right: 65px;
        margin-left: -3px;
        margin-top: -11px;
      }
  
      .menu-links {
        column-count: 2;
        padding-left: 42px;
        margin-right: 30px;
        margin-top: 20px;
        li{
            list-style: none;
            text-align: left;
            margin-right: 56px;
            margin-bottom: 9px;
            break-inside: avoid;
            a {
                color: var(--Juniors-Orange, #D93400);
                font-family: "OC Highway VAR2";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
                letter-spacing: 0.56px;
                text-transform: uppercase;
                text-decoration: none;
                border-bottom: 2px solid #d93400;
                padding-bottom: 4px;
                position: relative;
                &:hover {
                  border-bottom: 0px solid transparent;
                }
              }
        }
        
      }
    }
  }
  @media  screen and (max-width:990px) {
    .menu-section{
      .menu-content {
        flex-direction: column;
        img {
          order: 1;
          margin-right: 0!important;
          margin-left: 20px!important;
          margin-top: 40px!important;
          width: 98px!important;
        }
        .menu-title {
          order: 2;
          color: var(--Juniors-Orange, #D93400);
          text-align: center;
          font-size: 54px;
          font-style: normal;
          font-weight: 500;
          line-height: 90%;
          margin: 20px;
          margin-top: 17px;
          margin-bottom: 43px;
        }
        .menu-links {
          order: 3;
          column-count: 1;
          padding-left: 0!important;
          margin-right: 0!important;
          margin-bottom: 38px;
          margin-top: 20px;
          li {
            margin-right: 0!important;
            text-align: center;
            border: none;
            margin-bottom: 34px;
            break-inside: avoid;
            a {
              border-bottom: 2px solid #d93400;
              padding-bottom: 3px;
            }
          }
        }
      }
    }
    .menu-section-wrapper {
      padding-top: 80px!important;
      margin-bottom: 100px!important;
    }
  }
  