/* Overall Container */
.marketo-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/drupal/sites/default/files/inline-images/Mask%20group_0.png') no-repeat center center;
    background-size: cover;
    padding: 50px;
    min-height: 500px;
}

/* Content Wrapper */
.marketo-form-content {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 1200px;
}

/* Left Side Content */
.left-content {
    width: 50%;
    color: white;
    padding-right: 40px;
}

/* Headings */
.marketo-form-homepage {
    color: white;
    font-size: 26px;
}

/* Paragraph */
.left-content p {
    font-size: 16px; 
    color: white;
}

/* List Styling */
.left-content ul {
    list-style: none;
    padding: 0;
}

.left-content li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.left-content li img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

/* Right Side: Marketo Form */
.right-form {
    width: 50%;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
