.achieve-section
{
  font-family: Helvetica;
  font-size: 4rem;
  width: 100%;
  height: 110vh;
  /* background-color: black; */
  color: white;
  text-align: center;
  /* background-image: url("../res/achievePreview.png"); */
  background-size: cover;
}

.post-section{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.post{
  width: 30%;
  height: 585px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}

.profile-section{
  display: flex;
  align-items: center;
  margin: 5px;
  color: black;
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.profile-section img{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-top: 5px;
  padding: 2px;
  border: 2px solid red;
  margin-right: 5px;
}

.time{
  font-weight: lighter;
  margin-left: 50%;
  font-size: 0.65rem;
  color: gray;
}

.post-options{
  color: red;
  font-size: 1.5rem;
  text-align: left;
  margin-left: 5px;
  margin-top: 5px;
}

.image-section{
  display: flex;
  height: 80%;
  width: 100%;
  /* background-color: red; */
  /* background-image: url("../res/achieve2.png"); */
  background-size: cover;
}

.post1{
  background-image: url("../res/Achievement/achieve4.png");
}

.post2{
  background-image: url("../res/Achievement/achieve1.jpeg");
}

.post3{
  background-image: url("../res/Achievement/achieve2.png");
}

@media only screen and (max-width: 600px){
  .post-section{
    flex-direction: column;
  }
}