.process{font-family:poppins !important;width:100%;padding:0;text-align:center}.process__item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;position:relative;padding:25px 15px;transition:.4s ease-in-out;margin:5px}.process__item:hover{background:#fcbbe0}.process__item:hover .process__number{transform:translateY(5px);color:#fff}.process__number{font-size:20px;width:20%;height:7%;background:#11998e;border-radius:50%;padding:15px;-webkit-text-stroke:1px #11998e;display:block;color:#fff;font-family:"poppins";font-weight:700;transition:.4s ease-in-out}.process__title{display:block;font-family:"poppins" !important;font-weight:600;font-size:20px;color:#000;line-height:40px;margin-top:10px}.process__subtitle{display:block;font-family:"poppins";font-size:14px;color:#000;text-align:justify;margin-top:10px;line-height:2}@media (min-width:768px){.process{display:inline-block}.process__item{width:49%;display:inline-block}
}@media (min-width:1200px){.process{display:flex;flex-direction:row;justify-content:space-between}.process__item{width:100%}.process__item:not(:last-of-type):after{content:"";width:1px;height:75%;background:#8c8c8c;position:absolute;right:0;top:50%;opacity:.2;transform:translateY(-50%)}}