p {
  margin: 0 0 15px 0; }

.sm-title {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .sm-title {
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 5px; } }

.menu-items {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 6; }
  .menu-items .item {
    width: calc(25% - 11px);
    height: 120px;
    border-radius: 16px;
    background-color: #232323;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
    .menu-items .item .icon {
      height: 60px;
      margin-right: 15px; }
    .menu-items .item .name {
      font-size: 21px;
      font-weight: 700;
      max-width: 78px; }
    @media only screen and (max-width: 800px) {
      .menu-items .item {
        width: 49%;
        justify-content: flex-start; }
        .menu-items .item .name {
          max-width: unset; } }
    @media only screen and (max-width: 767px) {
      .menu-items .item {
        width: calc(50% - 5px);
        height: 79px;
        margin-bottom: 11px; }
        .menu-items .item .icon {
          height: 47px;
          margin: 0 12px; }
        .menu-items .item .name {
          font-size: 16px;
          max-width: 60px; } }

/*# sourceMappingURL=menu-items.css.map */
