.blog_head__section {
  padding: 40px 0 60px;
}
.blog_head__section .blog_head__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row.column-reverse {
    flex-direction: column-reverse;
  }
}
.blog_head__section .blog_head__row .text-content {
  width: 40%;
  max-width: 392px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .text-content {
    width: 100%;
  }
}
.blog_head__section .blog_head__row .text-content h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 66.56px;
  letter-spacing: -1px;
  color: #0b0b0a;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .text-content h1 {
    font-size: 40px;
    line-height: 41.6px;
  }
}
.blog_head__section .blog_head__row .text-content h1 strong {
  font-weight: 800;
}
.blog_head__section .blog_head__row .text-content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2d2d2a;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .text-content .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.blog_head__section .blog_head__row .image-content {
  width: 57.5165%;
  position: relative;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content {
    width: 100%;
  }
}
.blog_head__section .blog_head__row .image-content img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0.3px solid #ebebea;
  aspect-ratio: 704/528;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: fadeInUp150 1.5, sease-in-out both;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content img {
    aspect-ratio: 361/528;
  }
}
.blog_head__section .blog_head__row .image-content span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content span.circle {
    width: 64px;
    height: 64px;
  }
}
.blog_head__section .blog_head__row .image-content span.circle svg {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content span.circle svg {
    width: 32px;
  }
}
.blog_head__section .blog_head__row .image-content .info-block {
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  width: 392px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block {
    width: 100%;
  }
}
.blog_head__section .blog_head__row .image-content .info-block figure {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 8px;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}
.blog_head__section .blog_head__row .image-content .info-block img {
  aspect-ratio: 80/80;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  background: #fff;
}
.blog_head__section .blog_head__row .image-content .info-block .text-content-item {
  width: calc(100% - 96px);
}
.blog_head__section .blog_head__row .image-content .info-block .text-content-item h3 {
  margin-bottom: 4px;
  font-family: "Manrope";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.25px;
  color: #0b0b0a;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block .text-content-item h3 {
    font-size: 16px;
  }
}
.blog_head__section .blog_head__row .image-content .info-block .text-content-item .text {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #0b0b0a;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block .text-content-item .text {
    font-size: 14px;
  }
}
.blog_head__section .blog_head__row .image-content .info-block .subtitle {
  position: absolute;
  top: -8px;
  right: 20px;
  border-radius: 400px;
  padding: 2px 12px 4px 12px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: "Manrope";
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.15px;
  text-align: center;
  vertical-align: middle;
  color: #696963;
}
.blog_head__section .blog_head__row .image-content .info-block.top {
  top: -20px;
  left: -184px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block.top {
    display: none;
  }
}
.blog_head__section .blog_head__row .image-content .info-block.bottom {
  bottom: 18px;
  left: -72px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block.bottom {
    bottom: 68px;
    left: -8px;
  }
}
.blog_head__section .blog_head__row .image-content .info-block.right {
  bottom: 160px;
  right: -70px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .info-block.right {
    display: none;
  }
}
.blog_head__section .blog_head__row .image-content .icon-left {
  position: absolute;
  left: -56px;
  top: 114px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .icon-left {
    left: -8px;
    top: 32px;
  }
}
.blog_head__section .blog_head__row .image-content .icon-top {
  position: absolute;
  right: 66px;
  top: -40px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .icon-top {
    right: -8px;
    top: -24px;
  }
}
.blog_head__section .blog_head__row .image-content .icon-right {
  position: absolute;
  right: -18px;
  bottom: 32px;
}
@media (max-width: 767px) {
  .blog_head__section .blog_head__row .image-content .icon-right {
    display: none;
  }
}/*# sourceMappingURL=blog_main_screen.css.map */