.bg{background: rgba(21, 24, 48, 1);

}.row-feature{display: flex; 
  padding-top: 90px;
  justify-content: space-between; 
  padding-bottom: 50px;}

.cta-feature a{text-decoration: none;
  color: #fff;
  background: #00DB50;
  padding: 12px 18px 12px 18px;
  border-radius: 50px;
}.cta-feature {
  padding-bottom: 30px;
}
.col-md-6-feature-1{
  max-width: 58%;
}                           
.col-md-6-feature-1 h2{color:#fff;}   
.col-md-6-feature-1 p {
  color: #fff;

  max-width: 74%;
} 

@media(max-width:991px){.row-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
     padding-top: 90px;
  padding-bottom: 50px;}
   
  }


  
 

  

  .col-md-6-feature {

    text-align: center;
  }
}
