.lead {    font-weight:600;    margin-left:-20vw;    color:var(--blue3);    font-size:1.6rem;    max-width:400px;;}.ele-pic-1-box {    background:url('/img/squigles.webp');    background-repeat:no-repeat;    background-size:cover;    overflow:hidden;    border-radius:20px}.ele-pic-1-box img {    width:200px;    height:200px;    margin-bottom:0;    margin-left:3px;    transform:scaleX(-1);}.articles-background {    position:absolute;    top:0;    left:0;    width:60%;    height:100%;    border-bottom-right-radius:30px;    border-top-right-radius:30px;    background-color:var(--blue2);    z-index:-2;}.articles-stripe {    position:relative;}.articles-stripe h2 {    color:white;    padding-bottom:10px;}.article-carousel {    width:380px;    height:400px;    display:flex;}article {    width:380px;    flex-shrink:0;    height:100%;}.articles-stripe .article-box {    height:400px;    width:400px;    border:1px solid var(--blue3);    border-radius:20px;    background:var(--white);    --margin:0 0 25px 25px;    position:relative;}.articles-stripe .article-box img {    width:100%;    height:200px;}.articles-stripe .article-box h3 {    color:var(--blue3);    font-size:1.2rem;    margin:0px;    padding:0px;    font-weight:300;    white-space:normal;}.articles-stripe .article-box p.article-author {    color:var(--blue3);    font-size:0.8rem;    margin:10px 0;    padding:0px;}.articles-stripe .article-box p.article-intro {    margin:10px 0;    padding:0px;    white-space:normal;}.article-view {    overflow:hidden;    width:100%;    height:100%;}.case-study {    padding:10px 10px;    margin-top:50px;    border-radius:20px;    border:2px solid orange;    position:relative;    height:100%;}.case-study .read-more-1 {    width:250px;    bottom:-50px;    right:30px;}