.marseem-card-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.marseem-card {
    width: 350px;
    height: 200px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
}

.marseem-logo {
    height: 40px;
}

.marseem-card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #484b4b;
}
