/* line 4, stdin */
section.column {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--third); }
  @media screen and (max-width: 1100px) {
    /* line 4, stdin */
    section.column {
      flex-direction: column; } }
  /* line 16, stdin */
  section.column .col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 26, stdin */
  section.column .col-left .image-wrapper {
    height: 550px;
    width: 550px;
    position: relative; }
    @media screen and (max-width: 1450px) {
      /* line 26, stdin */
      section.column .col-left .image-wrapper {
        height: 420px;
        width: 420px; } }
    @media screen and (max-width: 600px) {
      /* line 26, stdin */
      section.column .col-left .image-wrapper {
        height: 300px;
        width: 300px; } }
    @media screen and (max-width: 420px) {
      /* line 26, stdin */
      section.column .col-left .image-wrapper {
        height: 220px;
        width: 220px; } }
    /* line 46, stdin */
    section.column .col-left .image-wrapper img {
      position: absolute;
      inset: 0 0 45px 45px;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      z-index: 5; }
    /* line 57, stdin */
    section.column .col-left .image-wrapper .overlay {
      background-color: var(--bgColor);
      width: 100%;
      height: 100%;
      position: absolute;
      inset: -45px -45px 0 0; }
  /* line 68, stdin */
  section.column .col-right {
    padding-left: 35px;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 1200px) {
      /* line 68, stdin */
      section.column .col-right {
        padding-left: 60px; } }
    @media screen and (max-width: 1100px) {
      /* line 68, stdin */
      section.column .col-right {
        padding-left: 0; } }
