.df-process-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-evenly}.df-step{border:3px solid #304b9a;border-radius:2px;margin-bottom:40px;padding:20px;position:relative;width:22%}.df-step:hover .number{background:#304b9a}.df-step:hover{box-shadow:0 11px 30px rgba(154,161,177,.2)}.df-step .number{background-color:#e668a4;border-radius:20px;color:#fff;left:-20px;padding:9px;position:absolute;text-align:center;top:-20px;width:40px}.df-step .df-step-title{font-size:20px;font-weight:700;text-decoration:none}.df-step .icon{background-color:#fff;border-radius:0;bottom:-9px;padding:10px;position:absolute;right:-20px}@media only screen and (max-width:600px){.df-process-wrapper{display:inline-block}.df-step{width:100%}}