.col-dark {
 width: 50%;
}

.two-col-feature {
  margin-left:auto;
  margin-right:auto;
  display:flex;
  column-gap: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .col-dark {
    width: 100%;
    margin:auto;
    }
  .two-col-feature {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    }
  img {
    max-width: 500px;}
  div.col.image {
  display: flex !important;}
}


.two-col-feature.heading-left{
  flex-direction: row-reverse;
}



img {
  max-width: 500px;
  text-align:center;
  margin:auto;
}

a {
  font-weight: bold;
  text-align: center;
}

a:hover{
  font-weight: bold;
  text-align: center;
  
}
.button {
  display: inline-block;
  justify-content: center;
  margin-top: 1.5rem;
  
}

ul{
  list-style-image: url('https://i.ibb.co/twRq6Ym/Icon.png');
}

h2 {
  margin-top: 0px;}

.one-column-button {
margin:auto;
 
  width: 100%;
  padding-left: 3rem;
    padding-right: 3rem;
  display: flex;
    justify-content: center;