@media (min-width: 768px) {
    .content-container, .faq-container {
        padding-top: 104px;
    }
}
.content-container .container {
    width: 100%;
    padding: 0;
}
.content-container header {
    font-family: 'Lato', sans-serif;
}
.content-container header h1 {
    margin: 73px auto 0;
    max-width: 782px;
    height: 50px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #fefefd;
    text-align: center;
}
.content-container header p {
    margin: 0 auto;
    max-width: 782px;
    height: 66px;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #fefefd;
}
.content-container h2 {
    margin: 58px auto 0;
    max-width: 466px;
    height: 71px;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #000;
}
.content-container h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.content-container p {
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000;
}
.content-container .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
    max-width: 946px;
}
.content-container .row_top {
    margin-top: 37px;
}
.content-container .section-left {
    width: 440px;
    float: left;
}
.content-container #features .section-left p {
    padding-left: 44px;
}

.content-container .section-right {
    width: 440px;
    float: right;
}
.content-container #features .section-right p {
    padding-left: 44px;
}
.content-container .img-box {
    float: left;
    margin-right: 20px;
}
.content-container body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.content-container html {
    background: #3a3c3e none !important;
}
.content-container a, .content-container a:hover {
    color: #2073d9;
    font-size: 16px;
    line-height: normal;
    text-decoration: underline;
}
@media screen and (min-width: 549px) and (max-width: 879px) {
    .content-container .container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .content-container header h1 {
        margin: 64px auto 0;
        max-width: 520px;
        font-size: 32px;
    }
    .content-container header p {
        max-width: 520px;
        font-size: 20px;
    }
    .content-container .section-left {
        width: 520px;
        float: none;
        margin-bottom: 34px;
    }
    .content-container .section-right {
        width: 520px;
        float: none;
    }
    .content-container .row {
        margin-bottom: 34px;
        max-width: 520px;
    }
}
@media screen and (max-width: 548px) {
    .content-container header h1 {
        margin: 64px auto 31px;
        max-width: 303px;
        font-size: 24px;
        line-height: normal;
    }
    .content-container header p {
        max-width: 303px;
        height: 71px;
        font-size: 14px;
    }
    .content-container h2 {
        max-width: 303px;
        margin: 30px auto 0;
        height: 33px;
        font-size: 24px;
        text-align: left;
    }
    .content-container .row {
        margin-bottom: 34px;
        max-width: 303px;
    }
    .content-container .row_top {
        margin-top: 34px;
    }
    .content-container .section-left {
        width: 303px;
        float: none;
        margin-bottom: 34px;
    }
    .content-container .section-right {
        width: 303px;
        float: none;
    }
    .content-container p {
        font-size: 14px;
    }
    .content-container a, .content-container a:hover {
        font-size: 14px;
    }
    .content-container .img-box {
        margin: 0 20px 80px 0;
    }
}

.faq-container .faq-header {
    background-color: #fafafc;
    padding-bottom: 50px;
}
.faq-container .faq-header h1 {
    margin-top: 50px;
}
.faq-container .faq-header p {
    font-size: 16px;
}
.faq-container .faq-question, .faq-answer{
    background-color: #fff;
}

.faq-container .faq-question ul{
    margin-left: -24px;
}

.faq-container .faq-question li{
    color: #0e71eb;
    margin-top: 32px;
    font-size: 16px;
}

.faq-container .faq-answer{
    padding-bottom: 50px;
}

.faq-container .faq-answer-container{
    padding-top: 50px;
}

.faq-container .faq-answer h2 {
    font-size: 24px;
    font-weight: bold;
}
.faq-container .faq-answer p {
    font-size: 16px;
}
.faq-container .faq-answer a {
    text-decoration: underline;
}

.faq-container .faq-answer table,th,td{
    border: 1px solid #828282;
    padding: 12px !important;
}
.faq-container .faq-answer th{
    font-size: 16px;
    font-weight: bold;
    background-color: #E5E5E5;
}
.faq-container .faq-answer tr{
    height: 80px;
}
.faq-container .faq-answer tr td:first-of-type{
    width: 280px;
}
.faq-container .faq-answer tr td:nth-of-type(2){
    width: 140px;
}
.faq-container .faq-answer tr td:nth-of-type(3){
    width: 140px;
}
