﻿body {
    background: #fafafa;
}

.midAll img {
    width: 100%;
}

.content {
    padding: 0 20px;
}

    .content p {
        text-align: center;
        font-family: LatoBold;
        font-size: 21px;
        color: #f15a5a;
    }

    .content span {
        font-family: math;
        font-size: 17px;
        color: #263238;
    }

.business {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 30px;
    color: #546e7a;
    margin: 20px 0;
    font-size: 15px;
    font-family: LatoRegular;
}

    .business p {
        margin: 5px 0;
    }
