#container {
  border-bottom: 1px solid #e1e1e1;
}

.box_mid-content {
  color: #131212;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

section:before, section:after {
  content: " ";
  display: table;
}

section:after {
  clear: both;
}

section h3 {
  color: #b41f23;
  font-size: 24px;
  font-family: Muli;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
}

section p {
  font-family: Muli;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
}

section .col_l {
  width: 50%;
  float: left;
  padding-right: 50px;
}

section .col_r {
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  section .col_l {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  section .col_r {
    width: 100%;
    float: none;
  }
}

section img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}

@media (max-width: 768px) {
  section img {
    display: block;
    margin: auto;
  }
}

.section1 {
  text-align: center;
}

.section1 img {
  display: block;
  margin: auto;
}

.section1 h3 {
  margin-bottom: 10px;
}

.section1 p {
  text-align: center;
}

.section2 {
  background: #f9f9f9;
}

.section2 img {
  border: 10px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.section2 img:hover {
  border: 10px solid #648fb2;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.section3 {
  background: url("../images/bg_full.png") left top no-repeat #fff;
  padding-bottom: 0;
}

.section3 .col_l p {
  text-align: right;
  line-height: 1.8;
}

.section3 img {
  border: 10px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.section3 img:hover {
  border: 10px solid #648fb2;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

/*# sourceMappingURL=about.css.map */