body.events_home.full_preview {
    .collection_container {
        display: flex;
        .col-events_home_title{
            margin: 0 0 18px 0;
            font-size: 25px;
            line-height: 1.3;
            font-weight: 600;
            color: #275b91 !important;
        }

        .bild-rechts img{
            width: 100%;
            height: 100%;
            min-height: 380px;
            max-height: 380px;
            display: block;
            object-fit: cover;
            border-radius: 10px;
        }

        .col-events_home_link {
            margin-top: 20px;
            
            a{
                width: 100%;
                padding: 10px 24px;
                background-color: #275b91 !important;
                color: #ffffff !important;
                border: none;
                border-radius: 8px;
                font-size: 16px;
                font-weight: var(--fw-regular);
                cursor: pointer;
            }
        }
    }
}