#page {
  overflow: unset;
}
#page > *,
#page .header {
  min-width: 480px;
}

.page__section--light {
  color: #0c3534;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-16 {
  margin-bottom: 64px;
}

@media (min-width: 992px) {
  .md-show {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .md-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .sm-show {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none;
  }
}

@media (min-width: 1336px) {
  .container {
    max-width: 1550px !important;
  }
}
.m-a {
  margin: auto;
}

b,
strong {
  font-weight: 600;
}

.icon {
  min-width: 80px;
  max-width: 80px;
}
@media (min-width: 992px) {
  .icon {
    min-width: 100px;
    max-width: 100px;
  }
}

.p-box {
  padding: 20px;
}
@media (min-width: 992px) {
  .p-box {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.button--expanded::after {
  transform: rotate(0deg) !important;
}

.page--goldetf .c3js-chart.chart-type2 .c3-chart-arc text {
  font-weight: 700;
}
.page--goldetf h2,
.page--goldetf .h2 {
  font-size: 24px;
  font-weight: 600;
  color: #007f84;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page--goldetf h2,
  .page--goldetf .h2 {
    font-size: 30px;
  }
}
.page--goldetf h3,
.page--goldetf .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c3534;
  margin-bottom: 0px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .page--goldetf h3,
  .page--goldetf .h3 {
    font-size: 24px;
  }
}
.page--goldetf h4,
.page--goldetf .h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0c3534;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page--goldetf h4,
  .page--goldetf .h4 {
    font-size: 20px;
  }
}
.page--goldetf h4.jpx-box-h4 {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.page--goldetf h5,
.page--goldetf .h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page--goldetf h5,
  .page--goldetf .h5 {
    font-size: 20px;
  }
}
.page--goldetf #assetAllocation__0-container .c3-tooltip-container table .value {
  display: none;
}
.page--goldetf .anchor-ctn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--goldetf .anchor-ctn {
    gap: 20px;
  }
}
.page--goldetf .anchor-ctn > * {
  background-color: #fff7e6;
  text-decoration: unset;
  color: inherit;
  flex: 1;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.page--goldetf .anchor-ctn > * .text {
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  .page--goldetf .anchor-ctn > * .text {
    text-align: center;
  }
}
.page--goldetf .anchor-ctn > * .text .smaller {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.page--goldetf .anchor-ctn > *::after {
  content: "";
  background-image: url(../../images/goldetf/arrow_next_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page--goldetf .anchor-ctn > *::after {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .page--goldetf .anchor-ctn {
    flex-direction: row;
    gap: 30px;
  }
  .page--goldetf .anchor-ctn > * {
    padding: 30px;
    flex-direction: column;
  }
}
.page--goldetf .anchor-section {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page--goldetf .anchor-section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.page--goldetf .icon-2col-topic {
  display: grid;
  gap: 15px;
  margin-bottom: 18px;
  grid-template-columns: 1fr;
}
.page--goldetf .icon-2col-topic .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}
.page--goldetf .icon-2col-topic .content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  align-items: self-start;
}
.page--goldetf .icon-2col-topic .content h2 {
  margin-bottom: 0;
  color: inherit;
  line-height: 1.375;
}
.page--goldetf .icon-2col-topic .content h2 .smaller {
  font-size: 66%;
}
.page--goldetf .icon-2col-topic .content .text {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .page--goldetf .icon-2col-topic {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
  .page--goldetf .icon-2col-topic .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .page--goldetf .icon-2col-topic .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page--goldetf .icon-2col-topic .content::before {
    content: none;
  }
  .page--goldetf .icon-2col-topic .content h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .page--goldetf .icon-2col-topic .content .text {
    font-size: 20px;
  }
}
.page--goldetf .box {
  padding: 30px;
  border: 1px solid #0c3534;
  border-radius: 5px;
}
.page--goldetf .box .icon-2col-topic .content {
  align-items: center;
}
.page--goldetf .box .icon-2col-topic .icon img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
@media (min-width: 992px) {
  .page--goldetf .box .icon-2col-topic .icon img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
.page--goldetf #feature3 .feature3-table-container {
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-header {
  background: #c13f18;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px 30px 5px 5px;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-header h3 {
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-content {
  padding: 20px;
  background-color: #ffeecd;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .feature3-table-container .feature3-table-content {
    padding: 30px;
  }
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-content > h3 {
  text-align: center;
  margin-bottom: 16px;
}
.page--goldetf #feature3 .feature3-table-container .criteria-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .feature3-table-container .criteria-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.page--goldetf #feature3 .feature3-table-container .arrow-1 {
  width: 40px;
  height: 20px;
  display: block;
  margin: 16px auto;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last {
  background-color: #ffb864;
  padding: 8px;
  border-radius: 5px 5px 20px 20px;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last u {
  font-size: 1.25em;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last * {
  text-align: center;
}
.page--goldetf #feature3 .arrow-2 {
  width: 80px;
  height: 40px;
  display: block;
  margin: 8px auto;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .arrow-2 {
    margin: 16px auto;
    margin-top: -15px;
  }
}
.page--goldetf #feature3 .feature3-last {
  background-color: #007f84;
  padding: 16px;
  border-radius: 5px 5px 30px 30px;
}
.page--goldetf #feature3 .feature3-last h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.page--goldetf .index_table_ctn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page--goldetf .index_table_ctn {
    margin: 16px auto;
    flex-direction: row;
  }
}
.page--goldetf .index_table_ctn .index_table {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.page--goldetf .index_table_ctn .index_table .index_table_row {
  display: flex;
  align-items: center;
}
.page--goldetf .index_table_ctn .index_table .index_table_row .index_table_item {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(1) {
  background-color: #0c3534;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(2) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(3) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll {
  overflow: auto;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll > * {
  min-width: 550px;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll > *:nth-child(1) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
  color: inherit;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll > *:nth-child(2) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}

.statistics__th:nth-child(1),
.statistics__td:nth-child(1) {
  width: 5%;
  min-width: 40px;
  text-align: left;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(1),
  .statistics__td:nth-child(1) {
    width: 5%;
  }
}
.statistics__th:nth-child(2),
.statistics__td:nth-child(2) {
  width: 40%;
  text-align: left;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(2),
  .statistics__td:nth-child(2) {
    width: 47%;
  }
}
.statistics__th:nth-child(3),
.statistics__td:nth-child(3) {
  width: 27.5%;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(3),
  .statistics__td:nth-child(3) {
    width: 24%;
  }
}
.statistics__th:nth-child(4),
.statistics__td:nth-child(4) {
  width: 27.5%;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(4),
  .statistics__td:nth-child(4) {
    width: 24%;
  }
}
.importantNotes__body {
  font-weight: 600 !important;
}

.fund_information_remark {
  padding: 20px;
  background-color: #f3f5f5;
  border-radius: 5px;
  margin: 8px 0;
}
@media (min-width: 992px) {
  .fund_information_remark {
    padding: 20px 30px;
  }
}
.fund_information_remark p {
  margin-bottom: 0;
}
.fund_information_remark .fund_information_remark_topic {
  font-weight: 600;
  margin-bottom: 8px;
}

#chart_performance_chart {
  max-height: 340px;
  width: 100%;
}
#chart_performance_chart .c3-axis-x {
  display: none;
}

#dateContainer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: calc(100% - 50px);
  height: 50px;
  border-top: 1px solid #000;
  margin-left: 40px;
  margin-top: -30px;
  padding-right: 35px;
  padding-top: 30px;
}

.date-item {
  /* Rotate the text 45 degrees counterclockwise */
  transform: rotate(-45deg);
  transform-origin: center; /* Rotate around the center of the element */
  white-space: nowrap; /* Prevent text from wrapping */
  font-size: 14px; /* Adjust font size as needed */
  width: 0;
}

#salaryChart {
  max-height: 320px;
  min-height: 320px;
}

.c3-axis-x text {
  font-size: 14px;
}

/* Style for Y-axis labels font size (optional, for consistency) */
.c3-axis-y text {
  font-size: 14px;
}

.chart-container {
  width: 100%; /* Full width of the parent */
  height: 300px; /* Fixed height */
  position: relative; /* Ensure positioning context for the chart */
}

.chart-container > div {
  width: 100% !important;
  height: 100% !important;
}

.chart-container svg {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  max-width: 100%; /* Prevent overflow */
  max-height: 100%; /* Prevent overflow */
}

.chart-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.c3-axis-x text,
.c3-axis-y text {
  fill: #0c3534; /* Horizontal Bar Chart axis text color */
}

.c3-tooltip th {
  background-color: #737373 !important;
}

.c3-chart-text .c3-text {
  font-size: 14px;
}

#salaryChart .c3-tooltip td.name {
  width: 10px;
}

.cta {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  background: #0c3534;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 24px;
}
.cta:hover {
  background: #007f84;
}

*:focus-visible,
button:focus-visible {
  outline: 1px solid #007f84 !important;
}

.headline {
  margin-bottom: 32px;
}
.headline h2 {
  margin-bottom: 8px;
}
.headline .text {
  font-size: 20px;
}

.box1-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
.box1-flex .line {
  border-left: 1px dashed #b7c3c3;
}
@media (min-width: 992px) {
  .box1-flex {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .box1-flex {
    margin-top: 0;
  }
}
.box1-flex > .box1-item {
  width: 100%;
}
@media (min-width: 992px) {
  .box1-flex > .box1-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991px) {
  .box1-flex > .box1-item {
    padding-block: 16px;
  }
  .box1-flex > .box1-item:not(:last-child) {
    border-bottom: 1px dashed #b7c3c3;
  }
}
.box1-flex > .box1-item img {
  width: 100%;
}
.box1-flex .line {
  border-left: 1px dashed #b7c3c3;
}

.future-gold-table-container {
  overflow-x: auto;
  position: relative;
}
.future-gold-table-container .future-gold-table {
  width: 100%;
  border-collapse: collapse;
  min-width: -moz-max-content;
  min-width: max-content;
}
.future-gold-table-container .future-gold-table th,
.future-gold-table-container .future-gold-table td {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .future-gold-table-container .future-gold-table th,
  .future-gold-table-container .future-gold-table td {
    padding: 10px 20px;
  }
}
.future-gold-table-container .future-gold-table thead {
  position: relative;
  z-index: 1;
  background-color: #0c3534;
  color: #fff;
  font-weight: bold;
}
.future-gold-table-container .future-gold-table thead th[rowspan="2"]:first-child {
  border-radius: 5px 0 0 5px;
}
.future-gold-table-container .future-gold-table thead th[colspan="3"] {
  border-radius: 0 5px 0 0;
}
.future-gold-table-container .future-gold-table thead tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
.future-gold-table-container .future-gold-table thead > tr {
  position: relative;
  z-index: 2;
}
.future-gold-table-container .future-gold-table thead th[rowspan="2"] {
  width: 19%;
}
.future-gold-table-container .future-gold-table thead th[colspan="3"] {
  width: 43%;
}
.future-gold-table-container .future-gold-table thead th {
  font-weight: 600;
  vertical-align: middle;
}
.future-gold-table-container .future-gold-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #b7c3c3;
}
.future-gold-table-container .future-gold-table tbody tr td {
  color: #0c3534;
}
.future-gold-table-container .future-gold-table tfoot {
  font-weight: bold;
  position: relative;
  color: #fff;
}
.future-gold-table-container .future-gold-table tfoot tr {
  background-color: #ff8605;
}
.future-gold-table-container .future-gold-table tfoot td:first-child {
  border-radius: 5px 0 0 5px;
}
.future-gold-table-container .future-gold-table tfoot td:last-child {
  border-radius: 0 5px 5px 0;
}
.future-gold-table-container .future-gold-table tfoot td {
  border: none;
}
.future-gold-table-container .future-gold-table tfoot td:first-child {
  text-align: right;
}
.future-gold-table-container .gold {
  color: #ffb864;
}
.future-gold-table-container .blue {
  color: #67abad;
}

.chart-img {
  width: 100%;
}

.why-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.why-flex .item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #fffaf0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .why-flex .item {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
.why-flex .item .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
@media (min-width: 992px) {
  .why-flex .item .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .why-flex .item {
    font-size: 18px;
  }
}
.why-flex .item .topic,
.why-flex .item strong {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .why-flex .item .topic,
  .why-flex .item strong {
    font-size: 20px;
  }
}
.why-flex .item .topic {
  margin-bottom: 8px;
  font-weight: bold;
}

.why-2-flex {
  background-color: #ffeecd;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 20px;
}
@media (min-width: 992px) {
  .why-2-flex {
    flex-direction: row;
  }
}
.why-2-flex .line {
  border-left: 1px dashed #b7c3c3;
}
.why-2-flex .item {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .why-2-flex .item {
    width: calc((100% - 128px) / 3);
    min-width: calc((100% - 128px) / 3);
    max-width: calc((100% - 128px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .why-2-flex .item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #b7c3c3;
  }
  .why-2-flex .item:not(:first-child) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-2-flex {
    font-size: 18px;
  }
}
.why-2-flex .topic,
.why-2-flex strong {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .why-2-flex .topic,
  .why-2-flex strong {
    font-size: 20px;
  }
}
.why-2-flex .topic {
  margin-bottom: 8px;
}

.why-3-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
  padding-left: 10px;
}
.why-3-flex .item {
  background-color: #ffeecd;
  padding: 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.why-3-flex .item .topic {
  margin-top: 0;
}
@media (min-width: 992px) {
  .why-3-flex .item {
    margin-top: 0;
    padding: 40px 30px;
  }
}
.why-3-flex .item > img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .why-3-flex .item > img {
    width: 48px;
    height: 48px;
  }
}
.why-3-flex .item .content {
  width: 100%;
}
.why-3-flex .item .content .topic {
  color: #c13f18;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic {
    font-size: 20px;
  }
}
.why-3-flex .item .content .topic strong {
  color: #c13f18;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic strong {
    font-size: 24px;
  }
}
.why-3-flex .item .content .topic .smaller {
  color: #0c3534;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic .smaller {
    font-size: 18px;
  }
}
.why-3-flex .item .content .text {
  color: #0c3534;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .text {
    font-size: 18px;
  }
}
.why-3-flex .item .list {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .why-3-flex .item .list {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .list {
    flex-direction: column;
    gap: 8px;
  }
}
.why-3-flex .item .list .list-item {
  width: calc(33% - 10px);
  background-color: #fffaf0;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #0c3534;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .list .list-item {
    width: 100%;
  }
}
.why-3-flex .item .list .list-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff8605;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .why-3-flex .item.half {
    width: calc(50% - 10px);
  }
  .why-3-flex .item.full {
    width: 100%;
  }
}

.withdraw-section {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .withdraw-section {
    flex-direction: column;
  }
}
.withdraw-section .withdraw-arrow {
  width: 40px;
  height: 36px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .withdraw-section .withdraw-arrow {
    transform: rotate(90deg);
  }
}

.withdraw-item {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  background-color: #f3f5f5;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .withdraw-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .withdraw-item:not(:first-child) {
    margin-top: 10px;
  }
}
.withdraw-item .withdraw-item-header {
  position: relative;
  background-color: #007f84;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 10px;
  padding-left: 50px;
  color: #fff;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-header {
    font-size: 24px;
  }
}
.withdraw-item .withdraw-item-header > img {
  position: absolute;
  top: -10px;
  left: -10px;
}
.withdraw-item .withdraw-item-content {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding: 20px;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-content {
    font-size: 20px;
  }
}
.withdraw-item .withdraw-item-content strong {
  font-size: 24px;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-content strong {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */