/* CSS Document */
/* CSS Document */
.gout-photo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 20px auto !important;
  width: fit-content !important;
  flex-wrap: nowrap !important; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    .gout-photo {
      width: auto !important;
      display: inherit !important; } }
  @media screen and (max-width: 350px) {
    .gout-photo {
      width: auto !important;
      display: inherit !important; } }
  .gout-photo figure {
    width: fit-content !important; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      .gout-photo figure {
        margin: 0 auto 20px !important; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .gout-photo figure {
        margin: 0 auto 20px !important; } }
    @media screen and (max-width: 350px) {
      .gout-photo figure {
        margin: 0 auto 20px !important; } }
    .gout-photo figure:last-of-type {
      margin: 0; }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        .gout-photo figure:last-of-type {
          margin: 0 auto 20px; } }
      @media screen and (max-width: 350px) {
        .gout-photo figure:last-of-type {
          margin: 0 auto 20px; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      .gout-photo figure.photo_img01 {
        max-width: 250px !important;
        width: 100% !important; } }
    @media screen and (max-width: 350px) {
      .gout-photo figure.photo_img01 {
        max-width: 250px !important;
        width: 100% !important; } }
    .gout-photo figure img {
      border-radius: 5px;
      width: 100%; }

.gout-box strong {
  font-weight: 600; }
