section {
    padding: 5vw 0;
}

h2 {
    font-size: 2vw;
    font-weight: 500;
}

#banner-sec {
    background-color: #161E35;
    padding: 10vw 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 32.5vw;
    justify-content: start;
}

#banner-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banner-left-img {
    position: absolute;
    left: 0;
    width: 30%;
    bottom: 10%;
}

#banner-right-img {
    position: absolute;
    right: 0;
    width: 30%;
    bottom: 10%;
}

#banner-middle-img {
    position: absolute;
    bottom: 0;
    width: 16%;
}

#banner-content-cnt {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

#banner-content-cnt > h1 {
    margin: 0;
}

#banner-content-cnt > h2 {
    margin: 0;
}

#banner-content-cnt > div {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 1.1vw 0 2vw 0;
}

#banner-content-cnt > div  img {
    height: 1.8vw;
}

#banner-content-cnt > div p {
    margin: 0;
}


/* The Intersection of Human Needs, Automation, and Financial Outcomes Section  */
#featured-speakers-cnt {
    display: flex;
}

#featured-speakers-cnt > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#featured-speakers-cnt > div:first-child h2 {
    margin-top: 0;
}

#featured-speakers-cnt > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#featured-speakers-cnt > div:last-child img {
    width: 80%;
}


/* What You'll Walk Away With Section  */
#walk-away-cnt {
    display: flex;
}

#walk-away-cnt > div {
    width: 50%;
}

#walk-away-cnt > div:first-child h2 {
    margin-top: 0;
}

#walk-away-cnt > div:first-child > div {
    display: flex;
    align-items: center;
}

#walk-away-cnt > div:first-child > div img {
    width: 6%;
    margin-right: 1%;
}

#walk-away-cnt > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#walk-away-cnt > div:last-child img {
    width: 80%;
}

/* Powering the PSE Transformation with MiCustomer Section  */
#powering-cnt {
    display: flex;
}

#powering-cnt > div {
    width: 50%;
}

#powering-cnt > div:first-child {
    display: flex;
    flex-direction: column;
}

#powering-cnt > div:first-child h2 {
    margin-top: 0;
}

#powering-cnt > div:first-child > div {
    display: flex;
    align-items: center;
}

#powering-cnt > div:first-child > div img {
    width: 8%;
    margin-right: 1%;
}

#powering-cnt > div:first-child a {
    margin: 1vw 0 3vw 0;
}

#powering-cnt > div:first-child a:last-child {
    margin-bottom: 0;
}

#powering-cnt > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#powering-cnt > div:last-child img {
    width: 90%;
}

/* CTA Section  */
#cta-cnt {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#cta-cnt h2 {
    padding: 0.75vw 1vw;
    width: 70%;
}

#cta-cnt h2 span {
    position: relative;
}

#cta-cnt > button {
    margin-top: 2vw;
}

.title-cube {
    position: absolute;
    border: solid black 0.2vw;
    background-color: white;
    width: 1vw;
    height: 1vw;
    left: -0.75vw;
    top: -0.75vw;
}


@media (max-width:767px) {
    section {
        padding: 40px 0;
    }

    h2 {
        font-size: 20px;
    }
    
    #banner-sec {
        padding: 25vw 0 100px 0;
        height: unset;
    }

    #banner-content-cnt {
        width: 100%;
    }


    #banner-content-cnt > div {
        width: 100%;
        margin: 30px 0;
    }

    #banner-middle-img {
        width: 40%;
    }

    #banner-content-cnt > div img {
        height: 20px;
    }

    /* The Intersection of Human Needs Section */
    #featured-speakers-cnt {
        flex-direction: column;
    }

    #featured-speakers-cnt > div {
        width: 100%;
        text-align: center;
    }

    /* What You'll Walk Away With Section  */
    #walk-away-cnt {
        flex-direction: column;
    }

    #walk-away-cnt > div {
        width: 100%;
    }
    
    #walk-away-cnt > div:first-child > div img {
        width: 30px;
        margin-right: 10px;
    }

    /* Powering the PSE Transformation with MiCustomer Section  */
    #powering-cnt {
        flex-direction: column;
    }

    #powering-cnt > div {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    #powering-cnt > div:last-child img {
        width: 100%;
        margin-top: 40px;
    }

    /* CTA Section  */
    #cta-cnt h2 {
        width: 100%;
    }

    .title-cube {
        width: 12px;
        height: 12px;
        left: -10px;
        top: -10px;
        border: solid black 2px;
    }
}