.container-mobile-expand{margin-bottom:0 !important;position:relative}
@media screen and (max-width:768px){.container-mobile-expand .mobile-container{padding:20px 0;border-top:solid 1px #d9dad6}
.container-mobile-expand .mobile-container.lastItem{border-bottom:solid 1px #d9dad6}
}
.container-mobile-expand .mobile-container .mobile-expand{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;cursor:pointer;position:relative;gap:25px}
.container-mobile-expand .mobile-container .mobile-expand .image-card{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:1;max-width:100px;flex-shrink:0}
.container-mobile-expand .mobile-container .mobile-expand .image-card .image-card__image{position:relative;width:100%;height:100%}
.container-mobile-expand .mobile-container .mobile-expand .image-card .image-card__image img{width:100%;height:100%;object-fit:cover;display:block;min-height:100%}
.container-mobile-expand .mobile-container .mobile-expand .mobile-content{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;font-size:18px}
.container-mobile-expand .mobile-container .mobile-expand .mobile-content .mobile-title{font-weight:bold;margin-bottom:0}
.container-mobile-expand .mobile-container .mobile-expand .mobile-content .mobile-teaser{padding-right:25px;margin-bottom:0}
.container-mobile-expand .mobile-container .mobile-expand::after{content:"";position:absolute;right:13px;top:50%;width:12px;height:12px;border-right:2px solid #000;border-bottom:2px solid #000;transform:translateY(-50%) rotate(45deg)}
.container-mobile-expand .mobile-container .mobile-expand.opened::after{transform:translateY(-50%) rotate(-135deg);top:50%;margin-top:5px}
.container-mobile-expand .mobile-container .mobile-expand.opened .mobile-title{color:#da291c}
@media screen and (max-width:768px){.container-mobile-expand .mobile-container .desktop-content{margin-top:30px}
}