.page-gallery .gallery-main .gallery-box {
  height: auto !important;
}

.s-gallery .gallery-main .gallery-box {
  height: auto !important;
}

.header .main-nav {
  left: 35%;
}

.main-logo {
  width: 280px;
  height: auto;
}

.sub-title {
  text-align: justify;
}

.text-justify {
  text-align: justify;
}

.sub-title {
  font-size: 19px !important;
}

.s-contact .contact-info .item {
  width: 50.00%;
}

.page-gallery .gallery-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-gallery .gallery-main .gallery-box {
  margin: 15px;
  height: 533px;
  position: relative;
  overflow: hidden;
}

.page-gallery .gallery-main .gallery-box:nth-child(1),
.page-gallery .gallery-main .gallery-box:nth-child(2) {
  flex: 1 1 calc(50% - 30px);
}

.page-gallery .gallery-main .gallery-box:nth-child(3),
.page-gallery .gallery-main .gallery-box:nth-child(4),
.page-gallery .gallery-main .gallery-box:nth-child(5) {
  flex: 1 1 calc(33.33% - 30px);
}

.page-gallery .gallery-main .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-gallery .gallery-main .gallery-box .content {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

body {
  font-size: 17px;
}

#main-nav .menu li a {
  font-family: "MriyaGrotesk-Regular";
  font-size: 19px;
  text-transform: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MriyaGrotesk-Regular";
  text-transform: unset !important;
}

p {
  font-family: "MriyaGrotesk-Regular" !important;
  text-transform: unset !important;
}

.tf-button {
  text-transform: unset !important;
}

.brand-description {
  font-size: 19px;
}

.brand-description p {
  text-align: justify;
}

.p404-main {
  text-align: center;
  padding-bottom: 50px;
}

.number-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.large-text {
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 20px;
  color: #262626;
}

.text-color {
  color: #e6c9a2;
}


@media (max-width: 767px) {
  .page-gallery .gallery-main {
      display: flex;
      flex-direction: column;
  }

  .page-gallery .gallery-main .gallery-box {
      height: auto;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
  }

  .page-gallery .gallery-main .gallery-box img {
      height: auto;
  }
}