.single_post_container{

  .cover img{
    border-radius: 6vw 1vw 1vw 1vw;
    width:100% ;
    height: 100%;
    aspect-ratio: 1662/768;
    object-fit: cover;
  }
  .post{
    padding-top: 6rem;
    padding-bottom: 6rem;

    .post_header{
      h1{

      }

      p{
        padding-top: 2rem;
        color: #8B939C;
      }
    }
    .post_content{

      img{
        border: 1vw;
      }
    }
  }
  .other_post{
    padding-bottom: 5rem;

    h2{
      font-size: 3rem;
      text-align: center;
      padding-bottom: 2rem;
    }
  }

}
