#single-header {
  padding-top: 130px;
  padding-bottom: 70px;
  align-items: center;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  #single-header {
    padding: 76px 0;
  }
}
#single-header .main_text_wrap > div {
  font-size: 80px;
  font-weight: 700;
  line-height: 140px;
  color: #000;
}
@media (max-width: 960px) {
  #single-header .main_text_wrap > div br {
    display: none;
  }
}
@media (max-width: 768px) {
  #single-header .main_text_wrap > div {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: initial;
    margin: 25px 0;
  }
}
#single-header .main_text_wrap > figure {
  padding-top: 30px;
}
@media (max-width: 768px) {
  #single-header .main_text_wrap > figure {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #single-header .main_text_wrap {
    flex-direction: column-reverse;
  }
}

.container {
  padding-top: 60px;
}
.container .news-header > .flex {
  justify-content: flex-start;
}
.container .news-header > .flex p:first-child {
  font-size: 14px;
  color: #9ea2ad;
  font-weight: bold;
}
.container .news-header > .flex p:last-child {
  background-color: #CCEFD1;
  border-radius: 100vh;
  font-size: 12px;
  display: inline-block;
  padding: 0 0.6em;
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
}
.container .news-header h1 {
  margin-bottom: 1em;
  font-size: 27px;
  color: #F18E2C;
}
.container .news-content p {
  margin-bottom: 1em;
}
.container .news-footer {
  margin: 68px 0 60px;
}
.container .news-footer .link-list {
  text-align: center;
}
.container .news-footer .link-list .btn-link {
  color: #E8374A;
  text-decoration: none;
  transition: 0.2s all ease;
}
.container .news-footer .link-list .btn-link:hover {
  background-color: #d03b1a;
  color: #fff !important;
}

#lang_blog_wrap {
  position: relative;
}
#lang_blog_wrap #single-header {
  background-color: #fff;
}
@media (max-width: 768px) {
  #lang_blog_wrap #single-header {
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
}
#lang_blog_wrap #single-header p {
  font-size: 87px;
  color: #E8374A;
}
#lang_blog_wrap #single-header figure {
  position: absolute;
  right: 0;
  left: 50%;
  height: 275px;
  background-image: url("/img/blog/img_blog.webp?var=2024052901");
  background-size: cover;
  background-position: left bottom;
}
@media (max-width: 768px) {
  #lang_blog_wrap #single-header figure {
    display: none;
  }
}
@media (max-width: 768px) {
  #lang_blog_wrap .body-content .container {
    padding-top: 0;
  }
}

#lang_blog_wrap #single-header .main-v {
  color: #00223F;
}

#hyperautomation-insights_wrap .container {
  padding-top: 80px;
}
#hyperautomation-insights_wrap .container .news-header h1 {
  color: #00223F;
}
#hyperautomation-insights_wrap .container .news-content h2 {
  font-size: 24px;
  color: #454545;
  line-height: 1.2;
  padding: 5.61px 0 5.61px 14px;
  border-left: 8px solid #00223F;
  margin-top: 40px;
}
#hyperautomation-insights_wrap .container .news-content h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #454545;
  padding: 0 4px 6px;
  border-bottom: 1px solid #8A8A8A;
  width: fit-content;
}
#hyperautomation-insights_wrap .container .news-content h3::before {
  content: none;
}
#hyperautomation-insights_wrap .container .news-content .toc-content li {
  list-style: auto;
}
#hyperautomation-insights_wrap .container .news-content .wp-block-list {
  padding-left: 1.5em;
  margin: 20px 0;
}
#hyperautomation-insights_wrap .container .news-content .wp-block-list li {
  padding: 10px 0;
}
#hyperautomation-insights_wrap .container .news-content ul li {
  list-style-type: disc;
}
#hyperautomation-insights_wrap .container .news-content p {
  line-height: 2.25;
}