.c-what-is-rieh {
  display: flex;
  align-items: center;
  margin: 40px 0;
  gap: 40px;
  width: calc(100% - 32px);
  max-width: 1240px;
  min-height: 650px;
  height: max-content;
}

.c-what-is-rieh__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

div#content h2.c-what-is-rieh__content__tag {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: rgba(241, 124, 0, 0.15);
  color: var(--dash-10, #051838);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.28px;
  max-width: max-content;
}

.c-what-is-rieh__content__bold {
  font-weight: 700;
}

.c-what-is-rieh__content__text {
  color: var(--dash-10, #051838);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.c-what-is-rieh__content__see-more {
  color: var(--White, #fff);
  font-family: "Glacial Indifference Bold";
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  border-radius: 8px;
  background: var(--Light-Blue, #214ca4);
  display: flex;
  max-width: 300px;
  padding: 14px 16px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: scale(1);
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
}

.c-what-is-rieh__content__see-more:hover {
  transform: scale(1.03);
  transition: 0.2s;
}

.c-what-is-rieh__c-map {
  flex: 1;
}

@media (max-width: 1000px) {
  .c-what-is-rieh__content {
    width: 100%;
  }
  .c-what-is-rieh {
    flex-direction: column-reverse;
  }
}
@media (max-width: 550px) {
  .c-what-is-rieh__content__text {
    font-size: 32px;
  }

  .c-what-is-rieh__content__see-more {
    max-width: 100%;
  }
}
