#about {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 11rem; }
  #about .txt {
    width: 45%; }
    #about .txt h3 {
      color: #3A89A5;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.05em;
      font-weight: 700;
      padding-bottom: 3.5rem; }
    #about .txt p {
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: 0.05em;
      padding-bottom: 1.5em; }
  #about .pic {
    margin-left: auto;
    width: 50%; }
    #about .pic ul {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #about .pic ul li {
        list-style: none;
        width: 22.2rem; }
        #about .pic ul li:first-child {
          width: 100%;
          padding-bottom: 7rem; }
        #about .pic ul li p {
          padding-top: 1rem;
          font-size: 1.4rem;
          line-height: 1.5;
          letter-spacing: 0.05em; }

@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 8rem; }
    #about .txt {
      width: 100%; }
      #about .txt h3 {
        font-size: 2.0rem;
        line-height: 1.5;
        letter-spacing: 0;
        padding-bottom: 2.5rem; }
      #about .txt p {
        font-size: 1.4rem; }
    #about .pic {
      width: 100%; }
      #about .pic ul li {
        width: 100%;
        padding-bottom: 5rem; }
        #about .pic ul li:first-child {
          width: 100%;
          padding-bottom: 5rem; }
        #about .pic ul li:last-child {
          padding-bottom: 0; }
        #about .pic ul li p {
          padding-top: 1rem;
          font-size: 1.4rem;
          line-height: 1.5;
          letter-spacing: 0.05em; } }
