body{margin-top:20px;}
.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
p {
    line-height: 1.7;
}

.fox-starter {
  width: 100px;
  height: 100px;
  background-image: url('../img/icon/starter3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; /* To make the icon inline with text */
}
.fox-month {
  width: 100px;
  height: 100px;
  background-image: url('../img/icon/month.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; /* To make the icon inline with text */
}
.fox-6month {
  width: 100px;
  height: 100px;
  background-image: url('../img/icon/6month.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; /* To make the icon inline with text */
}
.fox-1year {
  width: 100px;
  height: 100px;
  background-image: url('../img/icon/1year.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; /* To make the icon inline with text */
}