p {
  margin: 0 0 15px 0; }

.title {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.sm-title {
  font-size: 14px;
  font-weight: 400;
  line-height: normal; }
  @media only screen and (max-width: 767px) {
    .sm-title {
      font-size: 14px;
      margin-bottom: 5px; } }

.top-gradient {
  position: relative;
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .top-gradient {
      padding-top: 32px; }
      .top-gradient .title-col {
        font-size: 24px; } }
  .top-gradient:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: transparent linear-gradient(180deg, rgba(255, 0, 38, 0.25) 0%, rgba(255, 0, 38, 0) 100%);
    z-index: 5; }

.menu-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 6; }
  @media only screen and (max-width: 767px) {
    .menu-items {
      gap: 8px; } }
  .menu-items .item {
    width: 210px;
    height: 100px;
    border-radius: 16px;
    background-color: #232323;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px; }
    .menu-items .item .icon {
      height: 60px;
      margin: 0 15px; }
    .menu-items .item .name {
      font-size: 21px;
      font-weight: 700;
      max-width: 100px; }
    @media only screen and (max-width: 1023px) {
      .menu-items .item {
        width: 49%; }
        .menu-items .item .name {
          max-width: unset; } }
    @media only screen and (max-width: 767px) {
      .menu-items .item {
        width: calc(50% - 4px);
        height: 66px;
        margin-bottom: 0; }
        .menu-items .item .icon {
          height: 42px;
          margin: 0 12px; }
        .menu-items .item .name {
          font-size: 16px;
          max-width: 75px; } }

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