.blog_content .post_date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 3px 0 0 rgb(12 0 46 / 6%);
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  right: 50px;
  top: -40px;
  background: #fff;
}

.blog_content {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(12 0 46 / 6%);
  padding: 30px 47px 42px 50px !important;
  position: relative;
  border-radius: 12px !important;
}

.blog_content .post_date h2 {
  margin-bottom: 0;
  color: #007DFF;
  padding-top: 5px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .blog_content {
    padding: 65px 5vw 10vw !important;
  }
}