#contact .btn {
    border-radius: 8px;
    background-color: #ffae00;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    height: auto;
    border: none;
    font-family: Open Sans;
    color: #262424;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 47px;
    padding: 15px;
    float: right;
    opacity: 1;
}
.report-message-writus {
    width: 100%;
    padding: 40px;
    background-color: #fff;
}