@media (max-width: 992px) {
  .blog-entry {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    margin-bottom: 150px;
    height: 530px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .blog-img {
    margin: auto;
    margin-top: -104px;

    position: inherit;
    box-shadow: none;
  }
  .blog-content {
    padding: 10px;
    /* padding-top: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 380px;
  }
  .blog-entry .blog-content span {
    text-align: center;
  }
  .section {
    padding-top: 6rem;
  }
}
