
.advantages-item-content:hover {
  background-color: var(--accent-blue);
}

.advantages-item-content:hover .advantages-title,
.advantages-item-content:hover .advantages-text {
  color: var(--white);
}

.advantages-item-content:hover .advantages-icon {
  background-color: var(--columbia-blue);
}

.advantages-item-content:hover .advantages-icon::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.advantages-first:hover .advantages-icon::before {
  background-image: url('../../resources/images/icons/star-dark.svg');
}

.advantages-second:hover .advantages-icon::before {
  background-image: url('../../resources/images/icons/compass-dark.svg');
}

.advantages-third:hover .advantages-icon::before {
  background-image: url('../../resources/images/icons/commitment-dark.svg');
}
.industry-item:hover {
  background-color: var(--accent-blue);
}

.industry-item:hover .industry-image {
  background-color: var(--columbia-blue);
}

.industry-item:hover .industry-item-title {
  color: var(--white);
}

.industry-item:hover .industry-image::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.industry-item:nth-of-type(1):hover .industry-image::before {
  background: url('../../resources/images/icons/healthcare-dark.svg');
}

.industry-item:nth-of-type(2):hover .industry-image::before {
  background: url('../../resources/images/icons/supply-chain-dark.svg');
}

.industry-item:nth-of-type(3):hover .industry-image::before {
  background: url('../../resources/images/icons/fintech-dark.svg');
}

.header-button:hover .circle {
  transform: translate(0%, 61%) scale(7);
}

.header-button:hover {
  background-color: var(--rich-black-active);
}
