.simple_pointed_list{display:flex;justify-content:center;align-items:flex-start;grid-gap:40px;position:relative}
@media (max-width:1601px){
.simple_pointed_list{grid-gap:32px}
}
@media (max-width:1201px){
.simple_pointed_list{grid-gap:28px}
}
@media (max-width:801px){
.simple_pointed_list{grid-gap:20px}
}
@media (max-width:1001px){
.simple_pointed_list{flex-direction:column}
}
.simple_pointed_list .list_elem{max-width:204px;position:relative}
@media (max-width:1001px){
.simple_pointed_list .list_elem{max-width:initial;display:flex;align-items:center;grid-gap:24px}
}
@media (max-width:1001px) and (max-width:1601px){
.simple_pointed_list .list_elem{grid-gap:20px}
}
@media (max-width:1001px) and (max-width:1401px){
.simple_pointed_list .list_elem{grid-gap:18px}
}
@media (max-width:1001px) and (max-width:801px){
.simple_pointed_list .list_elem{grid-gap:16px}
}
.simple_pointed_list .list_elem:first-child:before{content:'';position:absolute;display:block;position:absolute;top:10px;width:480%;height:4px;left:50%;background:linear-gradient(90deg,#7686b7 0,#91c487 100%);max-width:initial}
@media (max-width:1601px){
.simple_pointed_list .list_elem:first-child:before{width:460%}
}
@media (max-width:1401px){
.simple_pointed_list .list_elem:first-child:before{width:450%}
}
@media (max-width:1201px){
.simple_pointed_list .list_elem:first-child:before{width:460%}
}
@media (max-width:1001px){
.simple_pointed_list .list_elem:first-child:before{width:2px;height:220px;left:7px}
}
@media (max-width:801px){
.simple_pointed_list .list_elem:first-child:before{height:160px}
}
@media (max-width:601px){
.simple_pointed_list .list_elem:first-child:before{left:5px}
}
.simple_pointed_list .point{position:relative;width:24px;min-width:24px;height:24px;border-radius:50%;background:linear-gradient(90deg,#7686b7 0,#91c487 100%);margin:0 auto;margin-bottom:24px}
@media (max-width:1001px){
.simple_pointed_list .point{width:16px}
}
@media (max-width:601px){
.simple_pointed_list .point{width:12px}
}
@media (max-width:1001px){
.simple_pointed_list .point{min-width:16px}
}
@media (max-width:601px){
.simple_pointed_list .point{min-width:12px}
}
@media (max-width:1001px){
.simple_pointed_list .point{height:16px}
}
@media (max-width:601px){
.simple_pointed_list .point{height:12px}
}
@media (max-width:1601px){
.simple_pointed_list .point{margin-bottom:20px}
}
@media (max-width:1401px){
.simple_pointed_list .point{margin-bottom:18px}
}
@media (max-width:801px){
.simple_pointed_list .point{margin-bottom:16px}
}
@media (max-width:1001px){
.simple_pointed_list .point{max-width:initial;margin-bottom:0!important}
}