.list-services__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#f6f7fc;padding:20px;border-radius:0 0 10px 10px;width:30%;gap:30px}@media only screen and (max-width:767px){.list-services__item{width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.list-services__item{width:47.5%}}.list-services__item img{width:40px}.list-services__item__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px}.list-services__item__content .type{font-family:HankenGroteskMedium;font-size:18px;font-weight:600;font-style:normal;color:#0b2de3;line-height:27px;margin:0}.list-services__item__content .description{margin:0;font-family:HankenGroteskLight;font-size:15px;font-weight:400;font-style:normal;color:#000;line-height:22.5px}.other-services__container{padding-top:100px;padding-bottom:100px}@media only screen and (max-width:767px){.other-services__container{padding-top:40px;padding-bottom:40px}}@media only screen and (min-width:768px)and (max-width:1023px){.other-services__container{padding-top:40px;padding-bottom:40px}}.other-services__container__title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.other-services__container__title__liner{transform:translateX(130px)}.other-services__container__title h2{font-family:HankenGroteskBold;font-size:36px;font-weight:700;font-style:normal;color:#000;line-height:46.8px;margin-bottom:40px}.other-services__container__list{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px;align-items:stretch}@media only screen and (max-width:767px){.other-services__container__list{flex-direction:column}}