* {
    margin: 0;
    padding: 0
    }
.book-right {
    font-family: "Oswald", sans-serif;
    color: #555;
    margin: 35px auto 25px;
    max-width: 1000px
    }
h1 {
    color: #5e881a;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px
    }
h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px
    }
h3 {
    color: #C0101E;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px
    }
h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px
    }
hr {
    border: none;
    border-top: 5px solid #e3e3e1;
    margin: 25px auto;
    width: 80%
    }
.features {
    overflow: hidden
    }
.feature {
    float: left;
    width: 28.3%;
    margin: 25px 2.5%;
    font-size: 15px
    }
.feature p, .feature ul {
    font-size: 13px;
    font-family: sans-serif
    }
.feature img {
    display: block;
    float: right;
    margin: -20px 0 0 10px
    }
.feature a {
    color: #999;
    text-decoration: none
    }
@media screen and (max-width: 800px) {
    .feature {
        float: none;
        width: auto;
        margin: 25px;
        border-bottom: 1px solid #e3e3e1;
        padding-bottom: 25px
        }
    }