.feedback-root {
    position: relative;
    display: flex;
    flex-direction: column;

    height: auto;
    width: calc(100% - 37rem);
    margin: 2rem 25rem 1rem 12rem;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .feedback-root {
        width: calc(100% - 2rem);
        margin: 2rem 1rem 1rem 1rem;
    }
}