.work-examples-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:15%;min-height:708px;background-color:#f1f5fe;border-radius:10px;cursor:pointer;transition:width .3s linear}.work-examples-item_active{width:66%}.work-examples-item__img-container{width:100%;border-radius:10px 10px 0 0;overflow:hidden}.work-examples-item__content{padding:24px 44px}.work-examples-item__bottom-panel{display:flex}.work-examples-item__title{display:block;margin-bottom:16px;color:#36486a;font-size:36px}.work-examples-item__description{color:#36486a;font-size:18px;line-height:120%}.work-examples-item__button{background:none;border:none}.work-examples-item__button-icon{width:44px;height:44px;transition:transform .3s ease}.work-examples-item__button-icon_active{transform:rotate(45deg)}@media screen and (max-width:992px){.work-examples-item{width:19%}.work-examples-item_active{width:58%}}@media screen and (max-width:768px){.work-examples-item{width:100%;min-height:auto}.work-examples-item__img{max-height:0;transition:max-height .3s linear}.work-examples-item__img_active{max-height:550px}.work-examples-item__content{padding:16px 24px}.work-examples-item__title{font-size:24px}.work-examples-item__description{font-size:16px}.work-examples-item__button-icon{width:36px;height:36px}}.work-examples-items{display:flex;justify-content:space-between}@media screen and (max-width:768px){.work-examples-items{flex-direction:column;gap:16px}}