.funds {
  background-color: #355ED1;
  border: 16px solid #FFFFFF;
  border-radius: 36px;
  padding: 48px;
  display: block;
  border: 16px solid #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.funds-mobile {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #355ED1;
  border: 8px solid #FFFFFF;
  border-radius: 36px;
  margin-bottom: 32px;
  display: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}

.funds-button {
  color: white;
  width: 158px;
  height: 40px;
  background: #2B4BA7;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
}

.funds-main-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: white;
}

.funds-secondary-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
  letter-spacing: -0.011em;
}

.funds-caption-text {
  padding-left: 32px;
  padding-right: 32px;
  color: white;
  height: 70px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}

.funds-secondary-button {
  color: white;
  width: 717px;
  height: 60px;
  background: #2B4BA7;
  border-radius: 6.25rem;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.017em;
}

.funds-secondary-title-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #FCBC4E;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: -80px;
}

.funds-secondary-caption-text {
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .funds {
    display: none;
  }

  .funds-mobile {
    display: block;
  }

  .funds-button {
    width: 145px;
    height: 36px;
    font-size: 14px;
  }

  .funds-main-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
  }

  .funds-secondary-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #F5F5F5;
  }

  .funds-caption-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
  }

  .funds-secondary-title-text {
    margin-left: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
  }

  .funds-secondary-button {
    color: white;
    padding: 16px;
    width: 317px;
    height: 80px;
    background: #2B4BA7;
    border-radius: 38px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
  }

  .funds-secondary-caption-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}