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

li {
    margin:0;
}

.mainContainer {
    width: 100%;
    min-height: 100vh;
    display: flex; 
    gap: auto;
    flex-direction: column;
    position:relative;
    margin:0;
}

.record > img{
    margin-bottom:25px;
}

.record > img:nth-last-child(){
    margin-bottom:0;
}

.process > img{
    margin-bottom:25px;
}

h1.subheading {
    margin: 30px 0 0;
}

img {
    border-radius: 15px;
    width:100%;
}

#ready {
    margin:80px 0;
}

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;
    justify-content: center;
    /* align-items: center; */
}

#persona-image {
    width:100%;
}


.context
{
    margin:0;
}


.links {
    margin:-8px 0 auto 0;
}


#links p {
    font: 700 15px/1.33 "figtree", sans-serif;
    color: #7A820A;
}

#work-process {
    margin-top:auto;
}

#process-heading {
    margin-bottom: 10px;

}









