ul {
    list-style: none; 
    margin-left: 0;
}

li {
    margin:0;
    font: 400 15px/1.33 "figtree", sans-serif;
}

.quizSection{
    margin-top: 30px;
}

.mainContainer {
    width: 100%;
    min-height: 100vh;
    display: flex; 
    gap: auto;
    flex-direction: column;
    position:relative;
    justify-items:flex-start;
    align-items:flex-start;
}

img {
    border-radius: 15px;
}

.LG > img {
    border-radius: 0px;

}


h1 {
    padding:0;
    margin:0;
}

h2 {
    padding:0;
    margin-top: 15px; /* Add space between the image and text */
}

p {
    margin:10px 0;
    padding:0;
}

.content {
    display:flex;
    flex-direction:column;
    gap: 25px; /* Apply gap between items */
    position: relative;
    width: 100%; /* Use percentage for better responsiveness */
    max-width: 100vw; /* Ensure it doesn't overflow */
    padding-bottom:50px;
}

.digital-activations, .quiz, .end {
    display: flex;
    justify-content: space-between;

}

.LG {
    display:flex;
    width:100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;

}
.LG > img  {

    max-width: 48%; 
}

.LGTitle, .directMailers {
    margin-top:25px;
}



.context
{
    margin:0;
}




@media (max-width:575.98px) {

    .LG {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .LG > img {
        max-width:100%;
        gap:25px;
        margin-bottom: 20px;
    }

    main {
        padding-top:0;
        padding-left: 6%;
        padding-right:6%;
    }
    
}


