/*
Compile SASS: b_style.css
*/
.b_aligned {
  font-size: 1.8rem;
  overflow: auto;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
  line-height: 1.5em; }
  .b_aligned h2 {
    font-size: 2.8rem; }
  .b_aligned .text {
    float: left;
    width: 52%; }
  .b_aligned img {
    float: right;
    margin-top: 2.4rem;
    width: 31%; }
  .b_aligned ul {
    list-style: none;
    padding: 0; }
    .b_aligned ul li {
      font-style: normal;
      position: relative;
      padding-left: 2.4rem;
      margin-bottom: 1rem; }
      .b_aligned ul li:before {
        font-family: fontello;
        content: "\e800";
        position: absolute;
        top: 0rem;
        left: 0;
        color: #40c24b;
        font-size: 1.4rem; }

.text_to_right .text {
  float: right; }
.text_to_right img {
  float: left; }

@media screen and (max-width: 800px) {
  .b_aligned h2 {
    font-size: 2.5rem; }
  .b_aligned .text {
    width: 100%; }
  .b_aligned img {
    display: none; } }
