.warning-message {
    background: #B5AE7B;
    border-bottom: 1px solid #B5AE7B;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

.warning-message p {
    font-weight: bold;
}

.testimonials-wrapper ul li {
    list-style: none;
}

.testimonials-wrapper ul li > .testimonial-box {
    border: 6px solid #f4f4f4;
    padding: 30px;
}