.two-cols-post-main{
  max-width:1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.two-cols-post{
  max-width: 470px;
  width: 100%;
}
.two-cols-post-img{
  display: flex;
}
.two-cols-post-img img{
  border-radius: 10px 10px 0 0;
  width:100%;
}
.two-cols-post-content{
  padding: 22px 10px 22px 21px; 
  border-radius: 0 0 10px 10px;
}
.two-cols-post-content h3{
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.02em;
/*   font-weight: 700; */
  margin: 0 0 10px;
}
.two-cols-post-content p{
  font-weight: 400;
  font-size: 18px !important;
  line-height: 25.2px;
  margin: 0;
}
@media (max-width: 991px){
  .two-cols-post {
    max-width: 358px;
  }
}
@media (max-width: 767px){
  .two-cols-post-main {
    flex-wrap: wrap;
  }
  .two-cols-post {
    max-width: 100%;
  }
  .two-cols-post:not(:last-child){
    margin-bottom: 30px;
  }
  .two-cols-post-img img{
    width: 100%;
  }