.c-poi-box {
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding-right: 50%;
  position: relative;
  width: 100%;
  min-height: 660px;
}
@media (max-width: 991.98px) {
  .c-poi-box {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .c-poi-box {
    min-height: 500px;
  }
}
.c-poi-box__caption {
  padding: 50px;
}
@media (max-width: 991.98px) {
  .c-poi-box__caption {
    display: block;
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .c-poi-box__caption {
    padding: 20px;
  }
}
.c-poi-box__category {
  color: #c1726f;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .c-poi-box__category {
    font-size: 1em;
    line-height: 1.69;
  }
}
@media (max-width: 575.98px) {
  .c-poi-box__category {
    margin-bottom: 0;
  }
}
.c-poi-box__gallery {
  background-color: #ebd5d3;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 991.98px) {
  .c-poi-box__gallery {
    display: block;
    height: 350px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .c-poi-box__gallery {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .c-poi-box__gallery {
    height: 240px;
  }
}
.c-poi-box__image {
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.c-poi-box__item-title {
  color: #432918;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.16;
}
@media (max-width: 1199.98px) {
  .c-poi-box__item-title {
    font-size: 2.8em;
  }
}
@media (max-width: 767.98px) {
  .c-poi-box__item-title {
    font-size: 1.5em;
    line-height: 1.38;
  }
}
.c-poi-box__item-title:after {
  border-bottom: 1px solid #ebd5d3;
  content: "";
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-poi-box__item-title:after {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.c-poi-box__location {
  color: #7C7C7C;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 0.8125em;
  line-height: 1.54;
  margin-bottom: 25px;
  margin-bottom: 15px;
}
.c-poi-box__location a {
  color: #7C7C7C;
}
.c-poi-box__location:before {
  background: url("../../../images/house.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 7px;
  vertical-align: bottom;
  width: 24px;
}
.c-poi-box__main-image {
  height: 75%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-poi-box .full-height {
  height: 100% !important;
}
.c-poi-box__miniature {
  display: inline-block;
  float: left;
  height: 25%;
  overflow: hidden;
  position: relative;
  width: 33.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-poi-box__text {
  color: #4A4A4A;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.c-poi-box__button {
  width: 33%;
  float: left;
}
.c-poi-box__button a {
  color: #432918;
}
@media (max-width: 991.98px) {
  .c-poi-box__button {
    width: 100%;
  }
}
