.single-blog-title {
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .single-blog-title {
    flex-direction: column-reverse;
    margin-bottom: 4.6rem;
  }
}
.single-blog-title .title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16rem;
  width: 42%;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text {
    padding: 0 8.3333333333vw;
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text {
    width: 100%;
    padding: 2rem 2rem 0;
  }
}
.single-blog-title .title-text .text-date {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #8C8C8C;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text .text-date {
    margin-bottom: 0.625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-date {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.single-blog-title .title-text .text-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text .text-title {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-title {
    font-size: 2rem;
  }
}
.single-blog-title .title-text .text-category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.4rem;
  gap: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3782B6;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text .text-category {
    margin-top: 2.8125vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-category {
    font-size: 1.2rem;
  }
}
.single-blog-title .title-text .text-category.job {
  margin-top: 5.4rem;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text .text-category.job {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-category.job {
    margin-top: 1rem;
  }
}
.single-blog-title .title-text .text-category.job li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border: 1px solid #3782B6;
  height: 3rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-category.job li {
    padding: 0 1rem;
    height: 2.4rem;
    border-radius: 1.2rem;
  }
}
.single-blog-title .title-text .text-category.main {
  margin-top: 2rem;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-text .text-category.main {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-text .text-category.main {
    margin-top: 1rem;
  }
}
.single-blog-title .title-photo {
  width: 58%;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-photo {
    width: 58.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-photo {
    width: 100%;
  }
}
.single-blog-title .title-photo img {
  width: 100%;
  height: 59rem;
  object-fit: cover;
}
@media screen and (min-width: 767px) and (max-width: 1920px) {
  .single-blog-title .title-photo img {
    height: 30.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-title .title-photo img {
    height: 20rem;
  }
}

.single-blog h2 {
  margin-bottom: 3.4rem;
  padding-bottom: 2.4rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.46;
  letter-spacing: 0.02em;
  color: #333333;
  border-bottom: 0.2rem solid #3782B6;
}
@media screen and (max-width: 767px) {
  .single-blog h2 {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
    font-size: 2rem;
  }
}
.single-blog h3 {
  margin-bottom: 3.4rem;
  padding: 1.2rem 2rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333333;
  background: #F3F3F3;
  border-left: 0.6rem solid #3782B6;
}
@media screen and (max-width: 767px) {
  .single-blog h3 {
    padding: 0.7rem 1.3rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    border-left-width: 0.4rem;
  }
}
.single-blog h4 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #3782B6;
}
@media screen and (max-width: 767px) {
  .single-blog h4 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
.single-blog p {
  margin-bottom: 3.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .single-blog p {
    font-size: 1.4rem;
  }
}
.single-blog .aligncenter {
  margin: 0 auto;
  display: block;
}
.single-blog .alignright {
  float: right;
  margin-left: 2rem;
}
.single-blog .alignleft {
  float: left;
  margin-right: 2rem;
}