/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** pages */
.bg-img {
  position: relative;
  z-index: 1;
}
.bg-img__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg-img__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 991px) {
  .container {
    padding-inline: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .md\:max-w-\[870px\] {
    max-width: 870px;
  }
}

@media only screen and (min-width: 768px) {
  .md\:max-w-\[840px\] {
    max-width: 840px;
  }
}

@media only screen and (min-width: 768px) {
  .max-w-\[840px\] {
    max-width: 840px;
  }
}

.mb-\[3\%\] {
  margin-bottom: 3%;
}

.py-\[3\%\] {
  padding-block: 3%;
}

.img-auto {
  text-align: center;
}
.img-auto img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.bg-\[\#faeceb\] {
  background: #faeceb;
}

.bg-\[\#f4f3ef\] {
  background: #f4f3ef;
}

.pb-\[10\%\] {
  padding-bottom: 10%;
}

.site-footer {
  padding-block: 20px;
  font-size: 13px;
  font-weight: 500;
  background: #ca9a8e;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 30px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
