/*  CSS document  */
@CHARSET "UTF-8";

section {
   background-color: #fcf8ed;
}

section main {
   display: flex;
   flex-direction: column;
   align-items: center;
   flex-wrap: nowrap;
}

section main .pf-main {
   width: 55%;
   padding-bottom: 60px;
}

section main .pf-text {
   width: 65%;
   padding-bottom: 30px;
}

/* 425px */
@media screen and (max-width: 26.56em) {
   section main .pf-text {
      width: 80%;
   }
}