.rk-services-grid {
  display: grid;
  gap: 24px;
}

.rk-service-item {
  display: flex;
  padding: 24px;
  border-radius: 16px;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.rk-service-item:hover {
  transform: translateY(-4px);
}

.rk-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 12px;
  line-height: 1;
  overflow: hidden;
  width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: background-color .35s ease, color .35s ease;
}

.rk-icon-box i,
.rk-icon-box svg {
  display: block;
  line-height: 1;
}

.rk-service-content {
  flex: 1;
}

.rk-service-title {
  margin: 0 0 4px 0;
}

.rk-service-text p {
  margin: 0;
}
