.b-category-services {display: grid;grid-template-columns: repeat(3, 1fr);grid-auto-rows: 1fr;box-sizing: border-box;gap: 20px;margin-bottom: 60px;}.b-category-services .category__item {box-sizing: border-box;position: relative;min-height: 200px;overflow: hidden;}.b-category-services .category__img {position: absolute;inset: 0;background: #F1F1F1;}.b-category-services .category__img::before {content: '';box-sizing: border-box;position: absolute;inset: 0;background: rgba(5, 11, 26, 0.45);z-index: 1;}.b-category-services .category__img img {max-width: 100%;width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}.b-category-services .category__item:hover img {transform: scale(1.2);}.b-category-services .category__content {height: 100%;padding: 20px;box-sizing: border-box;display: flex;align-items: flex-end;position: relative;z-index: 1;}.b-category-services .category__title {color: #fff;font-size: 20px;line-height: 24px;font-weight: 600;}.b-category-services a.category__link {position: absolute;inset: 0;}@media (max-width: 1239px) and (min-width: 650px) {.b-category-services {gap: 10px;grid-template-columns: repeat(2, 1fr);margin-bottom: 40px;}.b-category-services .category__title {font-size: 16px;}.b-category-services .category__content {padding: 14px;}}@media (max-width: 649px) {.b-category-services {gap: 10px;grid-template-columns: 1fr;margin-bottom: 40px;}.b-category-services .category__content {padding: 10px;}.b-category-services .category__title {font-size: 16px;}}