@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.list{margin:1rem 0 3rem}.list__container{flex-wrap:wrap;align-items:flex-start;gap:4rem 8rem;display:flex}.list__left{flex:40rem;display:flex}.list__right{flex:30rem;display:flex}.list__item{border-bottom:1px solid #222;padding:1.5rem 0 1.5rem .5rem}.list__item:first-child{padding-top:0}.list__button{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.4rem 0;display:flex}.list__button:hover .list__title{opacity:.85}.list__title{color:#222;font-size:2rem;font-weight:500;transition:color .3s,opacity .3s}.list__title--active{font-weight:600}.list__icon{flex-shrink:0;transition:transform .45s cubic-bezier(.22,1,.36,1)}.list__icon--active{transform:rotate(180deg)}.list__content{opacity:0;max-height:0;transition:max-height .55s cubic-bezier(.22,1,.36,1),opacity .3s ease-out,transform .35s ease-out;overflow:hidden;transform:translateY(-8px)}.list__content--active{opacity:1;max-height:500px;transform:translateY(0)}.list__p{color:#222;padding-top:1rem;line-height:1.7}.list__img{max-width:100%;max-height:33rem}@media (min-width:558px){.list{margin-top:2rem;margin-bottom:4rem}.list__item{padding-left:2.5rem}.list__img{height:auto;max-height:70rem}}
