@charset "UTF-8";
.page-header .profile-top .photo-card .card-top .price {
  height: 36px;
  border-radius: 23px;
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #fe5b5c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  padding-left: 25px; }

.body {
  position: relative; }

.header--dark {
  background-color: #2d3640; }

.page-header {
  margin-bottom: 0px;
  height: 50px; }
  .page-header .btn-back {
    width: 24px;
    height: 24px; }
  .page-header .btn-back-text {
    margin-left: 0px; }
  .page-header .profile-top .photo-card {
    position: relative;
    width: 255px;
    height: 255px;
    border-radius: 20px;
    z-index: 2;
    padding: 20px;
    background-size: cover !important;
    background-repeat: no-repeat;
    box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15); }
    .page-header .profile-top .photo-card .card-top {
      display: flex;
      justify-content: space-between; }
      .page-header .profile-top .photo-card .card-top .fav-icon {
        width: 36px;
        height: 36px;
        color: rgba(45, 54, 64, 0.5);
        fill: rgba(45, 54, 64, 0.5); }
        .page-header .profile-top .photo-card .card-top .fav-icon.active {
          color: #fff;
          fill: #fff; }
      .page-header .profile-top .photo-card .card-top .price {
        padding-right: 20px;
        padding-left: 20px;
        height: 32px;
        padding-bottom: 2px;
        font-weight: bold;
        font-size: 18px; }
    .page-header .profile-top .photo-card .user-images-q {
      color: #fff;
      height: 30px;
      border-radius: 5px;
      background-color: rgba(45, 54, 64, 0.6);
      padding: 5px 10px;
      font-size: 14px; }
    .page-header .profile-top .photo-card .card-bottom {
      color: #fff; }
      .page-header .profile-top .photo-card .card-bottom h2, .page-header .profile-top .photo-card .card-bottom .h2 {
        font-size: 24px; }
      .page-header .profile-top .photo-card .card-bottom .user-place {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 7px; }
      .page-header .profile-top .photo-card .card-bottom .user-lang {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 7px; }
      .page-header .profile-top .photo-card .card-bottom .user-reviews {
        font-size: 14px;
        font-weight: 600; }
      .page-header .profile-top .photo-card .card-bottom .star {
        width: 18px;
        height: 18px;
        fill: #FFCC00;
        stroke: #FFCC00; }
  .page-header .profile-top .profile-card {
    position: relative;
    width: 495px;
    height: 235px;
    margin-top: 10px;
    margin-left: -20px;
    border-radius: 0px 20px 20px 0px;
    padding: 20px 20px 20px 50px;
    box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    z-index: 1; }
    .page-header .profile-top .profile-card.card-container .card-details {
      padding: 0px; }
      .page-header .profile-top .profile-card.card-container .card-details .card-details__name {
        font-size: 32px;
        font-weight: 900;
        color: #2d3640;
        margin-bottom: 5px; }
      .page-header .profile-top .profile-card.card-container .card-details .card-details__lang {
        font-size: 20px;
        font-weight: 300;
        color: #2d3640;
        margin-top: 12px; }
      .page-header .profile-top .profile-card.card-container .card-details .text-reviews {
        font-size: 14px;
        font-weight: 600;
        color: #8b95a1; }
  .page-header .profile-top .btn {
    min-width: 175px; }
    .page-header .profile-top .btn-message {
    height: 55px;
    border-radius: 4px;
    border: solid 1px #737695;
    font-size: 16px;
    font-weight: 600;
    color: #737695;
    margin-left: 25px; }
    .page-header .profile-top .btn-message:hover {
      color: #fff; }
  .page-header .profile-top .btn-reserve {
    height: 55px;
    width: 100%;
    max-width: 100%; }

.header-container-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

.header-container-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: stretch;
  justify-items: stretch; }
  .header-container-content img.profile-photo {
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header-container-content .card-container {
    position: relative;
    z-index: 2 !important;
    flex-grow: 1;
    background-color: transparent;
    display: flex;
    align-items: stretch;
    justify-items: stretch;
    margin: 0px;
    padding: 0px; }
    .header-container-content .card-container .card-le {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0) 50%);
      padding: 20px 15px;
      border-radius: 0px; }
      .header-container-content .card-container .card-le .card-top .fav-icon {
        width: 32px;
        height: 32px; }
      .header-container-content .card-container .card-le .card-top .price {
        padding-left: 15px;
        padding-right: 15px; }
      .header-container-content .card-container .card-le .card-bottom h2, .header-container-content .card-container .card-le .card-bottom .h2 {
        padding-bottom: 0px;
        margin-bottom: 4px;
        font-weight: 700;
        letter-spacing: 0.24px; }
      .header-container-content .card-container .card-le .user-place {
        font-size: 14px;
        margin-bottom: 4px; }
      .header-container-content .card-container .card-le .user-lang {
        font-size: 16px;
        margin-bottom: 10px; }
      .header-container-content .card-container .card-le .user-reviews {
        font-size: 14px;
        font-weight: normal; }
      .header-container-content .card-container .card-le .user-images-q {
        position: relative;
        height: 26px;
        border-radius: 5px;
        box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.07), 0 5px 20px 4px rgba(0, 0, 0, 0.08), 0 5px 20px -8px rgba(0, 0, 0, 0.15);
        background-color: rgba(45, 54, 64, 0.6);
        padding: 5px 10px;
        font-size: 10px;
        z-index: 5;
        color: #fff; }
      .header-container-content .card-container .card-le .star {
        width: 16px;
        height: 16px;
        color: #ffcc00;
        fill: #ffcc00;
        background: transparent !important; }
  .header-container-content .owl-carousel {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header-container-content .owl-carousel .owl-stage, .header-container-content .owl-carousel .owl-stage-outer {
      height: 100% !important;
      position: relative; }
    .header-container-content .owl-carousel .owl-item {
      position: relative;
      height: 100%; }
      .header-container-content .owl-carousel .owl-item div {
        display: flex;
        height: 100% !important;
        overflow: hidden;
        justify-content: center; }
      .header-container-content .owl-carousel .owl-item img {
        height: 100%;
        width: auto !important;
        max-width: none; }
  .header-container-content .owl-nav-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
    .header-container-content .owl-nav-container button.owl-prev, .header-container-content .owl-nav-container button.owl-next {
      font-size: 32px;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 0px 15px 7px !important;
      border-radius: 50%;
      border: 0px !important;
      z-index: 5 !important; }
    .header-container-content .owl-nav-container *:focus {
      outline: none; }

.avatar-list__more {
  background-color: rgba(36, 54, 64, 0.5); }

.profile-reserve-bottom {
  padding: 16px 12px;
  background-color: #fff;
  box-shadow: 0 -5px 18px -8px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  z-index: 6;
  display: none;
  transition: 0.5s; }
  .profile-reserve-bottom .top-wrapper {
    height: 44px; }
  .profile-reserve-bottom .avatar {
    width: 44px;
    height: 44px; }
  .profile-reserve-bottom .star-ico {
    width: 14px;
    height: 14px; }
  .profile-reserve-bottom .name {
    color: #2d3640;
    font-size: 16px;
    font-weight: bold; }
  .profile-reserve-bottom .price {
    font-size: 14px;
    height: 30px;
    border-radius: 23px;
    background-color: #fe5b5c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px; }
  .profile-reserve-bottom .reviews-number {
    color: #8b95a1; }
  .profile-reserve-bottom .btn-reserve {
    height: 36px;
    padding: 5px;
    font-size: 12px;
    line-height: normal; }
  .profile-reserve-bottom.active {
    display: block; }

.about-me-container #readMoreLinkDiv {
  display: inline-block;
  font-size: 14px;
  font-weight: 900; }
  .about-me-container #readMoreLinkDiv #readMoreExpandLink:hover {
    color: #e9484e; }

.about-me-container #readMoreContent {
  display: none; }

.about-me-container p:last-child {
  margin-bottom: 0.5rem; }

.separator {
  color: #bfc8d2; }

.section-bottom .section-icon {
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  margin-left: -3px;
  margin-bottom: -5px; }

.card-container.local-card {
  flex-direction: row;
  align-items: stretch;
  min-height: 106px;
  margin-bottom: 30px; }
  .card-container.local-card + .card-container {
    margin-left: 0px !important; }
  .card-container.local-card .card-le {
    width: 100px !important;
    min-width: 100px !important;
    flex-shrink: 0;
    padding: 0px;
    background-image: none; }
    .card-container.local-card .card-le .card-top {
      position: relative;
      z-index: 2; }
      .card-container.local-card .card-le .card-top .fav-icon {
        width: 24px;
        height: 24px; }
    .card-container.local-card .card-le .top-icon {
      position: absolute;
      top: 6px;
      left: 6px;
      z-index: 2; }
  .card-container.local-card .card-details {
    padding: 5px 10px 10px;
    flex-grow: 1; }
    .card-container.local-card .card-details .user-name {
      color: #2d3640;
      font-size: 12px;
      font-weight: 600;
      font-style: normal;
      line-height: 1.5; }
    .card-container.local-card .card-details .user-lang {
      font-size: 10px;
      line-height: 1.2;
      color: #2d3640;
      margin-bottom: 14px; }
    .card-container.local-card .card-details .user-place {
      font-size: 10px;
      font-weight: 600;
      font-style: italic;
      color: #8b95a1; }
    .card-container.local-card .card-details .license-icon {
      width: 25px;
      height: 25px;
      margin-left: 5px;
      margin-top: 0px;
      color: #bfc8d2; }
    .card-container.local-card .card-details .text-reviews {
      font-size: 10px;
      color: #8b95a1; }
      .card-container.local-card .card-details .text-reviews.separator {
        color: #bfc8d2;
        font-size: 8px; }
    .card-container.local-card .card-details .star-ico {
      width: 12px;
      height: 12px; }
      .card-container.local-card .card-details .star-ico + .star-ico {
        margin-left: 5px; }
    .card-container.local-card .card-details .place-icon {
      width: 11px !important;
      height: 11px !important;
      margin-right: 2px;
      flex-shrink: 0; }
      .card-container.local-card .card-details .place-icon svg {
        width: 11px !important;
        height: 11px !important;
        color: #8b95a1; }
    .card-container.local-card .card-details .btn {
      width: 80px;
      min-width: 80px;
      height: 19px;
      font-size: 12px;
      font-weight: bold;
      display: flex;
      align-items: center;
      padding: 1px 1px 3px; }
    .card-container.local-card .card-details .btn-reserve:hover {
      color: #fff; }
    .card-container.local-card .card-details .price {
      margin-right: 6px;
      height: 18px;
      line-height: 1;
      padding: 2px 4px 3px;
      background-color: #2680eb;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      position: relative;
      z-index: 2; }
      .card-container.local-card .card-details .price .small {
        font-size: 10px; }
    .card-container.local-card .card-details .price:before {
      position: absolute;
      content: "";
      top: 0px;
      left: -6px;
      display: block;
      width: 0px !important;
      height: 18px;
      border: 9px solid #2680eb;
      border-left-width: 4px;
      border-right: 2px solid #2680eb;
      border-left-color: #fff;
      z-index: 1; }
    .card-container.local-card .card-details .price:after {
      position: absolute;
      content: "";
      top: 0px;
      right: -6px;
      display: block;
      width: 0px !important;
      height: 18px;
      border: 9px solid #2680eb;
      border-left: 2px solid #2680eb;
      border-right-width: 4px;
      border-right-color: #fff;
      z-index: 1; }
  .card-container.local-card .comment-icon {
    width: 12px;
    height: 12px;
    color: #8b95a1;
    fill: #8b95a1; }

.locals-list-container .card-container.local-card {
  display: none; }

.license-icon {
  color: inherit;
  fill: inherit;
  display: inline-block;
  width: 27px;
  height: 27px; }

.photo-container-wrapper {
  overflow: hidden;
  position: relative;
  width: 100% !important;
  min-width: 100px;
  padding-bottom: 100% !important; }

.photo-container-content {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-items: stretch;
  overflow: hidden; }
  .photo-container-content img.profile-photo {
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%; }

.text-card {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
  padding: 0px;
  border: 0px;
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2; }
  .text-card .h2 {
    color: #5e6b79;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45; }
  .text-card h2 {
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.38;
    color: #5e6b79;
    margin-bottom: 20px; }
  .text-card img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .text-card .special {
    font-size: 16px;
    line-height: 1.63;
    color: #2d3640; }
  .text-card p {
    margin-bottom: 20px; }
  .text-card ul {
    list-style-type: square;
    font-size: 14px;
    line-height: 2;
    margin-left: 0px;
    padding-left: 15px; }
    .text-card ul li {
      margin-bottom: 20px; }

.section-reverse .section-1 {
  order: 2; }

.section-reverse .section-2 {
  order: 1; }

.reviews-container {
  transition: all ease-in-out 0.5s; }
  .reviews-container .reviews-container__item {
    align-items: stretch;
    max-width: 100%;
    justify-items: flex-start;
    height: auto; }

.section-title.section-reviews {
  margin-top: 50px; }

.section-title span.h3 {
  display: block; }

.reviews-number {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.43;
  text-align: left;
  color: #5e6b79;
  margin-right: 5px; }

.tour-details-wrapper {
  background-color: #2d3640;
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(96deg, #2d3640 0%, #131d28);
  padding: 30px 0px; }
  .tour-details-wrapper .tour-details-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; }

.tour-details-container ul {
  flex-direction: column;
  columns: #ffffff;
  padding-left: 0px; }
  .tour-details-container ul .tour-details-item {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 30px;
    margin-left: -5px; }
    .tour-details-container ul .tour-details-item .icon {
      height: 12px; }
    .tour-details-container ul .tour-details-item .item-text {
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      line-height: 1.21;
      letter-spacing: -0.45px;
      padding-left: 10px; }
    .tour-details-container ul .tour-details-item .checkmark {
      display: block;
      margin-right: 20px; }
      .tour-details-container ul .tour-details-item .checkmark:before {
        /*Add another block-level blank space*/
        content: '';
        display: inline-block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 10px;
        height: 18px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid #fff;
        border-width: 0 2px 2px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg); }

.tour-details-container .tour-comments {
  margin-top: 30px;
  margin-bottom: 0px; }
  .tour-details-container .tour-comments li {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.21;
    letter-spacing: -0.39px;
    color: #ffffff;
    margin-bottom: 10px;
    list-style: none; }
  .tour-details-container .tour-comments li:before {
    display: inline-block;
    content: "•";
    font-size: 10px;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: -12px; }

.activity-container {
  flex-direction: column;
  align-items: stretch; }
  .activity-container .activity-item {
    flex-direction: row;
    color: #5e6b79;
    padding: 20px 0px 20px;
    border-bottom: 1px solid rgba(139, 149, 161, 0.2); }
    .activity-container .activity-item svg {
      width: 18px;
      height: 18px;
      fill: #5e6b79;
      margin-right: 10px; }

.tour-details-wrapper .container-fluid .container {
  padding-left: 0px;
  padding-right: 0px; }

.tour-details-wrapper .tour-comments {
  margin-left: 8px; }

@media (min-width: 550px) {
  .btn {
    max-width: 100%; } }

@media (min-width: 768px) {
  .header-container-wrapper {
    display: none; }
  .header--dark {
    background-color: transparent; }
  .page-header {
    height: 500px;
    margin-bottom: 70px; }
    .page-header .top-title {
      flex-grow: 1;
      max-width: 100%;
      margin-top: 0;
      height: auto;
      min-height: 235px;
      max-height: 350px;
      overflow: hidden; }
      .page-header .top-title h1 {
        flex-grow: 1;
        line-height: 1.2; }
  .about-me-container p:last-child {
    margin-bottom: 1rem; }
  .text-card {
    padding: 50px 50px 30px;
    font-size: 18px;
    box-shadow: 0 11px 35px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
    margin-top: 30px;
    line-height: 2; }
    .text-card p + p {
      margin-top: 40px; }
    .text-card .h2 {
      font-size: 32px; }
    .text-card .special {
      font-size: 20px;
      line-height: 1.6; }
  .reviews-container .reviews-container__item + .reviews-container__item {
    margin-top: 60px; }
  .section-reverse .section-1 {
    order: 1; }
  .section-reverse .section-2 {
    order: 2; }
  .profile-reserve-bottom.active {
    display: none; }
  .tour-details-wrapper {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    padding: 0; }
    .tour-details-wrapper .tour-details-title {
      font-size: 32px;
      color: #2d3640;
      margin-bottom: 30px; }
  .tour-details-container {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #2d3640;
    box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(96deg, #2d3640 0%, #131d28); }
    .tour-details-container ul {
      padding-left: 5px;
      justify-content: space-between;
      padding: 0px 10px;
      margin-bottom: 0px; }
      .tour-details-container ul .tour-details-item {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px; }
        .tour-details-container ul .tour-details-item .icon {
          height: 18px;
          margin-right: 4px; }
        .tour-details-container ul .tour-details-item .item-text {
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          line-height: 1.21;
          letter-spacing: -0.45px;
          padding-left: 10px; }
        .tour-details-container ul .tour-details-item .checkmark:before {
          width: 15px;
          height: 34px;
          border-width: 0 3px 3px 0; }
    .tour-details-container .tour-comments {
      margin-top: 30px;
      margin-bottom: 0px; }
      .tour-details-container .tour-comments li {
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 10px; }
      .tour-details-container .tour-comments li:before {
        font-size: 14px; }
  .activity-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-gap: 26px;
    gap: 26px;
    column-gap: 26px;
    row-gap: 40px; }
    .activity-container .activity-item {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 1.44;
      color: #5e6b79;
      padding: 0px;
      width: 200px;
      height: 180px;
      border-radius: 20px;
      border: solid 1px #bfc8d2;
      text-align: center; }
      .activity-container .activity-item svg {
        width: 50px;
        height: 50px;
        color: #8b95a1;
        fill: #8b95a1;
        margin-right: 0px;
        margin-bottom: 33px; }
  .locals-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 50px; }
  .photo-container-content img.profile-photo {
    width: 100%;
    max-width: 100%; }
  .card-container.local-card {
    flex-direction: column;
    margin-bottom: 0px;
    min-width: 210px;
    border-radius: 20px; }
    .card-container.local-card .card-le {
      width: 100% !important;
      height: 100%; }
      .card-container.local-card .card-le .card-top .fav-icon {
        width: 36px;
        height: 36px; }
      .card-container.local-card .card-le .top-icon {
        top: 16px;
        left: 16px; }
    .card-container.local-card .price {
      display: flex; }
    .card-container.local-card .card-details {
      padding: 5px 15px 20px; }
      .card-container.local-card .card-details .user-name {
        font-size: 24px; }
      .card-container.local-card .card-details .user-lang {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 10px; }
      .card-container.local-card .card-details .place-icon svg {
        width: 11px;
        height: 11px; }
      .card-container.local-card .card-details .user-place {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        color: #8b95a1; }
      .card-container.local-card .card-details .btn-reserve {
        height: 26px;
        width: auto;
        padding: 0px 25px 2px;
        font-size: 14px; }
      .card-container.local-card .card-details .license-icon {
        width: 25px;
        height: 25px;
        margin-left: 8px;
        margin-top: 8px; }
      .card-container.local-card .card-details .text-reviews {
        font-size: 12px;
        color: #8b95a1; }
        .card-container.local-card .card-details .text-reviews.separator {
          font-size: 8px; }
      .card-container.local-card .card-details .star-ico {
        width: 15px;
        height: 15px; }
        .card-container.local-card .card-details .star-ico + .star-ico {
          margin-left: 6px; }
      .card-container.local-card .card-details > div:last-child {
        margin-top: 15px !important; } }

@media (min-width: 992px) {
  .locals-container {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1200px) {
  .tour-details-container ul {
    flex-direction: row; }
    .tour-details-container ul .tour-details-item {
      margin-top: 0px;
      margin-bottom: 0px; }
  .locals-container {
    grid-template-columns: repeat(4, 1fr); } }
