.advantages{display:grid;grid-template-columns:repeat(3,1fr)}
.advantages-title{margin:0;margin-bottom:4.2rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:3.6rem;line-height:112%;font-weight:300}
.advantages-item{border-bottom:1px solid #5e5e5e;border-right:1px solid #5e5e5e;padding-top:5.4rem;padding-bottom:6rem;padding-left:3.6rem;padding-right:3.6rem}
.advantages-item:nth-child(3n){border-right:none}
.advantages-item:nth-last-child(-n+3):nth-child(n+4){border-bottom:none}
.advantages-item-dot{display:block!important;margin-bottom:2.4rem;width:2.2rem;height:2.2rem;background-color:#008d9c;border-radius:50%}
.advantages-item-title{margin:0;margin-bottom:2.4rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:2.4rem;line-height:112%;font-weight:300;-moz-column-rule:#1f1f1f;column-rule:#1f1f1f}
.advantages-item-text{font-size:1.8rem;line-height:160%;font-weight:400;color:#7c7c7c}
@media screen and (max-width:990px){
.advantages{display:flex;flex-direction:column;gap:2rem}
.advantages-item{border-bottom:none;border-right:none;padding-top:unset;padding-bottom:unset;padding-left:unset;padding-right:unset}
}