@import url("https://fonts.googleapis.com/css2?family=Joan&display=swap");
#block_about {
  padding: 3rem 0;
}
#block_about .about {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  #block_about .about {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_about .about {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    text-align: left;
  }
}
@media (min-width: 1500px) {
  #block_about .about {
    gap: 5rem;
  }
}
@media (min-width: 1700px) {
  #block_about .about {
    gap: 6rem;
  }
}
#block_about .about__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__left {
    width: 50%;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__left {
    width: 50%;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  #block_about .about__left {
    width: 50%;
    align-items: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_about .about__left {
    width: 50%;
    align-items: flex-start;
  }
}
#block_about .about__header {
  font-family: "Joan", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 400;
  color: #784848;
}
#block_about .about__header,
#block_about .about__header * {
  font-family: "Joan", serif;
  font-weight: 400;
  color: #784848;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__header {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__header {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  #block_about .about__header {
    font-size: 3rem;
  }
}
@media (min-width: 1500px) {
  #block_about .about__header {
    font-size: 3.4rem;
  }
}
@media (min-width: 1700px) {
  #block_about .about__header {
    font-size: 3.8rem;
  }
}
#block_about .about__editor {
  font-family: "Joan", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #1e1e1e;
}
#block_about .about__editor p {
  margin-bottom: 1.2rem;
}
#block_about .about__editor p:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__editor {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  #block_about .about__editor {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  #block_about .about__editor {
    font-size: 1.8rem;
  }
}
@media (min-width: 1700px) {
  #block_about .about__editor {
    font-size: 1.9rem;
  }
}
#block_about .about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: #784848;
  background-color: transparent;
  border: 1px solid #784848;
  border-radius: 0;
  margin-top: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
#block_about .about__btn:hover {
  background-color: #784848;
  color: #fff;
  transform: translateY(-1px);
}
#block_about .about__btn:active {
  transform: translateY(0);
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__btn {
    font-size: 1.5rem;
    padding: 12px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__btn {
    font-size: 1.5rem;
    padding: 12px 32px;
  }
}
@media (min-width: 1500px) {
  #block_about .about__btn {
    font-size: 1.7rem;
    padding: 14px 36px;
  }
}
@media (min-width: 1700px) {
  #block_about .about__btn {
    font-size: 1.8rem;
    padding: 16px 40px;
  }
}
#block_about .about__images {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__images {
    width: 50%;
    display: block;
    position: relative;
    gap: 0;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__images {
    width: 50%;
    display: block;
    position: relative;
    gap: 0;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1280px) {
  #block_about .about__images {
    width: 50%;
    display: block;
    position: relative;
    gap: 0;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_about .about__images {
    width: 50%;
    display: block;
    position: relative;
    gap: 0;
    aspect-ratio: 4/3;
  }
}
#block_about .about__image {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 20px 0 20px 0;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__image--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 60%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__image--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 60%;
    object-fit: cover;
  }
}
@media (min-width: 1280px) {
  #block_about .about__image--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 60%;
    object-fit: cover;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_about .about__image--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 60%;
    object-fit: cover;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about .about__image--2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    height: 60%;
    object-fit: cover;
    z-index: 2;
    border: 3px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_about .about__image--2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    height: 60%;
    object-fit: cover;
    z-index: 2;
    border: 3px solid #fff;
  }
}
@media (min-width: 1280px) {
  #block_about .about__image--2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    height: 60%;
    object-fit: cover;
    z-index: 2;
    border: 3px solid #fff;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_about .about__image--2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    height: 60%;
    object-fit: cover;
    z-index: 2;
    border: 3px solid #fff;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_about {
    padding: 6rem 0;
  }
}
@media (min-width: 1280px) {
  #block_about {
    padding: 7rem 0;
  }
}
@media (min-width: 1500px) {
  #block_about {
    padding: 8rem 0;
  }
}
@media (min-width: 1700px) {
  #block_about {
    padding: 10rem 0;
  }
}