section:nth-child(odd) {
    margin: 0 120px 0 240px;
    border-left: 5px solid #ffda94;
}

section:nth-child(even) {
    margin: 0 100px 0 250px;
    border-right: 5px solid #ffda94;
}

.leaderBox h1 {
    font-size: 140px;
    color: #f8d3dc;
    text-shadow: 8px 8px 0px #448aab;
    /* -webkit-text-stroke: 5px #d49ba9; */
    position: relative;
    left: 200px;
    top: -1600px;
}

.imgBox1{
    display: flex;
}

.imgBox1-1{
    width: 500px;
    margin-right: 50px;
}

.imgBox1-2{
    width: 500px;
}

.imgBox2{
    display: flex;
}

.imgBox2-1{
    width: 330px;
    margin-right: 30px;
}

.imgBox2-2{
    width: 700px;
}

.imgBox3{
    display: flex;
}

.imgBox3-1{
    width: 315px;
    margin-right: 30px;
}

.imgBox3-2{
    width: 750px;
}