


.to-features {
  position: relative;

}

.to-features-in{
  position: relative;
  width:				100%;
	max-width: 		1400px;
	margin: 			0px auto;
  padding: 40px 20px;
}


.to-features-in > h1{
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  text-align: center;
  color: inherit;
  font-weight: normal;
  margin-bottom: 24px;
  font-family: 'exo_2regular',Arial,Georgia,Courier;
}

.to-features-intro{
  position: relative;
  max-width: 1024px;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
}

.to-features-list{
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: stretch;     
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;  
  gap: 20px;     
}

.to-features-list > .to-features-feature {
    position: relative;
    flex: 1 1 calc(50% - 20px); 
    padding: 40px 20px 40px 90px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.to-features-list > .to-features-feature h2{
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  margin-bottom: 10px;
  font-family: 'exo_2bold',Arial,Georgia,Courier;
}

.to-features-list > .to-features-feature i{
  position: absolute;
  left: 20px;
  top: 40px;
  font-size: 40px;
  line-height: 40px;
  color: var(--color-brand);
}
