.hero-section6-cm{
text-align: center;
padding: 107px 0px 136px;
}
.hero-section6-cm .heading-wrap{
max-width:1028px;
margin:0 auto;
}
.hero-section6-cm .description {
margin:35px 0px 76px;
}
.home-section6-flex {
display: flex;
flex-wrap: wrap;
}
.home-section6-list {
width: 20%;
padding: 0px 10px;
}
.home-section6-list h3{
font-size: 63px;
font-weight: 700;
letter-spacing: -0.96px;
line-height: 43px;
}
@media(max-width:1200px){
.home-section6-flex{
justify-content: center;  
}
.home-section6-list{
width: 33%; 
margin-bottom:20px;
}
.hero-section6-cm {
padding: 97px 0 76px;
}
}
@media(max-width:1024px){
.hero-section6-cm {
padding: 70px 0 60px;

}
@media (max-width: 767px){
.hero-section6-cm {
padding: 54px 0 46px;
}
.hero-section6-cm .heading-wrap {
text-align: center;
}
.hero-section6-cm .description {
margin: 25px 0 50px;
}
.home-section6-flex {
display: block;
}
.home-section6-list {
width: 100%;
padding:0px;
text-align:center;
margin-bottom: 33px;
}
.home-section6-list h3{
font-size: 37px;
letter-spacing: -0.82px;
line-height: 43px;
margin-bottom: 12px;
}
}