/*--------------------[ MAIN ]------------------*/
.main{position: relative; width:100%; height:300px; background:url(/images/earlylms/terms.svg) #35a04d; background-size: 100px;}
.main h2 {margin-bottom: 20px; font-weight: bold; color:#fff; text-align: center; color:#fff; line-height: 300px;}

/*--------------------[ SECTION_1 ]------------------*/
.section_1{width:100%; height:100%; padding-bottom: 100px; background:#f5faf6;}
.section_1 .container {padding-top:50px;  max-width: 900px; margin:0 auto;}
.section_1 .txt1 {display: block;}
.section_1 .txt1 p {color:#000;}
.section_1 .txt1 .sub_txt {font-weight: 100; padding-top:20px; line-height: 160%;}

/*--------------------[ MEDIA QUERY ]------------------*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .section_1 .container {max-width: 100%; padding:10px;}
}

@media only screen and (min-device-width : 667px) and (max-device-height : 414px){
    .main{height: 200px;}
.main h2 {line-height: 200px;}