@import url('../product.css');

.section h4 {line-height:1.5}
.section .item i {font-size:70px;line-height:70px;color:#4EB1F4}
.section:nth-child(5) .item p {margin-top:20px}
.section:nth-child(5) .title {margin-bottom:80px}
@media (max-width:767px) {
    .banner {background-position:30% center}
    .section {padding:50px 0}
    .section img {display:block}
}
@media (max-width:991px) {
    .section h4 {font-size:18px}
    .section p {font-size:12px}
}
@media (min-width:768px) {
    .section {padding:50px 0}
    .section .text-wrap {margin-top:60px}
    .section p {font-size:12px;line-height:1.6}
    .section .row > div {padding-left:20px;padding-right:20px}
}
@media (min-width:992px) {
    .section {padding:70px 0}
    .section .text-wrap {margin-top:80px}
    .section p {font-size:16px}
    .section .row > div {padding-left:30px;padding-right:30px}
}
@media (min-width:1200px) {
    .section {padding:90px 0}
    .section .container {width:1100px}
    .section .text-wrap {margin-top:80px}
    .section p {font-size:16px}
    .section .row > div {padding-left:50px;padding-right:50px}
    .section:nth-child(1) .text-wrap {padding-top:1px}
}