.section_title_wrap {
  margin-bottom: var(--space5) !important; }

.flex {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space4); }
  @media (min-width: 521px) {
    .flex {
      flex-direction: row; }
      .flex .flex_inner_sub {
        width: calc( 40% - var(--space4) / 2 ); }
      .flex .flex_inner_main {
        width: calc( 60% - var(--space4) / 2 ); } }

.autograph {
  margin-top: var(--space3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: var(--space2);
  flex-wrap: wrap; }
  .autograph picture {
    max-width: 144px;
    transition: var(--animationDuration) clip-path;
    clip-path: rect(0% 100% 100% 0%); }
    .autograph picture:not(.active) {
      transform: none;
      opacity: 1;
      filter: Alpha(opacity=100);
      clip-path: rect(0% 0% 0% 0%); }
