.cantodireitoWidgets {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto 0px;
    padding: 10px;
}

.info-box { 
    color: #707b81;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    width: 200px;
    padding: 5px 0px;
    margin: 15px 5px;
    border-radius: 15px;
    border: 1px solid #3333331f;
}

.cantodireitoWidgets .info-box:first-child {
    margin-top: 5px;
}

.info-box h5 {
    border-bottom: 1px solid #eee;
    margin: 5px;
}