﻿
.cslabel {
    color: #ac3b35;
    font-weight: bold;
}

.cs-container {
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
}

.cs-quotebox {
    background-color: rgb(209, 205, 189);
    width: 600px;
    padding: 10px;
    font-weight: bold;
    margin: 4px;
}

.cs-quotebox2 {
    background-color: #ac3b35;
    padding: 10px;
    font-weight: bold;
    margin: 4px;
    color: white;
}

h2,
h1 {
    font-weight: bold;
}

.testimonialHeader {
    color: white;
    font-size: x-large;
    text-align: left;
    padding: 10px;
}

.testimonialBox {
    background-color: #ac3b35;
    width: 100%;
}

    .testimonialBox table {
        background-color: #ac3b35;
    }


.cs-content p{
    margin-bottom:30px;
}