.contain-box-rh-mais{
    display: flex;
    box-sizing: border-box;
    margin-top:40px;
}

.box-rh-mais{
    width: 25%;
    background-color:#001D46;
    margin-right: 13px;
    padding: 29px 42px 28px 42px;
    color: #FFF;
    font: 400 18px/26px 'Lato-Regular-400';
    border-radius: 7px;
}
}

.box-rh-mais:last-child{
    margin-right: unset;
}

@media (max-width: 820px){
  
  .box-rh-mais {
      padding: 25px;
      height: auto;
  }
}

@media (max-width: 767px){
    .contain-box-rh-mais{
        flex-direction: column;
        padding: 0 20px;
        margin-top:15px;
    }
    .box-rh-mais{
        width: 100%;
        margin-right: unset;
    }     
}

@media (max-width: 567px){
  
  .contain-box-rh-mais {
    padding: unset;
  }

  .box-rh-mais {
      width: 100%;
      margin-bottom: 25px;
      box-sizing: border-box;
  }
}
