body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.feature {
  height: 100%;
  border: 1px solid #ccc9ca;
  border-radius: 3px;
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  .feature-image {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    margin-bottom: 20px;
    text-align: center;
  }
  .icon-awesome {
    color: #269B4D;
    font-size: 5rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .feature-content {
    margin-bottom: 0;
    margin-top: auto;
  }
}

.feature-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
}

.service-exchange {
}

.img-xeggex {
  max-width: 180px;
}

.img-coinex {
  max-width: 100px;
}

.img-nonkyc {
  max-width: 180px;
}

.img-stakecube {
  max-width: 150px;
}

.img-bitcom {
  max-width: 170px;
}

.exchange-link {
  color: #269b4d;
}

.exchange-title {
  text-align: center;
}