:root {
    --RF-red: #ff4b2b;
    --RF-lightgray: #e6e6e6;
}
.two-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.two-buttons .btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    text-align: center;
}

.btn-1 {
    background: #ff4b2b;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 75, 43, 0.4);
}
.btn-1:hover {
    background: #e6391f;
    box-shadow: 0 6px 16px rgba(255, 75, 43, 0.6);
    transform: translateY(-2px);
}

.btn-2 {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}
.btn-2:hover {
    background: #0056b3;
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.6);
    transform: translateY(-2px);
}
.header_main-menu {
    display: flex
;
    align-items: center;
}

.crypto_block_inner {
    margin: 20px 0;
    padding: 20px 0;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.child {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-width: 220px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .child {
    text-align: center;
    color: #545454;
    outline: 0;
    font-size: .8rem;
  }
  .child-in {
    margin: auto;
      margin-bottom: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    outline: 0;
  }
  .child-in {
    width: 100%;
    outline: 0;
  }
  .child-image {
    width: 100%;
    padding-bottom: 100%;
    height: 160px;
    margin-bottom: 1.1rem;
    outline: 0;
    padding: 0;
    cursor: pointer;
  }

.child-image {
  display: block;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
    margin-bottom: 15px;
  width: 174px;
  height: 174px;
  outline: 0;
  border: 4px solid #fff;
  padding: 0;
}
.child-name {

    color: rgb(106, 106, 106);
}
.child-name {
  font-size: .9rem;
  margin-bottom: 2px;
  font-weight: 700;
}

.child-age {
  font-size: 1em;
  margin-bottom: 1.15em;
}

.child-in a {
  color: rgb(106, 106, 106);
}
@media only screen and (min-width: 720px) {
    .slider_bar {
      margin: -5px -20px 5px;
      width: 125%;
    }
  }
  @media only screen and (min-width: 640px) {
    .slider_bar {
      margin: 0;
      width: 100%;
    }
  }
  @media only screen and (min-width: 490px) {
    .slider_bar {
      margin: -10px auto 25px;
      width: 100%;
    }
  }
  .slider_bar {
    margin: -10px auto 10px;
    width: 100%;
  }
  @media only screen and (min-width: 720px) {
    .helpcard-progress-bar {
      height: 5px;
      border-radius: 2px;
      margin-bottom: 9px;
      overflow: hidden;
      background: var(--RF-lightgray);
    }
  }
  .helpcard-progress-bar {
    margin: 6px 0 12px;
    overflow: hidden;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: var(--RF-lightgray);
  }
  .helpcard-progress-bar-done {
    height: 100%;
    background: var(--RF-red);
  }
  .child-shortage {
    font-size: 1em;
  }

  .child-shortage-amount {
    font-size: 1.2rem;
    margin-top: 2px;
    font-weight: 700;
    color: var(--RF-red);
  }

  @media only screen and (max-width: 720px) {
    .two-buttons {
       display: none;
    }
    .header_logo {
      width: 110px !important;
      display: contents;
  }
  .header_main-menu {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}
.header_mobile-menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 55px;
}
  }