#blog-page {
  max-width: 1617px;
  margin: 0px auto;
  padding: 0px 18px;
  box-sizing: border-box;
  margin-top: 171px;
}
#blog-page .location {
  box-sizing: border-box;
  margin-bottom: 28px;
}
#blog-page .location span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2d5c10;
}
#blog-page .location .mobile-text {
  display: none;
}
#blog-page .location .mobile-text h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  margin: 0px;
  color: #3d655f;
  margin-bottom: 24px;
  margin-top: 0px;
}
#blog-page .location .mobile-text a {
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
}
#blog-page .location .mobile-text a span {
  padding: 2px 44px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
}
#blog-page .blog_image-text {
  margin-bottom: 28px;
  display: flex;
  gap: 28px;
}
#blog-page .blog_image-text .blog-img {
  flex: 1;
  min-width: 411px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#blog-page .blog_image-text .blog-img img {
  min-width: 411px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(101, 101, 101, 0.25);
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-page .blog_image-text .blog-text img {
  aspect-ratio: 411/449;
  max-width: 411px;
  margin-right: 28px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(101, 101, 101, 0.25);
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
#blog-page .blog_image-text .blog-text h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  margin: 0px;
  color: #3d655f;
  margin-bottom: 24px;
  margin-top: 0px;
  line-break: anywhere;
}
#blog-page .blog_image-text .blog-text a span {
  padding: 2px 44px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
}
#blog-page .blog_image-text .blog-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #222222;
  margin-top: 18px;
}
#blog-page .blog-text-outside {
  margin-bottom: 76px;
}
#blog-page .blog-text-outside p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #222222;
}

#other-blog-write {
  max-width: 1617px;
  margin: 0px auto;
  padding: 0px 18px;
  margin-bottom: 33px;
  box-sizing: border-box;
}
#other-blog-write .link {
  margin-bottom: 53px;
}
#other-blog-write .link a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  padding-right: 40px;
  background-image: url("../../img/icons/right-arrow.svg");
  background-position-x: center;
  background-repeat: no-repeat;
  background-position: 100%;
}
#other-blog-write .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
#other-blog-write .items .item {
  position: relative;
  border: 1px solid rgba(101, 101, 101, 0.25);
  border-radius: 6px;
  max-width: 354px;
  max-height: 336px;
  width: 354px;
  height: 336px;
  overflow: hidden;
}
#other-blog-write .items .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#other-blog-write .items .item .text {
  position: absolute;
  bottom: 0px;
  background: rgba(22, 22, 22, 0.5);
  border-radius: 0px 0px 6px 6px;
  width: 100%;
  padding: 9px 23px;
  box-sizing: border-box;
}
#other-blog-write .items .item .text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

@media (max-width: 1700px) {
  #blog-page {
    max-width: 1400px;
  }
  #other-blog-write {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  #blog-page {
    max-width: 1200px;
  }
  #other-blog-write {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  #blog-page {
    max-width: 992px;
  }
  #other-blog-write {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  #blog-page {
    max-width: 768px;
    margin-top: 128px;
  }
  #blog-page .location {
    padding: 0px;
  }
  #blog-page .location .mobile-text {
    display: none;
  }
  #blog-page .location .mobile-text h3 {
    font-size: 16px;
    line-height: 32px;
    order: 2;
    font-weight: 800;
    margin-bottom: 12px;
  }
  #blog-page .location .mobile-text a {
    order: 1;
    border-radius: 4px;
    display: none;
    background-color: transparent;
    margin-top: 18px;
    margin-bottom: 14px;
  }
  #blog-page .location .mobile-text a span {
    background: rgba(123, 179, 87, 0.25);
    padding: 1px 14px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #3d655f;
    border-radius: 4px;
  }
  #blog-page .blog_image-text .blog-img {
    margin: 0px auto;
    text-align: center;
  }
  #blog-page .blog_image-text .blog-text h3 {
    font-size: 28px;
    line-height: 28px;
  }
  #blog-page .blog_image-text .blog-text a span {
    padding: 2px 22px;
  }
  #blog-page .blog_image-text .blog-text p {
    font-size: 12px;
    line-height: 22px;
  }
  #blog-page .blog-text-outside p {
    font-size: 12px;
    line-height: 22px;
  }
  #other-blog-write {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  header nav .logo-links {
    max-width: 576px;
  }
  #blog-page {
    max-width: 576px;
    padding: 0px 18px;
  }
  #blog-page .location {
    margin-bottom: 12px;
  }
  #blog-page .location .mobile-text {
    display: grid;
  }
  #blog-page .location .mobile-text h3 {
    order: 2;
    margin-bottom: 0px;
  }
  #blog-page .location .mobile-text a {
    order: 1;
    display: flex;
  }
  #blog-page .blog_image-text {
    display: block;
  }
  #blog-page .blog_image-text .blog-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  #blog-page .blog_image-text .blog-text h3 {
    display: none;
  }
  #blog-page .blog_image-text .blog-text a {
    display: none;
  }
  #blog-page .blog-text-outside {
    margin-bottom: 24px;
  }
  #other-blog-write {
    max-width: 576px;
  }
  #other-blog-write .link {
    margin-bottom: 23.06px;
  }
  #other-blog-write .items {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #blog-page .blog_image-text .blog-img {
    min-width: 375px;
  }
}/*# sourceMappingURL=blog-page.css.map */