.banner_post {
  width: 100%;
  padding: 0 15px;
  position: relative;
  min-height: 600px;
}
.banner_blog_background {
  width: 60%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
  right: 0;
}
.banner_post h1 {
  font-weight: 700;
  font-size: calc(22px + 10 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #243d3a;
  margin-bottom: 15px;
}
.banner_post .container {
  padding: 160px 0 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner_post_wrap {
  background: white;
  opacity: 0.95;
  -webkit-box-shadow: -2px 2px 22px 4px rgba(34, 60, 80, 0.08);
  -moz-box-shadow: -2px 2px 22px 4px rgba(34, 60, 80, 0.08);
  box-shadow: -2px 2px 22px 4px rgba(34, 60, 80, 0.08);
  padding: 30px 20px;
  width: 100%;
  position: relative;
  width: 70%;
}
.banner_post_description {
  font-weight: 500;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  margin-bottom: 20px;
}
.banner_post_details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.banner_post_data {
  font-weight: 700;
  font-size: calc(12px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 17px;
  color: #15383c;
}
.banner_post_author {
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
  margin-right: -30px;
  background-color: rgba(62, 99, 95, 0.95);
  padding: 15px;
  gap: 15px;
  width: 100%;
  max-width: 320px;
}
.banner_post_author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.banner_post_author_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.banner_post_author_name {
  font-weight: 700;
  font-size: calc(12px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: white;
}
.banner_post_author_description {
  font-weight: 400;
  font-size: calc(11px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: white;
}
@media screen and (max-width: 1200px) {
  .banner_post {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_post_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .banner_post_author {
    padding: 10px;
    max-width: 300px;
  }
  .banner_post_data {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .banner_blog_background {
    width: 100%;
  }
  .banner_post_wrap {
    width: 100%;
    max-width: 600px;
  }
  .banner_post .container {
    padding: 130px 0 40px 0;
  }
  .banner_post {
    min-height: auto;
  }
  .banner_post_author {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .banner_post_details {
    flex-direction: column;
  }
  .banner_post_wrap {
    padding: 25px 15px 0 15px;
  }
  .banner_post_details {
    align-items: flex-start;
  }
  .banner_post_author {
    margin-top: 20px;
  }
}
