.content_page_title .titile_branches object {
  max-width: 98px;
  width: 100%;
}
.blog_section {
  padding: 80px 0 60px;
}
.blog_section .blog_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.blog_section .blog_block .blog_item {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  max-width: 49%;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog_section .blog_block .blog_item .blog_item_img {
  display: block;
  width: 100%;
  height: 445px;
  overflow: hidden;
}
.blog_section .blog_block .blog_item .blog_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog_section .blog_block .blog_item .blog_item_img:hover img {
  transform: scale(1.2);
}
.blog_section .blog_block .blog_item .blog_item_content {
  padding: 25px 35px 30px 40px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.blog_section .blog_block .blog_item .blog_item_pub_date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.blog_section .blog_block .blog_item .blog_item_pub_date svg {
  max-width: 21px;
  width: 100%;
  margin-right: 10px;
}
.blog_section .blog_block .blog_item .blog_item_pub_date p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  color: #58cf74;
}
.blog_section .blog_block .blog_item h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  color: #181c25;
  margin: 0 0 20px;
  max-width: 425px;
  width: 100%;
}
.blog_section .blog_block .blog_item .blog_item_preview {
  margin-bottom: 15px;
}
.blog_section .blog_block .blog_item .blog_item_preview p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181c25;
  margin: 0;
}
.blog_section .blog_block .blog_item .blog_item_preview p:not(:last-child) {
  margin-bottom: 15px;
}
.blog_section .blog_block .blog_item .blog_item_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  align-self: flex-end;
}
.blog_section .blog_block .blog_item .blog_item_link p {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #58cf74;
  margin: 0 15px 0 0;
  transition: color 0.4s ease;
}
.blog_section .blog_block .blog_item .blog_item_link .blog_item_link_arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #58cf74;
  border-radius: 30px;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.blog_section .blog_block .blog_item .blog_item_link .blog_item_link_arrow svg {
  max-width: 26px;
  width: 100%;
}
.blog_section
  .blog_block
  .blog_item
  .blog_item_link
  .blog_item_link_arrow
  svg
  path {
  transition: fill 0.4s ease;
}
.blog_section
  .blog_block
  .blog_item
  .blog_item_link:hover
  .blog_item_link_arrow {
  background: #58cf74;
  border-color: #58cf74;
}
.blog_section
  .blog_block
  .blog_item
  .blog_item_link:hover
  .blog_item_link_arrow
  svg
  path {
  fill: #ffffff;
}
.blog_section
  .blog_block
  .blog_item
  .blog_item_link:active
  .blog_item_link_arrow {
  background: #009122;
  border-color: #009122;
}
.blog_section .blog_block .blog_item .blog_item_link:active p {
  color: #009122;
}
.blog_section
  .blog_block
  .blog_item
  .blog_item_link:active
  .blog_item_link_arrow
  svg
  path {
  fill: #ffffff;
}

@media screen and (max-width: 992px) {
  .blog_section .blog_block .blog_item .blog_item_img {
    height: 350px;
  }
  .blog_section .blog_block .blog_item .blog_item_content {
    padding: 25px 20px;
  }
  .blog_section .blog_block .blog_item h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .blog_section .blog_block .blog_item .blog_item_preview p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog_section {
    padding: 60px 0 40px;
  }
  .blog_section .blog_block .blog_item {
    max-width: 100%;
  }
  .blog_section .blog_block .blog_item .blog_item_link .blog_item_link_arrow {
    width: 50px;
    height: 50px;
  }
  .blog_section
    .blog_block
    .blog_item
    .blog_item_link
    .blog_item_link_arrow
    svg {
    max-width: 24px;
  }
}
@media screen and (max-width: 568px) {
  .content_page_title .titile_branches object {
    max-width: 80px;
  }
  .blog_section .blog_block .blog_item h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
