<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************
Add your custom styles below
****************************/

.feature-box:nth-child(even) .main_pic {
  float: right;
}
.feature-box:nth-child(odd) .main_pic {
  float: left;
}

.feature-box:nth-child(even) .main_text{
  float: right;
}
.feature-box:nth-child(odd) .main_text{
  float: left;
}
</pre></body></html>