.block-feature-twelve {
  background: #EDF1EE;
  z-index: 1;
}

.block-feature-twelve p {
  font-size: 28px;
}

.block-feature-twelve .shape_01 {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-twelve .card-style-two {
  padding: 30px 20px;
}

/* Card style eighteen */
.card-style-eighteen {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #1F5E59;
  z-index: 1;
  overflow: hidden;
}

.card-style-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 160px;
  background: url(../../images/assets/bg_08.svg) no-repeat left bottom;
  background-size: cover;
  z-index: -1;
  transform: scale(-1);

  @media (min-width: 991px) {
    top: 50px;
  }

  @media (min-width: 1200px) {
    top: 60px;
  }

  @media (min-width: 1400px) {
    top: 70px;
  }
}

.card-one-container {
  margin-top: 34px;
}

.block-feature-twelve .tag{
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 17px;
    white-space: nowrap;
    width: min-content;
    height: min-content;
    color: #000;
    line-height: 25px;
    padding: 0 16px;
    margin-bottom: 12px;
    background-color: #fff;

    @media (min-width: 991px) {
      font-size: 14px;
      margin: 0;
    }
}

.block-feature-twelve .tag--globally{
  background-color: #ccf080;
  color: #000;
  margin-top: 12px;
}

.card-style-eighteen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #ccf080;
}

.block-feature-twelve .card-style-eighteen div p {
  font-size: 34px;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 24px;
  line-height: 1.3;
  height: fit-content;

  @media (min-width: 991px) {
    width: 90%;
  }
}

.card-style-eighteen h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.card-style-eighteen h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-wrapper {
  margin-top: 24px;

  @media (min-width: 1200px) {
    margin-top: 48px;
  }
}
/* Card style nineteen */
.card-style-nineteen {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}

.card-style-nineteen h2 {
  font-size: 48px;
}

.block-feature-twelve .card-style-nineteen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media (min-width: 991px) {
    flex-direction: row;
  }
}

.card-style-nineteen .img--deposit {
  width: 170px;
}

.card-style-nineteen .img--rate {
  width: 100%;
  max-width: 300px;
  min-width: 240px;
  border-radius: 20px;
}

.card-style-nineteen .counter-block-one .main-count {
  font-size: 58px;
  color: #1F5E59;
}

/* Block feature twelve specific overrides */
.block-feature-twelve .card-style-eighteen {
  background: #ccf080;
  padding: 18px;
}

.block-feature-twelve .card-style-eighteen img {
  border-radius: 20px;
}

.block-feature-twelve .card-style-two {
  border: none;
}

.block-feature-twelve .card-style-two:hover {
  border: none;
}

.block-feature-twelve .card-style-nineteen p,
.block-feature-twelve .card-style-two p,
.block-feature-twelve .card-style-eighteen p {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

/* Responsive styles */
@media (min-width: 1200px) and (max-width: 1399px) {
  .card-style-eighteen blockquote {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .counter-block-one .main-count,
  .card-style-nineteen .counter-block-one .main-count {
    font-size: 40px;
  }
  
  .card-style-eighteen .icon {
    width: 50px;
    height: 50px;
  }
  
  .card-style-eighteen blockquote {
    font-size: 22px;
  }
  
  .card-style-nineteen h2 {
    font-size: 30px;
  }
  
  .card-style-nineteen {
    padding: 30px 20px;
  }
  
  .card-style-eighteen {
    padding: 5px 20px 0;
  }
}
