.five-card-container{display:flex;justify-content:space-evenly;position:relative}.line-dotted{border:3px #e5e9f2;border-top-style:dotted;height:1px;margin:auto;position:absolute;top:70px;width:80%;z-index:-10}.five-card{background-color:#ead;flex:0 0 20%}.five-card-img,.five-card-text{align-self:center;padding:10px 20px}.five-card-img{background-color:#fff;border:2px solid #e5e9f2;border-radius:50%;display:flex;height:140px;justify-content:center;margin:auto;width:140px}.five-card-img img{height:7px;width:75px}.five-card-text{margin-top:30px}@media(max-width:1024px){.five-card-img{height:90px;width:90px}.five-card-img img{height:60px;width:60px}.line-dotted{top:45px}}@media(max-width:600px){.five-card-container{align-items:center;flex-direction:column}.five-card{display:flex;width:80%}.five-card-text{width:80%}.line-dotted{border-style:none dotted none none;height:80%;left:20%;top:70px;width:1px}}