.two_column_content_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .two_column_content_item {
    flex-basis: 48%;
  }

@media screen and (max-width: 800px){
    
    .two_column_content_item {
      flex-basis: 100%;
    }
    
  }

  a {
    color: [00af3f]; 
    text-decoration: none; 
  }

  a:hover {
    color: [00af3f]; 
  }
</style>


