@charset "UTF-8";

.story__col {
  justify-content: center;
}

.story__col:nth-of-type(2) .story__col--col2:first-of-type {
  width: 310px;
}

.story__col:nth-of-type(2) .story__col--col2:nth-of-type(2) {
  width: 510px;
}

@media screen and (max-width: 640px) {
  .story__col:nth-of-type(2) .story__col--col2:first-of-type {
    width: 35.632%;
  }
  .story__col:nth-of-type(2) .story__col--col2:nth-of-type(2) {
    width: 58.620%;
  }
}




