.column-wrapper {
  display:flex;
  justify-content:space-between;
}

.background-right {
  background-position:center right!Important;
}

.column.hidden-column {
  opacity:0;
  animation-duration: .650s;
}

.column.hidden-column.show {
  opacity:1;
}

.column {
  padding:25px;
  width:auto;
}

.column.three {
  width:32%;
}

.column.four {
  width:24%;
}
.column.two {
  width:48%;
}

.column.one {
  width:100%;
}

.two-by-two .column-wrapper {
  flex-wrap:wrap;
  justify-content:space-between;
}

.two-by-two .column.four {
  width:49%;
  margin-bottom:15px;
}

.two-by-two .div-1,
.two-by-two .div-2,
.two-by-two .div-3,
.two-by-two .div-4 {
  margin-left:0;
  margin-right:0;
}


.div-1 {
  margin-right:10px;
}
.div-3 {
  margin-left:10px;
}

.column ul {
  padding-left:0px;
}

.column {
font-size:17px;
  -webkit-box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.15);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.15);
}

.column ul li {
	list-style-type: none;
  padding-left: 25px;
  position: relative;
  margin: 10px 0;
  font-weight: 500;
  font-size: 17px;
}

.column ul li:before {
  	position: absolute;
    left: 0;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14a";
    color: #d9d9d9;
}


.column h1,
.column h2,
.column h3,
.column h4 {
  margin-top:0px;
}

@media (max-width:767px) {
  .column-wrapper {
    display:block;
  }
  .column.three,
  .column.two {
    width:100%;
  }
  
  .div-1,
  .div-3{
  	margin:25px 0px;
	}
  .two-by-two .column.four {
  width:100%;
  margin-bottom:15px;
}
  
}
