@import url('https://fonts.googleapis.com/css?family=Amaranth:400,700|Pridi:300,400,500,600,700');
.about_us {
    min-height: 200px;
    background-image: url('../images/about_us.png');
    text-align: center;
    color: #fff;
    padding: 20px 0px;
    background-position: center;
    font-size: 20px;
    font-family: 'Amaranth', sans-serif;
}
.about_us h2 {
    font-size: 60px;
}
.about_data {
    min-height: 200px;
    background-image: url('../images/about_body_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.about_data h3 {
    text-align: center;
    color: #1b1c20;
    font-size: 34px;
}
.about_data h3 span {
    color: #4370b7;
    font-size: 34px;
}
.about_data p {
    font-size: 36px;
    font-weight: 300;
    padding: 40px 90px 40px 90px;
}
.data_bg {
    background-color: rgba(234, 235, 235, 0.89);
    padding: 30px 0px 50px 0px;
}
@media only screen and (max-width: 768px) {
    .about_data p {
        font-size: 24px;
        font-weight: 300;
        padding: 40px 20px 40px 20px;
    }
    .about_data {
        background-position: right;
    }
    .data_bg {
        padding: 30px 0px 10px 0px;
    }
    .about_us,
    .analytic_bnr {
        background-position: center;
    }
}
@media only screen and (max-width: 480px) {
    .about_us h2 {
        font-size: 48px;
    }
    .about_data p {
        font-size: 24px;
        font-weight: 300;
        padding: 40px 40px 0px 40px;
    }
}