.feature{
  background-color: #000000;
}
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}
.step-1{
  text-align: center !important;
  background-color:#c8e2f7;
  padding: 50px;
}
.step-2{
  background-color:#d1f3ec;
  padding: 50px;
}
.feature-headline-color{
    color:#000000 !important; 
}
.feature-p{
  font-size:18px;
  font-weight: 500;
  text-align: center;
}
.sell-btn{
  color:#ffffff;
  font-weight: bold; 
  background-color:#02856A;
  padding:10px;
  border-radius:5px; 
  width:200px;
  text-decoration: none;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 992px) {
  .features .section-title{
    display: none;
  }
}