@charset "UTF-8";

body {
    font-family: "Federo","Hiragino Mincho ProN" sans-serif;
    font-size: 25px;
  }
  .AboutUs div {
    display: flex;
    list-style: none;
  }

  .AboutUs header {
    flex-basis: 26%;
    padding: 40px 15px;
    background-color: rgba(137, 43, 226, 0.089);
  }

  .AboutUs header img {
      background-color: #ffffff;
      display: block;
      padding: 5px;
      border-radius: 4%;
  }

  .AboutUs header div {
      display: flex;
      justify-content: center;
      margin-top: 70px;
  }

  .AboutUs nav {
      margin: 150px 60px 10px;
  }

  .AboutUs main {
    flex-basis: 50%;
    margin-top: 70px;
    font-size: 19px;
  }

 

  div {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    }

    .Federo {
      font-family: "Federo", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    footer {
        font-family: "Federo", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        max-width: 1280px;
        margin: 0px auto;
        padding: 40px;
        text-align: center;
      }