.blog-item-content {
  padding-block: 80px 150px;
}
.blog-item-content p {
  color: #5f5f5f;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.blog-item-content .pic {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  max-width: 628px;
}
p.tablet {
  display: none;
}
.pic2 {
  display: none;
}
p:last-child {
  margin-bottom: 0px !important;
}
.line {
  width: 100%;
  max-width: 846px;
  height: 1px;
  background: #d9d9d9;
}
.blog-block {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
  padding-block: 80px 150px;
}
.blog-item-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
}
.blog-item-section img {
  grid-template-columns: span 1;
  width: 100%;
}
.blog-item-info {
  grid-column: span 2;
}
.blog-item-section h2 {
  color: #256400;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
.blog-item-section p {
  color: #5f5f5f;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.blog-item-section a {
  border-radius: 10px;
  background: #256400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  display: block;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.5s ease;
  &:hover {
    background: #1c4b00;
    transform: translateY(-6px);
  }
}
.img-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .blog-item-content .pic {
    max-width: 332px;
  }
  p.tablet {
    display: block;
    margin-bottom: 24px;
  }
  p.desktop,
  span.desktop {
    display: none;
  }
  .line {
    max-width: 100%;
  }
  .blog-item-section {
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .img-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .top-img {
    display: none;
  }
  .blog-item-info {
    grid-column: span 3;
  }
}
@media (max-width: 600px) {
  .pic2 {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .pic {
    display: none;
  }
  .blog-block,
  .blog-item-content {
    padding-block: 60px 100px;
  }
}
