.story__section{position:relative}.story__section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;background:linear-gradient(180deg,rgb(255 255 255 / .9) 0%,rgb(252 253 254) 50%,rgb(255 255 255 / .9) 100%);z-index:-1}.story__items{display:grid;gap:30px;margin:50px 0}.story__item{backdrop-filter:blur(8px);background-color:oklab(.999994 .0000455678 .0000200868 / .9);border:1px solid;border-color:oklab(.928 -.000571842 -.00597269 / .7);border-radius:15px;padding:30px;cursor:pointer;transition-duration:.3s}.story__item:hover{box-shadow:#fff0 0 0 0 0,#fff0 0 0 0 0,#fff0 0 0 0 0,#fff0 0 0 0 0,rgb(0 0 0 / .1) 0 20px 25px -5px,rgb(0 0 0 / .1) 0 8px 10px -6px;border-color:oklab(.729884 .16093 .0369245 / .3)}.story__background-icon{position:absolute;opacity:.1;right:24px}.story__background-icon img{width:64px;height:64px}.story__content{display:flex;flex-direction:column;gap:15px}.story__header{display:flex;align-items:center;gap:15px}.story__header-image{display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right bottom,oklab(.729884 .16093 .0369245 / .2) 0%,oklab(.36342 -.000455797 -.127774 / .2) 100%);border-radius:50%;width:64px;height:64px}.story__header-image span{display:block;color:oklch(.145 0 0);font-size:24px}.story__header-title{display:flex;flex-direction:column;gap:5px}.story__header-name{margin:0}.story__header-bottom{display:flex;gap:10px}.story__header-country{font-size:14px;line-height:1}.story__header-rating{display:flex;gap:3px}.story__header-rating svg{width:12px;height:12px}.story__header-rating svg.fill-gold{fill:oklch(.828 .189 84.429)}.story__body p{font-style:italic}@media screen and (min-width:768px){.story__items{grid-template-columns:1fr 1fr}}