.advantages{background-color:#fff;flex-wrap:wrap;justify-content:space-around;align-items:start;padding:4rem 1rem 2rem;display:flex}@media only screen and (width<=800px){.advantages{padding:3rem 1rem 1rem}}.advantages .item{flex-direction:column;justify-content:start;align-items:center;width:25%;min-width:10rem;margin-bottom:2rem;padding:0 1rem;display:flex}@media only screen and (width<=800px){.advantages .item{width:40%}}.advantages .item .circle{color:#00bf63;background-color:#00bf6326;border-radius:100%;justify-content:center;align-items:center;width:10rem;height:10rem;margin-bottom:1rem;padding:1rem;display:flex}.advantages .item .circle img{width:80%}.advantages .item .title{text-wrap:wrap;text-align:center;width:14rem;font-weight:700}.advantages .item .description{text-wrap:wrap;text-align:center;max-width:16rem;font-size:.9rem}@media only screen and (width<=600px){.advantages .item .description{width:14rem}}@media only screen and (width<=800px){.advantages .item .description{font-size:.9rem}}