.mt-47 {
  margin-top: 47px;
}
.ml-87 {
  margin-left: 87px;
}
.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.section {
  background-image: url('../../images/a1461122c4eb2e552895eb438188b0b0.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 75vh;
}
.text {
  color: rgb(255, 255, 255);
  font-size: 47px;
  font-family:  "NunitoSans",sans-serif;
  line-height: 40px;
}
.group {
  text-align: center;
}
.font {
  font-size: 36px;
  font-family: "NunitoSans",sans-serif;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-style: italic;
}
.group_2 {
  margin-top: 160px;
  width: 1200px;
}
.font_2 {
  font-size: 24px;
  font-family: "NunitoSans",sans-serif;
  /*letter-spacing: 1.5px;*/
  line-height: 60px;
  color: rgb(28, 28, 28);
  text-align: center;
}
.text_2 {
  margin-top: 28px;
}
.group_3 {
  text-align: center;
}
.font_3 {
  font-size: 55px;
  font-family:  "NunitoSans",sans-serif;
  line-height: 72px;
  color: rgb(28, 28, 28);
  font-weight:600;
}
.section_2 {
  margin-top: 150px;
  width: 100vw;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 45.8% 54.2%;
  align-items: stretch;
}
.group_1 {
  padding: 60px;
  /*width: 55%;*/
  background: #7f674e;
}
.group_4 {
  /*width: 43%;*/
}
.group_4 img {
  width: 100%;
}
.font_4 {
  font-size: 44px;
  font-family:  "NunitoSans",sans-serif;
  /*letter-spacing: 2.5px;*/
  /*line-height: 50px;*/
  color: #fff;
}
.font_5 {
  font-size: 18px;
  font-family: "NunitoSans",sans-serif;
  /*letter-spacing: 1px;*/
  font-weight: 300;
  line-height: 27.3px;
  color: #fff;
}
.section_3 {
  margin-top: 150px;
  background-color: rgb(211, 195, 165);
  width: 100vw;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 54.2% 45.8%;
  align-items: stretch;
}
.group_5 {
  /* padding-left: 60px; */
  /* margin-top: 190px; */
  /*width: 42%;*/
  /* height: 550px; */
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  height:100%
  /* row-gap: 10px; */
}
.image {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
 /* width: 350px;
  height: 320px;*/
  width:55%;
  /*object-fit: contain;*/
}
.image.small {
  /*width: 190px;
  height: 220px;*/
}
.image:hover {
  opacity: 1;
}

.image.active {
  opacity: 1;
}
.image.img2,.image.img4{width:85%}
.section_4 {
  /* height: 816px; */
  /*width: 58%;*/
}
.image_1 {
  width: 100%;
  /* height: 816px; */
}
.group_7 {
  line-height: 33px;
  /* width: 566.5px; */
}
/*.group_6 {width: 80%;}*/
.pos_5 {
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  padding:30px 0 80px;
  background: rgba(0,0,0,0.25);
}
.font_6 {
  font-size: 14px;
  font-family: "NunitoSans",sans-serif;
  letter-spacing: 1px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .group_1 {
    /*padding: 150px 40px 150px 0;*/
  }
}
@media screen and (max-width: 1700px) {
  .image{width: 270px;height: 250px;}
  .image.small{
    width: 130px;
    height: 180px;
  }
}
