.col .steps{box-shadow:var(--box_shadow);background:var(--pe_white);border-radius:var(--border_radius_5);position:relative;padding:70px 40px 55px;overflow:hidden}.col .steps *{text-align:left}.col .steps h3,.col .steps h4,.col .steps h5,.col .steps h6{margin-bottom:40px;position:relative}.col .steps:before{content:'';position:absolute;border-radius:var(--border_radius_5);height:13px;width:100%;top:0;left:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.steps-wrap{counter-reset:item}.steps-wrap .col .steps:after{content:counters(item,'.');counter-increment:item;position:absolute;top:13px;right:28px;padding:0 11px 5px;color:#fff;border-bottom-right-radius:50%;border-bottom-left-radius:50%;font-size:18px;font-family:'latobold'}.steps-wrap>div:nth-child(1) .steps:before,.steps-wrap>div:nth-child(1) .steps:after{background:var(--pe_teal)}.steps-wrap>div:nth-child(2) .steps:before,.steps-wrap>div:nth-child(2) .steps:after{background:var(--pe_blue)}.steps-wrap>div:nth-child(3) .steps:before,.steps-wrap>div:nth-child(3) .steps:after{background:var(--pe_deep_blue)}.steps-wrap>div:nth-child(1) .steps h3,.steps-wrap>div:nth-child(1) .steps h4,.steps-wrap>div:nth-child(1) .steps h5,.steps-wrap>div:nth-child(1) .steps h6{color:var(--pe_teal)}.steps-wrap>div:nth-child(2) .steps h3,.steps-wrap>div:nth-child(2) .steps h4,.steps-wrap>div:nth-child(2) .steps h5,.steps-wrap>div:nth-child(2) .steps h6{color:var(--pe_blue)}.steps-wrap>div:nth-child(3) .steps h3,.steps-wrap>div:nth-child(3) .steps h4,.steps-wrap>div:nth-child(3) .steps h5,.steps-wrap>div:nth-child(3) .steps h6{color:var(--pe_deep_blue)}@media (max-width: 991px){.col .steps{padding:35px 25px 25px;margin-bottom:40px}.steps-wrap .col:last-child .steps{margin-bottom:0}.steps-wrap .col .steps h3,.steps-wrap .col .steps h4,.steps-wrap .col .steps h5,.steps-wrap .col .steps h6{margin-bottom:35px}}@media (max-width: 575px){.steps-wrap .col .steps p,.steps-wrap .col .steps p a{font-size:16px}}