    #WidgetId {
    position: relative;
    }
    h3 {
        text-align: center;
        font-family: 'TildaSans',Arial,sans-serif;
        font-size: 32px;
        font-weight: 400;
        color: #000000;
        margin: 20px 0;
        text-transform: uppercase;
    }
    .reviews {
        width:560px;
        height:800px;
        overflow:hidden;
        position:relative;
        margin: 0 auto;}
        .t983 .t-section__topwrapper {
            margin-bottom: 45px;
        }
        
@media (max-width: 580px) {
  .reviews {
    width:360px;
  }
}