/* Introduction Section */
.three-up-section {
    background-color: var(--medium-dark);
    padding: 20px ;
    text-align: center;
}

.three-up-section .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.three-up-section .column img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .three-up-section {
        padding: 75px 0;
        margin: -55px 30px 0 30px;
        position: relative;
        z-index: 10;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 30px 30px 0px 0px;
    }


    .three-up-section h2 {

        text-align: center;
    }

    .three-up-section > p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    } 


    .three-up-section .columns-container {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        margin: 70px auto 0 auto;
        width: 1200px;
    }

    .three-up-section .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        margin: 0 1.5%;
    }

    .three-up-section .column img {
        max-width: 100%;
        height: auto;
        max-width: 77%;
        margin-bottom: 40px;
    }
    .three-up-section .column h3 {
        margin-bottom: 30px;
    }
}
