.services{padding-bottom:50px;padding-top:50px}.services__subheading{font-size:18px;font-weight:500;letter-spacing:.5px;line-height:1.6;margin-bottom:15px}.services__heading{font-weight:700;margin-bottom:20px;max-width:800px}.services__listing{border-top:2px solid #000}.services__item{border-bottom:1px solid #3f3f3f;color:inherit;display:flex;flex-wrap:wrap;gap:15px;padding-bottom:20px;padding-top:20px;position:relative;text-decoration:none}.services__number{color:var(--font-color-secondary);font-size:26px;width:100%}.services__title{font-size:24px;font-weight:500;line-height:1.2;width:100%}.services__description{font-weight:300;line-height:1.7;width:100%}.services__btn{align-self:center;width:100%}.services__icon{align-items:center;border:1px solid #e2e2e2;border-radius:32px;display:flex;height:62px;justify-content:center;line-height:68px;text-align:center;transition:.3s;width:62px}.services__item:hover .services__icon{border:1px solid var(--color-secondary)}.services__icon-img{background:#fff;display:block;height:15px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 14.586 12.586 2H1V0h15v15h-2V3.415L1.414 16Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 14.586 12.586 2H1V0h15v15h-2V3.415L1.414 16Z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transform:rotate(45deg);transition:.3s;width:15px}.services__item:hover .services__icon-img{background:#0875bb;transform:rotate(0deg)}.services__item:after{background:var(--color-secondary);border-radius:5px;bottom:-1px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .6s ease-out;width:100%}.services__item:hover:after{transform:scaleX(1);transform-origin:bottom left}@keyframes lineH{0%{width:0}to{opacity:0;width:100%}}@media(min-width:768px){.services__item{padding-bottom:20px;padding-top:30px}.services__number{font-size:30px;width:calc(14% - 11.25px)}.services__title{font-size:26px;width:calc(35% - 11.25px)}.services__description{width:calc(50% - 11.25px)}.services__icon{margin-left:auto}}@media(min-width:992px){.services__item{padding-bottom:30px;padding-top:40px}.services__number{font-size:40px;width:calc(14% - 11.25px)}.services__title{font-size:36px;width:calc(35% - 11.25px)}.services__description{width:calc(50% - 11.25px)}}