.headerHelpIconContainer {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerHelpIcon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.headerHelpIcon:hover {
  width: 40px;
  height: 40px;
}

.join {
  color: #4589ff;
}

.helpHeins {
  color: black;
  font-size: 61px;
}

h2 {
  color: #4589ff;
}

h3 {
  margin-top: 16px;
  color: #005dff;
}

h4 {
  color: #005dff;
  margin-bottom: 0;
}

.numberAndText {
  display: flex;
  flex-direction: row;
  gap: 35px;
}

.number {
  font-size: 33px;
}

.headlinePlusText {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.mainText {
  margin-top: 0;
}

.textAndArrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 70px;
}

.mainBodyForHelp {
  margin: 32px 64px 0 64px;
  @media (max-width: 1150px) {
    margin-top: 80px;
  }
}

.arrowImg {
  cursor: pointer;
}
.dropDownBar {
  background-color: white;
}
