a.manual-posts {
  border: 2px solid #f44e48;
  font-family: REM, sans-serif;
  text-decoration: none;
  color: #151A1B;
      display: flex;
    flex-direction: column;
    flex: 33%;
}

.image-container {
  display:inline-block;
  height: 250px;
  width: 100%;
}

.image-container img {
    width: 100%;
    height: 250px!important;
    object-fit: cover;
    opacity: 0.8;
    transition: .33s opacity ease-in-out;

}

.manual-flex {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.manual-content {
    padding: 30px;
    text-align: center;
      display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 900px) {
  .manual-flex {
    flex-direction: column;
  }
  
  a.manual-posts {
     flex: 100%;
  }
}

.manual-content h2 {
    font-size: 20px;
    font-weight: 900;
    padding:0;
  margin: 0;
   line-height: 1.1;
}

.manual-content p {
   padding:0;
  margin: 0;
  line-height: 1.5;
    font-size: 16px;
}
  

.post-date {
  font-weight: 600;
  color: #606060;
  font-size: 14px;
}

.post-description {
  color: #222222;
  font-size: 18px;
  font-weight: 300;
}

.read-more-btn {
  display: block;
  font-size: 14px;
  width: fit-content;
  margin: auto;
  color: #fff;
  background-image: linear-gradient(75deg, #FD6E16, #F24456, #EE4161, #D5279E) !important;
 background-color: rgba(255, 255, 255, .0);
 padding: 17px 30px;
  border-radius: 100px;
  font-weight: 800;
  opacity: 0.9;
    transition: .33s opacity ease-in-out;

}


}
