#drylab-banner-section{
    width:100%;
}

.modelling-container{
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    padding:50px 50px;
    gap:35%;
}
.modelling-header-text-container{
    justify-self:flex-start;
    margin-left:5%;
}
.modelling-header-text-container h1{
    font-size:2rem;

}
.modelling-introduction-container{
    justify-self:flex-end;
    background-color:lightblue;
    border-radius: 25px;
    padding: 1rem;
}
#methodolgy-section{
    display:flex;
    justify-content:center;
    
}
#methodolgy-section div{
    width:90%;
}

.methodolgy-text-container{
    width:80%;
    padding:5px 5px;
}

.centred-vertical-margin{
    display:flex;
    justify-content:center;
    margin: 5rem 0;
}
