.page {
  padding-bottom: 50px;
}
.page .blog-posts {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}
.page .blog-posts .post {
  border-bottom: 1px solid lightgray;
  max-height: 360px;
  margin-bottom: 25px;
}
.page .blog-posts .post:last-child {
  border-bottom: none;
}
.page .blog-posts .blog-image {
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 6px;
  width: 100%;
  max-width: 390px;
}
.page .blog-posts .blog-image img {
  width: 100%;
  height: 205px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 15px auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: #0088F9;
}
.page .blog-posts .blog-image-text {
  width: 100%;
  transform: translateY(3px);
}
.page .blog-posts .blog-image-text::before {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  width: 4px;
  background: rgba(24, 59, 86, 0.7411764706);
  border-radius: 12px;
}
.page .blog-posts .blog-image-text h1 {
  transform: translateX(20px);
  font-size: 22px;
  font-weight: 600;
}
.page .blog-posts .blog-image-text p {
  transform: translateX(20px);
  font-size: 16px;
  letter-spacing: 0.2px;
  opacity: 0.8;
  box-sizing: border-box;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  height: auto;
  line-height: 27px;
  width: auto;
  padding-right: 10px;
}
.page .blog-posts .blog-image-text p:nth-child(3) {
  font-size: 13px;
  transform: translateY(-12px) translateX(20px);
}

@media only screen and (min-device-width: 1145px) {
  .blog-posts {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1295px;
    position: relative;
    margin-inline: auto;
  }
  .blog-posts .post {
    border-bottom: none;
    flex: 1 0 33%; /* explanation below */
    transition: 0.3s;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: none !important;
    margin-bottom: 35px;
    max-width: 431px !important;
    min-height: 375px !important;
    position: relative;
  }
  .blog-posts .post:hover .blog-image img {
    filter: brightness(70%);
  }
  .blog-posts .blog-card {
    margin-inline: 30px;
    flex: 1 0 33%; /* explanation below */
  }
  .blog-posts .blog-image {
    position: relative;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 6px;
    width: 100%;
  }
  .blog-posts .blog-image img {
    transition: 0.2s;
    width: 100%;
    height: 230px !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 6px;
    filter: brightness(94%);
    margin: 15px auto;
    background: #0088F9;
  }
  .blog-posts .blog-image-text {
    width: 100%;
    transform: translateY(3px);
  }
  .blog-posts .blog-image-text::before {
    content: "";
    display: block;
    position: absolute;
    height: 28px;
    width: 4px;
    background: rgba(24, 59, 86, 0.7411764706);
    border-radius: 12px;
  }
  .blog-posts .blog-image-text h1 {
    transform: translateX(20px);
    font-size: 25px !important;
    font-weight: 600;
  }
  .blog-posts .blog-image-text p {
    transform: translateX(20px);
    font-size: 17px !important;
    letter-spacing: 0.2px;
    opacity: 0.8;
    box-sizing: border-box;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    height: auto;
    line-height: 27px;
    width: auto;
    padding-right: 10px;
  }
  .blog-posts .blog-image-text p:nth-child(3) {
    font-size: 14px !important;
    transform: translateY(-12px) translateX(20px);
  }
}/*# sourceMappingURL=blog.css.map */