.blog_section {
  padding-block: var(--wp--preset--spacing--140); }
  @media screen and (max-width: 992px) {
    .blog_section {
      padding-block: var(--wp--preset--spacing--140); } }

.blog_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .blog_wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 575px) {
    .blog_wrap {
      grid-template-columns: 1fr; } }

.blog_card {
  position: relative;
  padding: 15px;
  padding-bottom: 30px; }
  @media screen and (max-width: 575px) {
    .blog_card {
      padding-bottom: 15px; } }
  .blog_card .tag {
    position: absolute;
    left: 25px;
    top: 25px; }
  .blog_card h6 {
    margin-bottom: 15px; }
  .blog_card p {
    margin-bottom: 35px; }
  .blog_card .arrow_link {
    margin-top: auto; }

.blog_card_img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.55;
  margin-bottom: 25px; }
  .blog_card_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center; }

.blog_card_cat_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px; }

.blog_card_cat {
  color: var(--wp--preset--color--brown-button);
  padding-left: 25px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center; }

.blog_card_cat__article {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7692 1H3.23077C2.90446 1.00047 2.59163 1.16344 2.3609 1.45317C2.13016 1.7429 2.00037 2.13572 2 2.54545V16.4545C2.00037 16.8643 2.13016 17.2571 2.3609 17.5468C2.59163 17.8366 2.90446 17.9995 3.23077 18H16.7692C17.0955 17.9995 17.4084 17.8366 17.6391 17.5468C17.8698 17.2571 17.9996 16.8643 18 16.4545V2.54545C17.9996 2.13572 17.8698 1.7429 17.6391 1.45317C17.4084 1.16344 17.0955 1.00047 16.7692 1ZM14 13.3636H6C5.83679 13.3636 5.68026 13.2822 5.56486 13.1373C5.44945 12.9924 5.38462 12.7958 5.38462 12.5909C5.38462 12.386 5.44945 12.1894 5.56486 12.0445C5.68026 11.8996 5.83679 11.8182 6 11.8182H14C14.1632 11.8182 14.3197 11.8996 14.4351 12.0445C14.5506 12.1894 14.6154 12.386 14.6154 12.5909C14.6154 12.7958 14.5506 12.9924 14.4351 13.1373C14.3197 13.2822 14.1632 13.3636 14 13.3636ZM14 10.2727H6C5.83679 10.2727 5.68026 10.1913 5.56486 10.0464C5.44945 9.90149 5.38462 9.70494 5.38462 9.5C5.38462 9.29506 5.44945 9.09851 5.56486 8.9536C5.68026 8.80868 5.83679 8.72727 6 8.72727H14C14.1632 8.72727 14.3197 8.80868 14.4351 8.9536C14.5506 9.09851 14.6154 9.29506 14.6154 9.5C14.6154 9.70494 14.5506 9.90149 14.4351 10.0464C14.3197 10.1913 14.1632 10.2727 14 10.2727ZM14 7.18182H6C5.83679 7.18182 5.68026 7.10041 5.56486 6.95549C5.44945 6.81058 5.38462 6.61403 5.38462 6.40909C5.38462 6.20415 5.44945 6.0076 5.56486 5.86269C5.68026 5.71778 5.83679 5.63636 6 5.63636H14C14.1632 5.63636 14.3197 5.71778 14.4351 5.86269C14.5506 6.0076 14.6154 6.20415 14.6154 6.40909C14.6154 6.61403 14.5506 6.81058 14.4351 6.95549C14.3197 7.10041 14.1632 7.18182 14 7.18182Z' fill='%23514229'/%3E%3C/svg%3E%0A"); }

.blog_card_cat__video {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4102_10905)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C15.5228 20 20 15.5229 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5229 4.47715 20 10 20ZM9.5547 12.9635L12.7519 10.8321C13.3457 10.4362 13.3457 9.56377 12.7519 9.16795L9.5547 7.03647C8.89015 6.59343 8 7.06982 8 7.86852V12.1315C8 12.9302 8.89014 13.4066 9.5547 12.9635Z' fill='%23514229'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4102_10905'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.blog_card_cat__video_time {
  padding: 5px 10px;
  border: 1px solid rgba(16, 13, 8, 0.2);
  border-radius: 207px;
  padding-left: 28px;
  color: var(--wp--preset--color--brown-button);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 3.56699C5.58333 3.75944 5.58333 4.24056 5.25 4.43301L0.75 7.03109C0.416666 7.22354 1.71602e-07 6.98298 1.88426e-07 6.59808L4.15557e-07 1.40192C4.32382e-07 1.01702 0.416667 0.776461 0.75 0.968911L5.25 3.56699Z' fill='%23514229'/%3E%3C/svg%3E%0A");
  background-size: 6px 8px;
  background-repeat: no-repeat;
  background-position: left 10px center; }

.blog_card_text {
  display: flex;
  flex-direction: column; }
