/* #container-news {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.title-post{
    font-weight: 700;
    font-size: 18px;
    padding-right: 0.4rem;
}
.title-post a:hover{
  color: #262573 !important;
}
.continer-post-index img{
    height: 19rem;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    margin: auto;
}
#container-news .btn{
    border-radius: 25px;
      border: 1px solid #3BD8AD;
      color: #3BD8AD;
      font-family: Somar;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 0.5rem 2.5rem;
  }

  .img-new{
    height: 19.5rem
}
.container-footer-news{
    margin-top: 1rem;
} */

.posts-container {
    /*padding: 0 64px;*/
    /* background-color: #FFF; */
    padding-bottom: 64px;
    padding-top:4rem ;
    background:#FFF;
}
.row-post-parent{
    justify-content:space-between;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .row-post-parent{
    justify-content: center;
    }
}

.card-post {
    /*width: 400px;*/
        width: 32.9%;
}
.container-single-post img{
        border-radius: 12px;
}
.container-single-post .card-body{
    padding:1rem 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .card-post{
        width: 100%;
    }
}
.card-post>div{
    /* width: 20rem; */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .card-post>div{
        width: 100%;
    }
}

.raha-post {
    right: 1%;
    font-size: 32px;
    color: #101426;
     top:-9px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .raha-post {
    font-size: 22px;
}
}
.more-post a{
     font-size: 22px;
    color: #00D1BD;
    text-decoration: none;
    
}
.more-title-section {
    margin-bottom: 23px;
}
.option-details-post{
    /*margin-top: 10px;*/
}

.tag-post {
    right: 2%;
    top: 0%;
    background: rgba(59, 216, 173, 0.30);
    padding: 2px 6px;

}
[lang="en"] .tag-post{
     left: 2%;
      right: unset;;
}

.title-post {
    text-align: end;
}
.title-post p{
color: #101426;
font-size: 18px;
}