  .post-cat {
    font-size: 1.5rem;
    line-height: 1.2rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
  }
  .post-cat > a {
    display: inline-block;
    width: 100%;
    color: #BB8D39;
  } 
  .post-style{
    width: calc(100%);
    margin-bottom: 2rem;
  }
  .post-style.rev .post-img {
    order: 1;
    padding: 0 0 0 5rem;
    /* margin-left: 5%; */
  }
  .post-info {
    padding: 2.8125rem;
    flex: 0 0 50%;
    min-width: 30%;
    margin: 3.75rem 0 2.5rem;
    align-items: center;
    justify-content: center;
  }
  .post-info > p{
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 150%;
    color: #000000;
    margin-top: 2rem;
  }
  .post__title{
    font-weight: 800;
    font-size: 3.3rem;
    width: 453px;
    text-transform: uppercase;
    color: #102D40;
  }
  .sub__title{
    width: 675px;
    margin-top: 5rem;
    margin: 3.75rem 0 2.5rem;
  }
  .post-img {
    max-width: 45%;
    padding-right: 3rem;
    margin-top: 5rem;
  }
  .post-info > span{
      width: 6rem;
      height: 0.6rem;
      margin-bottom: 0.4rem;
  }

  .post__btn{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;    
    text-align: center;
    text-transform: uppercase;
    top: .8rem;
    color: #102D40;
    border: 1px solid #102D40;
    box-sizing: border-box;    
    padding: 1.8rem;
    top: 3rem;
}
.post__btn:hover{
    color: #102D40;
    background-color: #f9f9f9;
}
.bck__casal{
  width: 74px;
  height: 280px;
  background-color: #BB8D39;
  position: absolute;
  margin-top: -5rem;
  margin-left: -35px;
}