/*     _     __ */
/* |_|/ \|V||_  */
/* | |\_/| ||__ */
.home-currently {
  margin-bottom: 140px;
}
.home-currently > h2 {
  text-align: center;
  margin-bottom: 24px;
}
.home-currently span {
  background: linear-gradient(0deg, rgba(232,204,0,1) 0%, rgba(232,204,0,1) 40%, transparent 40%, transparent 100%);
}
.home-currently .list {
  --columns: 2;
}

.home-currently .list article {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: none;
  padding: 0;
  text-align: left;
}

.home-currently .list img {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}

.home-currently .list article header {
  margin-top: 24px;
  display: flex;
}

.home-currently .list header > * {
  flex: 0 1 50%;
}
.home-currently .list header div,
.home-currently .list header time {
  color: var(--secondary-color);
  line-height: 26px;
}


.home-header {
  display: flex;
  align-items: baseline;
}
.home-header > * {
  flex: 0 1 50%;
}

.home-about {
  margin-top: 140px;
  display: flex;
  align-items: center;
}
.home-about figure {
  flex: 0 1 40%;
}
.home-about figure img {
  width: 100%;
}
.home-about article {
  flex-basis: 60%;
  padding: 24px;
}
.home-about p {
  margin-top: 1em;
  margin-left: 60px;
  line-height: 26px;
}


/* small screens */
@media screen and (max-width: 812px) {
    .home-currently h2 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600px;
        letter-spacing: 0.1em;
        line-height: 19px;
        --columns: 1;
    }

    .home-currently .list img {
        aspect-ratio: 1;
    }

    h3.dashed, h2.dashed {
        height: auto;
        font-size: 22px;
    }

    .home-currently .list article header {
        margin-top: 0px;
    }
    
    .home-currently .list, .home-currently .list header, .home-header, .home-about {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        --columns: 1;
    }

    .home-currently {
        margin-bottom: 60px;
    }

    .home-about {
        flex-direction: column-reverse;
    }
    .home-about article {
        margin-top: 60px;
    }

    .home-about article {
        flex-basis: 100%;
        padding: 0;
    }

    .home-about article p {
        margin: 0;
        margin-bottom: 16px;
    }
}
