.cases{padding:40px 0}.cases__item{display:flex;align-items:center;padding:0;gap:20px;margin-bottom:10px}.cases__item--gray{background-color:#f5f5f5}.cases__item--red .cases__text{background-color:var(--red-color);color:#fff}.cases__title{padding:15px 20px;background:var(--red-color);color:#fff;font-size:28px;line-height:1;font-weight:500}.cases__text{padding:20px;font-size:14px}.cases__text h2{margin:5px 0;font-weight:500;font-size:20px}.cases__item--red .cases__text h2{color:#fff}.cases__text ul{margin:1.5rem 0;padding-left:20px}.cases__text ul li{margin-bottom:0.7rem;position:relative;list-style-type:none}.cases__text ul li:before{content:"•";color:#d32f2f;font-weight:bold;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}.cases__item--red .cases__title{background:#fff;color:var(--dark-gray-color)}.cases__item--red .cases__text{color:#fff}.cases__content{width:60%;overflow:hidden;-webkit-box-shadow:0px 5px 15px 0px rgba(50,50,50,0.2);-moz-box-shadow:0px 5px 15px 0px rgba(50,50,50,0.2);box-shadow:0px 5px 15px 0px rgba(50,50,50,0.2);border-radius:30px}.cases__image{flex:1}.cases__image img{width:100%;height:auto;border-radius:20px}@media (max-width:1000px){.cases__item{flex-direction:column}.cases__text{padding:20px}.cases__content{order:2;padding:0;width:initial}.cases__image{display:none}}