﻿.about-us-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px; }
  .about-us-box .title {
    color: #4D4D4D;
    font-size: 36px;
    padding-bottom: 20px; }
  .about-us-box .section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 750px;
    flex-wrap: wrap; }
    .about-us-box .section.wrap-reverse {
      flex-wrap: wrap-reverse; }
    .about-us-box .section .image {
      min-width: 250px;
      max-width: 300px;
      flex: 1 1 300px; }
      .about-us-box .section .image img {
        height: auto;
        width: 100%; }
    .about-us-box .section .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 20px;
      flex: 1 1 300px; }
      .about-us-box .section .text .title {
        color: #4D4D4D;
        font-size: 24px; }
      .about-us-box .section .text .description {
        font-family: 'Aileron-Light';
        color: #6D9DD3;
        text-align: center;
        min-width: 300px;
        max-width: 450px;
        font-size: 16px; }

.brief-history-box {
  background-color: rgba(245, 245, 245, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px; }
  .brief-history-box .title {
    font: normal normal normal 36px/43px 'Aileron-Regular';
    color: #4D4D4D;
    padding-bottom: 20px;
    text-align: center; }
  .brief-history-box .description {
    font: normal normal 300 18px/21px 'Aileron-Light';
    color: #A8A8A8;
    padding-bottom: 20px;
    text-align: center;
    max-width: 615px; }
