﻿.first_module{
    width:100%;
    height:auto;
    /*background:#00ff90;*/
    margin-top:20px;
}
.first_module_left{
    float:left;
    width:65%;
    height:200px;
    /*background:#ff0000;*/
}
.first_module_right {
    float: left;
    width: 35%;
    height: 200px;
    /*background: #2361f6;*/
    text-align:center;
}
.first_module_left p{
    font-family:'Proxima Nova';
    font-size:18px;
    line-height:40px;
    padding:20px 10px;
}
.first_module_right img{
  
    width:210px;
    height:210px;
}
.second_module {
    width: 100%;
    height: auto;
    clear:both;
}
    .second_module p {
        font-family: 'Proxima Nova';
        font-size: 18px;
        line-height: 40px;
        padding: 10px 10px;
    }
.third_module {
    width: 100%;
    height: auto;
    clear: both;
}
    .third_module p {
        font-family: 'Proxima Nova';
        font-size: 18px;
        line-height: 40px;
        padding: 10px 10px;
    }
.fourth_module {
    width: 100%;
    height: auto;
    clear: both;
}
    .fourth_module p {
        font-family: 'Proxima Nova';
        font-size: 18px;
        line-height: 40px;
        padding: 10px 10px;
    }
.fifth_second {
    width: 100%;
    height: auto;
    text-align:center;
    clear: both;
}