/* Custom CSS */

.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.equal-height > [class*="col-"] {
  display: flex;
}

.pricing-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bottom-btn {
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 35px;
  margin-right: 35px;
}