.yess-article-1 {}
.yess-article-1-image-wrapper {margin-inline: -1rem;margin-top: 2em;position: relative;overflow: hidden;height: 11rem;}
.yess-article-1-image {position: absolute;bottom: 0;}
.yess-article-1-heading {margin-top: 1em;font-size: 1.4em;}
.yess-article-1-description {margin-top: 1em;}
.yess-article-1-link {margin-top: 1em;width:100%;display: block;padding: 1em 1.5em;border: 1px solid var(--bdc-gray);text-align: center;}
.yess-article-1-link-anchor {}
.yess-article-1-link-image {width: 17rem;margin-inline: auto;}
/**/
.yess-features-2 {margin-top: 4em;}
.yess-features-2-heading {}
.yess-features-2-description {margin-top: 1.2em;font-weight: bold;text-align: center;}
.yess-features-2-list-wrapper {display: grid;grid-template-columns: repeat(2,1fr);
gap:2em 1em}
.yess-features-2-list {display: grid;margin-top: 1em;grid-template-rows: 5rem 1fr;}
.yess-features-2-list-item-heading {line-height: 1.2;font-weight: bold;}
.yess-features-2-list-item-point {color: var(--c-accent);font-size: 1.0em;font-family: var(--ff-en);display: block;padding-top: 0.8em;background-color: var(--c-accent);color: var(--c-text);line-height: 1;letter-spacing: 0.1em}
.yess-features-2-list-item-heading-text{margin-top: 0.5em;display: block;color: var(--c-primary);}
.yess-features-2-list-item-description {line-height: 1.4;font-size: 0.9em;}
/**/
.yess-features-2-image-wrapper {margin-top: 2em;overflow: hidden;height:70dvh;display: flex;align-items: center;margin-inline: -1rem;width: 100vw;}
.yess-features-2-image {width: auto;height: 100%;max-width: unset;object-fit: cover;transform-origin: 100% 100%;width: auto;}


@media (min-width: 500px) {
.yess-article-1-image-wrapper {margin-inline:calc(50% - 50vw);height: 26rem;}
.yess-article-1-image {width: 100%;aspect-ratio:4 / 1.5 ;object-fit: cover;}
.yess-article-1-heading {font-size: 1.6em;margin-top: 0;}
.yess-article-1 {display: grid;grid-template-rows: auto auto auto;grid-template-columns: 2fr 1fr;gap:0 3em;align-items: start;}
.yess-article-1-image-wrapper{grid-area: 1 / 1 / 2 / 3;}
.yess-article-1-heading{grid-area: 2 / 1 / 3 / 2;margin-top: 4rem;}
.yess-article-1-description{grid-area:3 / 1 / 4 / 2;margin-top: 1rem;}
.yess-article-1-link{margin-top: 0;grid-area: 3 / 2 / 4 / 3;margin-top: 0;text-align-last: left;}
/**/
.yess-features-2{margin-top: 4em;}
.yess-features-2-description{font-size: 1.2em;}
.yess-features-2-list{margin-top: 0;}
.yess-features-2-heading {}
.yess-features-2-list-wrapper {
    grid-template-columns: repeat(4,1fr);
    gap: 2em 2em;
margin-top: 3em;
}
.yess-features-2-list-item-heading-text{font-size: 1.2em;}
.yess-features-2-list-item-description{margin-top: 1em;}
.yess-features-2-description{margin-top: 3rem;}
.yess-features-2-image-wrapper{margin-top: 3em;margin-inline:0;height:90dvh;width: 100%;max-height: 30rem;}
.yess-features-2-image{}

}