.survey-wrapper {

    justify-content: center;
    display: flex;
}

.survey {
    max-width: 800px;
    margin: 0px;
    padding: 20px;

}


.survey-img
{
    margin-top: 10px;
    border-radius: 5px;
}

@media (min-width: 767.98px) {
  .pricing-table th:first-child,
  .pricing-table td:first-child {
    width: 225px; 
    white-space: nowrap;
  }

.survey {
     border: 1px solid rgb(218, 218, 218);
    box-shadow: 0px 0px 2px 1px rgb(230, 230, 230);
        border-radius: 5px;
            margin: 50px;
    padding: 20px;
  }

}

