.round-for-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 30px;
  background: var(--site-dark);
  color: var(--site-primary);
  transition: .3s;
  cursor: pointer;
}

.info-hover-color:hover .round-for-icon {
  background-color: var(--site-primary);
  color: var(--site-dark);
}

.info-icon {
  color: var(--site-primary);
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.info-accordion .accordion-button:not(.collapsed) {
  color: black;
  background-color: #f7f7f7;
}

.info-h {
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.info-h1 {
  font-size: 30px;
}

.info-h2 {
  font-size: 25px;
}

.info-h5 {
  font-size: 18px;
}

.info-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--site-text-secondary);
}

.info-grey-block {
  background: var(--site-bg);
  display: flex;
}

.info-grey-block-border {
  border: 1px solid #e1e1e3;
  border-radius: 5px;
}

.info-grey-block-border-bottom {
  border-bottom: 1px solid #e1e1e3;
}