.navbar {
    padding: 0px 0px 0px 0px;
}

.logo {}

.logo img {
    width: 300px;
}

.service-item img {
    width: 100%;
}

.read_more {
    background-color: #ffb400;
    display: inline-block;
    padding: 10px 20px;
    margin: 22px 0px 0px 0px;
}

.read_more:hover {
    background-color: #46200b;
}

.read_more p {}

.read_more a {
    color: #fff;
}

.read_more a:hover {
    color: #fff;
}

.section_terms span {
    color: #ffb400;
}

.section_terms h1 {
    font-size: 30px;
    padding: 10px 0px;
}

.section_terms h2 {
    font-size: 25px;
    padding: 10px 0px;
}

.section_terms p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 25px;
    padding: 5px 0px;
}

.section_terms li {}

.unsub_text label {
    width: 100%;
}

.unsub_text input {
    float: left;
    width: 10px;
    height: 10px;
    margin: 6px 8px 0px 0px;
}

.unsub_text p {}