.container{max-width:117rem;margin:0 auto;padding:0 15px;margin-bottom:35px}
.sec-head{padding-bottom:40px}
.sec-head .sec-title{font-family:"Poppins-Light";font-size:2.3rem;line-height:1.33;color:#252525;font-weight:200;position:relative}
.sec-cont .img-wrap{width:100%;margin-bottom:4.2rem}
.desc-listing .list{counter-reset:my-sec-counter;display:flex;flex-wrap:wrap;align-items:baseline}
.desc-listing .list .lis-items{width:33.33%;padding:0 2.1rem;margin-bottom:2.1rem;position:relative}
.desc-listing .list .lis-items:before{counter-increment:my-sec-counter;content:counter(my-sec-counter);background-color:#f58228;width:25px;height:25px;border-radius:50%;font-size:10px;padding:4px .2rem;display:inline-block;text-align:center;line-height:1.2rem;color:#fff;position:absolute;top:2px;left:0}
.desc-listing .list .lis-items .title{line-height:1.7rem;font-weight:600;margin-bottom:1rem;text-transform:capitalize;color:#000}
.lis-items b{font-weight:700}
.desc-listing .list .lis-items p{margin-bottom:1rem;line-height:1.8rem;font-size:1rem;font-family:"Poppins-Light";font-weight:500}
.bd-section{margin-bottom:2rem}
@media only screen and (max-width:768px){.container{padding:0}
.sec-head .sec-title{font-size:1.5rem}
.desc-listing .list .lis-items{width:100%;padding-right:0;margin-bottom:1rem}
.desc-listing .list .lis-items .title{margin-bottom:8px;font-size:15px}
.desc-listing .list .lis-items p{margin-bottom:1rem;line-height:1.6rem;font-size:14px}
}
@media only screen and (min-width:768px) and (max-width:1200px){.desc-listing .list .lis-items{width:100%;margin-bottom:1rem}
}