﻿body .content-menu-row {
  border-bottom: 0.15rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  padding: 1.5rem 0; }
  @media (max-width: 767px) {
    body .content-menu-row {
      border-bottom: 0; } }
  body .content-menu-row.no-border-bottom {
    border-bottom: 0; }
  body .content-menu-row .content-menu-col {
    text-align: center;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    min-height: 10rem; }
    @media (max-width: 767px) {
      body .content-menu-row .content-menu-col {
        flex-direction: column;
        height: auto; } }
    body .content-menu-row .content-menu-col .content-menu-item-wrapper {
      padding: 0 1.5rem;
      width: 100%;
      min-height: 8rem;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        body .content-menu-row .content-menu-col .content-menu-item-wrapper {
          min-height: 8rem; } }
      body .content-menu-row .content-menu-col .content-menu-item-wrapper:not(:last-child) {
        border-right: 0.15rem solid rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          body .content-menu-row .content-menu-col .content-menu-item-wrapper:not(:last-child) {
            border-right: 0;
            border-bottom: 0.15rem solid rgba(0, 0, 0, 0.1); } }
      body .content-menu-row .content-menu-col .content-menu-item-wrapper .content-menu-btn {
        color: #212529;
        font-size: 1.6rem;
        text-decoration: none;
        width: 100%; }
