.widget-main-include.template-feedback .widget-container {
    background-color: #fbfbfb;
    border-radius: 10px;
}
.widget-main-include.template-feedback .widget-header {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
}
.widget-main-include.template-feedback .widget-description {
    font-size: 16px;
    line-height: 23px;
    color: #8e949d;
    margin-top: 10px;
}
.widget-main-include.template-feedback .widget-picture {
    padding: 20px;
}
.widget-main-include.template-feedback .widget-person-name {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}
.widget-main-include.template-feedback .widget-person-position {
    font-size: 14px;
    line-height: 20px;
    color: #8e949d;
}
.widget-main-include.template-feedback .widget-buttons {
    text-align: center;
    margin-top: 10px;
}
.widget-main-include.template-feedback .widget-buttons-variant {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #8e949d;
    padding-left: 20px;
    padding-right: 20px;
}
.widget-main-include.template-feedback .widget-buttons .marquiz__button,
.widget-main-include.template-feedback .widget-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 25px;
    transition: box-shadow 0.4s;
}
.widget-main-include.template-feedback .widget-button {
    color: #FFF;
    background-color: #c60662;
    cursor: pointer;
    border-radius: 25px;
}
.widget-main-include.template-feedback .widget-buttons .marquiz__button:hover,
.widget-main-include.template-feedback .widget-button:hover {
    box-shadow: 0 6px 18px 0 rgba(198, 6, 98, 0.42);
}
@media all and (max-width: 1024px) {
    .widget-main-include.template-feedback .widget-container {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 0;
    }
    .widget-main-include.template-feedback .widget-header,
    .widget-main-include.template-feedback .widget-description,
    .widget-main-include.template-feedback .widget-picture,
    .widget-main-include.template-feedback .widget-person {
        text-align: center;
    }
    .widget-main-include.template-feedback .widget-buttons > div {
        justify-content: center;
    }
}
@media all and (max-width: 768px) {
    .widget-main-include.template-feedback .widget-buttons {
        margin-top: 20px;
    }
    .widget-main-include.template-feedback .widget-buttons-variant {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 500px) {
    .widget-main-include.template-feedback .widget-buttons .marquiz__button,
    .widget-main-include.template-feedback .widget-button {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 15px;
    }
}
