.progressHolder .card-body p {
  font-family:'Hero Junior Super';
  font-size: 19px!important;
  line-height: 25px!important;
  color:#95c23d;

}
.progressHolder .card {
  border-radius:30px!important;
}
.whiteBg {
  background-color:#fff;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}

.greencols {
  font-family:'Hero Junior Super';
  font-size: 18px!important;
  line-height: 20px!important;
  color: #ffffff;
  background-color:#95c23d;
  padding-top : 8px;
  padding-bottom : 8px;

}

@media only screen and (min-width: 1200px) {

  .staticBannerCaption {
    position: absolute;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0px;
    right: 118px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    min-width:400px;
  }

}