.sugestii_reclamatii .center-wrapper {
    width: 82%;
}
.sugestii_reclamatii .form-group .btn-center{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.upper-description-bar {
    background-color: #ebebeb;
}
.title span{
    display: inline-block !important;
    min-width: 170px;
}
.newCnt-gridDown {
    width: 290px;
}
.info {
    padding-left: 50px;
}
@media(max-width: 1140px) {
    .sugestii_reclamatii .center-wrapper{
        width: 75%!important;
    }
}
@media(max-width: 992px) {
    .sugestii_reclamatii .center-wrapper{
        width: 100%!important;
    }
}
@media(max-width: 768px) {
    .sugestii_reclamatii .newCnt-gridDown{
        margin: 0 auto;
        width: 276px!important;
    }
    .sugestii_reclamatii   .contact-information{
        display: flex;
    }
}
@media(max-width: 480px) {
    .sugestii_reclamatii .center-wrapper{
        width: 100%!important;
    }
    .sugestii_reclamatii .info{
        padding: 0!important;
        padding-left: 50px;
    }
    .sugestii_reclamatii .contact-information .newCnt-gridDown{
        margin: 0 auto;
        width: 100%!important;
    }
}