.services{display:flex;justify-content:center;position:relative}.services__content{display:flex;flex-grow:1;gap:60px 40px;justify-content:space-evenly;padding:0 100px}@media screen and (max-width:1500px){.services__content{flex-wrap:wrap;max-width:1000px}.service-item{margin-top:0!important}}.service-item{box-sizing:border-box;color:#222;display:flex;flex-direction:column;gap:70px;height:max-content;padding-bottom:8px;position:relative;width:300px}.service-item:before{background-color:var(--primary-blue);bottom:0;content:"";left:0;position:absolute;top:75px;width:2px}.service-item:after{align-items:center;background-color:var(--primary-light-blue);border-radius:100%;color:var(--primary-blue);content:"";display:flex;font-size:12px;font-weight:700;height:30px;justify-content:center;left:-15px;position:absolute;top:60px;width:30px}.service-item:first-child{margin-top:30px}.service-item:nth-child(2){margin-top:100px}.service-item:nth-child(3){margin-top:0}.service-item:nth-child(4){margin-top:25px}.service-item:first-child:after{content:"01"}.service-item:nth-child(2):after{content:"02"}.service-item:nth-child(3):after{content:"03"}.service-item:nth-child(4):after{content:"04"}.service-item__icon{align-items:center;background:#fff;border-radius:100%;box-shadow:0 0 30px rgba(0,0,0,.06);display:flex;height:150px;justify-content:center;width:150px}.service-item__body{display:flex;flex-direction:column;gap:24px;padding-left:26px}.service-item__text{display:flex;flex-direction:column;gap:12px}.service-item__title{font-size:24px;font-weight:700}.service-item__description{color:#222;font-size:14px;line-height:150%}.service-item__description strong{color:var(--primary-blue);font-weight:inherit}.service-item__see-more{font-weight:700}.service-item__see-more-link,.service-item__see-more-link:focus,.service-item__see-more-link:hover{font:inherit;outline:none;text-decoration:underline}