.cmn08_grid{display:grid;gap:3.8rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.cmn08_grid{grid-template-columns:1fr;row-gap:3.2rem}}.cmn08_grid .item{align-items:center;display:flex;gap:3rem}@media screen and (max-width:768px){.cmn08_grid .item{gap:1.6rem}}.cmn08_grid .image{flex:0 0 auto;margin:0;width:min(39.7%,21rem)}.cmn08_grid .image img{aspect-ratio:1/1;border-radius:50%;display:block;width:100%}.cmn08_grid .content{flex:1 1 auto}.cmn08_grid .title{background-color:var(--color-base);color:#fff;font-size:2rem;font-weight:500;line-height:1.2;margin:0 0 1rem;padding:.2rem .8rem;width:fit-content}@media screen and (max-width:768px){.cmn08_grid .title{font-size:1.8rem;margin-bottom:.6rem}}.cmn08_grid .text{font-weight:300}