#hero {
  background: #f2f2f2;
  padding: 120px 15px;
  position: relative;
}
#hero::before {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" fill="none"><circle cx="23" cy="23" r="23" fill="%23329866"/><path stroke="%23fff" stroke-linecap="round" stroke-width="2.5" d="m11 19 12 12 12-12"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .container {
  --content-width: 1454px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  padding: 0;
  min-height: 650px;
}
#hero .image {
  width: 100%;
  max-width: 651px;
  flex-shrink: 1;
}
#hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#hero .text {
  width: 100%;
  max-width: 834px;
  padding: 66px 30px 66px 67px;
  display: flex;
  flex-direction: column;
}
#hero .text a {
  text-decoration: none;
}
#hero .post-date {
  color: #fff;
  font-weight: 900;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  letter-spacing: 0.08em;
  border-radius: 7px;
  display: block;
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 37px;
  background: var(--dark-green);
  text-transform: uppercase;
}
#hero .post-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 13px;
  color: #000;
  max-width: 600px;
}
#hero .post-excerpt {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: #000;
  max-width: 650px;
}
#hero .author {
  gap: 20px;
  margin-top: auto;
}
#hero .author-thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #D9D9D9;
}
#hero .author-name {
  margin: 0;
}
#hero .author-role {
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 20px;
}
.post-content {
  padding-top: 43px;
  overflow: hidden;
}
.post-content .left {
  width: 100%;
  max-width: 920px;
  flex-grow: 1;
  padding-left: 40px;
}
.post-content .right {
  max-width: 568px;
  width: 100%;
}
.post-content .right img {
  display: block;
  margin-left: 95px;
}
.post-content h1,
.post-content h2,
.post-content h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 14px;
}
.post-content p {
  margin-bottom: 15px;
}
.post-content ul {
  margin: 0px 0 15px 0px;
  padding: 0 0 0 30px;
}
#apply {
  margin-top: 86px;
}
@media screen and (max-width: 1500px) {
  .post-content .left {
    padding: 0 40px 0 0;
  }
  .post-content .right {
    width: 60%;
  }
  .post-content .right img {
    margin: 0;
  }
}
@media screen and (max-width: 1300px) {
  #hero .text {
    padding: 50px 30px 50px 30px;
  }
  #hero .image {
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  #hero {
    padding: 50px 15px;
  }
  #hero .container {
    flex-direction: column-reverse;
    border: 1px solid #D9D9D9;
    min-height: unset;
  }
  #hero .image {
    max-width: 100%;
    height: 300px;
  }
  #hero .post-excerpt,
  #hero .post-title {
    max-width: 100%;
  }
  #hero .author {
    margin-top: 33px;
  }
  .post-content .right {
    display: none;
  }
  .post-content .left {
    padding: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hero .text {
    padding: 25px 20px;
  }
  #hero .post-title {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  #hero .image {
    height: 196px;
  }
  #hero .post-date {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  #hero .post-excerpt {
    font-size: 18px;
  }
  #hero::before {
    width: 34px;
    height: 34px;
    bottom: -18px;
  }
  .post-content {
    padding-top: 0;
  }
  #apply {
    margin-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  #hero {
    padding: 18px 15px 34px 15px;
  }
  #hero .text {
    padding: 14px 22px 26px 22px;
  }
  #hero .post-title {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 8px;
  }
  #hero .post-date {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding: 0 9px;
    margin-bottom: 14px;
  }
  #hero .author-thumb {
    width: 52px;
    height: 52px;
  }
  #hero .author-name {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.08em;
  }
  #hero .author-role {
    margin-bottom: 0;
  }
  .post-content {
    padding-top: 22px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3 {
    font-size: 25px;
    line-height: 31px;
    margin-top: 50px;
    margin-bottom: 19px;
  }
  .post-content p,
  .post-content ul {
    font-size: 16px;
    line-height: 28px;
  }
  #apply {
    margin-top: 39px;
  }
}