.advantages-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px 60px;position:relative}.advantages-list:after,.advantages-list:before{background-color:#e3e3e3;content:"";display:none;height:100%;left:50%;position:absolute;top:0;width:1px}@media screen and (min-width:1024px){.advantages-list:after,.advantages-list:before{display:block}}.advantages-list:after{left:-30px}.advantages-list__item{display:flex;flex-direction:column;max-width:100%;position:relative;width:100%}@media screen and (min-width:1024px){.advantages-list__item{max-width:calc(50% - 30px);padding-right:30px}}.advantages-list__item__triangle{border-color:transparent transparent transparent #bfdf26;border-style:solid;border-width:5px 0 5px 10px;height:0;left:-16px;position:absolute;top:6px;width:0}@media screen and (min-width:1024px){.advantages-list__item__triangle{border-width:10px 0 10px 20px;left:-30px;top:1px}}.advantages-list__item__content strong{display:block;margin-bottom:10px}.advantages-list__item__content p{color:#636363;display:block;margin-bottom:0}