.barnhouse {
  margin-top: 100px;
}

.barnhouse__title {
  font-size: 96px;
  line-height: 115px;
  font-weight: 500;
  text-transform: uppercase;
}

.barnhouse__title-sub {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0 35px;
}

.barnhouse__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.barnhouse-item {
  margin-top: 100px;
}

.barnhouse-item__title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.barnhouse-item__text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.barnhouse-item__text span {
  color: #ADD54E;
  text-transform: uppercase;
  font-weight: 700;
}

.barnhouse-info {
  width: 22%;
  padding: 30px 0 30px 30px;
  border-left: 6px solid #D9D9D9;
  margin-top: 100px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.form {
  margin: 220px 0;
  padding: 0;
}

.barnhouse-photos .photo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 4px;
}

.barnhouse-photos .photo1 {
  width: 35%;
}

.barnhouse-photos .photo2 {
  width: 28.5%;
}

.barnhouse-photos .photo3 {
  width: 36%;
}

.barnhouse-photos .photo4 {
  width: 23.5%;
  height: 400px;
}

.barnhouse-photos .photo5 {
  width: 34%;
  height: 400px;
}

.barnhouse-photos .photo6 {
  width: 42%;
  height: 400px;
}

@media (max-width: 1600px) {
  .barnhouse {
    margin-top: 60px;
  }
  .barnhouse__title {
    font-size: 50px;
    line-height: 70px;
  }
  .barnhouse__title-sub {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 0 20px;
  }
  .barnhouse-item {
    margin-top: 50px;
  }
  .barnhouse-item__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .barnhouse-item__text {
    font-size: 18px;
    line-height: 24px;
  }
  .barnhouse-info {
    width: 22%;
    padding: 20px 0 20px 20px;
    margin-top: 70px;
    border-width: 4px;
    font-size: 18px;
    line-height: 24px;
  }
  .form {
    margin: 0;
  }
  .barnhouse-photos .photo {
    height: 300px;
  }
  .barnhouse-photos .photo1 {
    width: 35%;
  }
  .barnhouse-photos .photo2 {
    width: 28.5%;
  }
  .barnhouse-photos .photo3 {
    width: 36%;
  }
  .barnhouse-photos .photo4 {
    width: 23.5%;
    height: 250px;
  }
  .barnhouse-photos .photo5 {
    width: 34%;
    height: 250px;
  }
  .barnhouse-photos .photo6 {
    width: 42%;
    height: 250px;
  }
}

@media (max-width: 992px) {
  .barnhouse__title {
    font-size: 40px;
    line-height: 50px;
  }
  .barnhouse__title-sub {
    font-size: 20px;
    line-height: 24px;
  }
  .barnhouse-item {
    margin-top: 30px;
  }
  .barnhouse-item__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .barnhouse-info {
    width: 44%;
  }
  .barnhouse-photos .photo {
    height: 250px;
  }
  .barnhouse-photos .photo1 {
    width: 60%;
  }
  .barnhouse-photos .photo2 {
    width: 39.5%;
  }
  .barnhouse-photos .photo3 {
    width: 65%;
  }
  .barnhouse-photos .photo4 {
    width: 34.5%;
  }
  .barnhouse-photos .photo5 {
    width: 35.5%;
  }
  .barnhouse-photos .photo6 {
    width: 64%;
  }
}

@media (max-width: 576px) {
  .barnhouse__img {
    width: 110%;
    margin-left: -5%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
    -o-object-position: center;
       object-position: center;
  }
  .barnhouse-info {
    margin-top: 20px;
    width: 100%;
  }
  .barnhouse-info:first-child {
    margin-top: 50px;
  }
  .barnhouse-photos .photo {
    width: 100% !important;
  }
}

#barn-forma {
  padding-top: 50px;
  padding-bottom: 110px;
}