.rc-733136f6-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rc-733136f6-card {
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    color: #fff;
    min-height: 400px;
}

.rc-733136f6-content {
    flex: 1 1 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rc-733136f6-image-wrap {
    flex: 1 1 50%;
    position: relative;
    min-height: 300px;
}

.rc-733136f6-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.rc-733136f6-date {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rc-733136f6-title {
    font-size: 42px;
    margin: 0 0 10px;
    font-weight: 300;
    color: #fff;
    font-family: serif;
}

.rc-733136f6-location {
    font-size: 14px;
    margin-bottom: 30px;
}

.rc-733136f6-text {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 30px;
}

.rc-733136f6-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.rc-733136f6-btn:hover {
    background: #fff;
    color: #7a736a;
}

.rc-733136f6-preview {
    padding: 30px;
    background: #f1f1f1;
    border: 1px dashed #ccc;
    text-align: center;
}

@media (max-width: 767px) {
    .rc-733136f6-card {
        flex-direction: column;
    }
    .rc-733136f6-image-wrap {
        min-height: 250px;
    }
}