.hf-time-from {
  font-size: 12px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-top: 18px;
}

.flex-banner-container-hf {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  width: 100%;
}

.left-side-hf {
  display: block;
  position: relative;
}

.right-side-hf {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  gap: 15px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/rsulthf.png);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 36px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hf-hed-fin {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 129.167% */
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-right: 16px;
}

.hf-imaage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hf-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 51.667% */
  text-transform: uppercase;
  margin-left: 14px;
}

.hf-child-one {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  margin-right: 65px;
}

.hf-child-two {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  margin-right: 19px;
}

.hf-chiild-two-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 129.167% */
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  margin-right: 25px;
}

.hf-img-two {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.hf-img-two img {
  width: 72px;
  position: relative;
}

.hf-child-three {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.hf-child-three p {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 51.667% */
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
.hf-child-three p span {
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
}

.yellow-hf {
  width: 9px;
  height: 50%;
  border-radius: 5px 0px 0px 0px;
  background: #fecc00;
}

.blue-hf {
  width: 9px;
  height: 50%;
  border-radius: 0px 0px 0px 5px;
  background: #004586;
}

@media (max-width: 678px) {
  .hf-hed-fin {
    font-size: 14px;
    line-height: 16px;
  }
  .hf-amount {
    font-size: 50px;
  }
  .hf-chiild-two-text {
    font-size: 14px;
    line-height: 16px;
  }
 .hf-child-three {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .hf-child-three p {
    font-size: 50px;
  }
  .right-side-hf {
    padding-left: 16px;
      background-image: url(../img/mobile-hf.png);
      gap: 10px 0px;
  }
  .hf-img-two {
  margin-top: -20px;
}
  
}/*# sourceMappingURL=banner.css.map */