img {
  border-radius: 8px;
  cursor: pointer;
}

.banner__base {
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.banner__one {
  background-image: url(files/Frame_one.png);
  width: 98%;
  height: 330px;
  background-position: center;
  background-position-y: 43%;
  background-repeat: no-repeat;
}

.banner__two {
  background-image: linear-gradient(to bottom, #aede45, #4fc055);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.banner__three {
  /*background-image: linear-gradient(to bottom, #A3CC49, #42A247);*/
  background-image: url(../../../../images/backgroundBanner.png);
  background-position: center;
  background-position-y: 43%;
  background-repeat: no-repeat;
  width: 90%;
  height: 330px;
  position: relative;
}

.banner__four {
  background-image: radial-gradient(
    circle,
    rgb(248 188 126 / 82%) 0%,
    rgb(241 141 37 / 65%) 100%
  );
  width: 90%;
  height: 330px;
  position: relative;
}

.banner__card_title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.banner__cardOne_description {
  font-size: calc(10% + 0.6vw + 0.7vh);
  line-height: 1.8;
}

.banner__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

.banner__label-freeDownload {
}

.banner__label-info {
  background-color: #a5a7b0;
}

@@media (min-width:1000px) and (max-width:1600px) {
  .banner__card_logo {
    width: 52px;
    height: 54px;
  }

  .banner__cardOne_caption {
    font-size: small;
  }

  .banner__four,
  .banner__three {
    height: 265px;
  }

  .banner__card_title {
    font-size: calc(20% + 0.7vw + 0.8vh);
    font-weight: bold;
  }

  .banner__cardOne_description {
    font-size: calc(10% + 0.6vw + 0.6vh);
    /*line-height: 1.5;*/
  }
}
