

.iti-3-column-bordered, .iti-3-column-grid, .iti-3-column-standard, .iti-3-column-icons {
    font-family: "Apercu Pro Regular", sans-serif;
    margin: 0 auto;

    sup {
        bottom: 0.6rem;
        font-size: 1rem;
    }

    .header {
        max-width: 1440px !important;
        .headline {
            text-align: center;
        }
        .subhead {
            margin-top: 1.5625rem;
            text-align: center;
            color: #445666;
            font-size: 1.0625rem;
            letter-spacing: -.5px;
            line-height: 1.59;
            margin: 0 auto;
            max-width: 600px;
            text-align: center;
        }
    }

    .columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1440px !important;

        .column {
            .column-title {
                font-family: "Apercu Pro Medium", Arial, Helvetica, sans-serif;
                text-align: center;
                color: #2d1e73;
                font-size: 1.875rem;
                font-weight: 500;
                letter-spacing: -1px;
                line-height: 1.33;
                margin-top: 1.5625rem;
            }

            .column-content {
                display: flex;
                margin: 0 auto;
                max-width: 300px;
                margin-top: 2.5rem;

                p, ul {
                    color: #445666;
                    font-size: 17px;
                    letter-spacing: -.5px;
                    line-height: 1.33;
                }

                h1, h2, h3, h4, h5 {
                    font-weight: 500;
                }

                h5 {
                    font-size: 20px;
                    letter-spacing: -.6px;
                    line-height: 1.2;
                }

                h4 {
                    font-size: 26px;
                    letter-spacing: -.5px;
                    line-height: 1.15;
                }

                ul {
                    display: block;
                    list-style-type: disc;
                    margin-block-start: 1em;
                    margin-block-end: 1em;
                    padding-inline-start: 40px;

                    li {
                        margin-bottom: 1.5rem;
                    }
                }
            }
        }
    }
}

.iti-3-column-bordered {
    .columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1440px !important;

        .column {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.25rem;
            padding: 10px 30px;
            position: relative;
            
            @media (min-width:980px) {
                &:not(:first-child):before {
                    background: #d5dade;
                    content: "";
                    height: 80%;
                    left: -10px;
                    opacity: .5;
                    position: absolute;
                    top: 100px;
                    width: 1px;
                }
            }

            .column-icon {
                text-align: center !important;
                margin: 0 auto;
                width: 60px;
                height: 60px;
            }

            .column-title {
                .et_pb_text_inner {
                    text-align: center;
                    color: #2d1e73;
                    font-size: 1.875rem;
                    font-weight: 500 !important;
                    letter-spacing: -1px;
                    line-height: 1.33;
                    margin-top: 0rem;
                }
            }

            .column-content {
                display: flex;
                margin: 0 auto;
                max-width: 300px;
                margin-top: 0.8rem;
                text-align: center;

                & > * {
                    color: #445666;
                    font-size: 17px;
                    letter-spacing: -.5px;
                    line-height: 1.33;
                }

                ol, ul {
                    margin-top: 0px;
                    padding-left: 0px;
                    li {
                        font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif;
                        color: #445666;
                        font-size: 17px;
                        letter-spacing: -.5px;
                        line-height: 1.33;
                        list-style-type: none;
                        padding-left: 30px;
                        position: relative;
                        text-align: left;

                        &:not(:first-child) {
                            margin-top: 1.875rem;
                        }

                        &:before {
                            border: solid #0074e8;
                            border-width: 0 2px 2px 0;
                            content: "";
                            display: block;
                            height: 20px;
                            left: 0;
                            position: absolute;
                            transform: rotate(45deg);
                            width: 10px;
                        }

                        p {
                            margin-top: 1.5rem;
                            margin-bottom: 1.5rem;
                        }
                    }
                }
            }

            .column-cta {
                margin-top: auto;
                padding-top: 2.5rem !important;
                padding-bottom: 5px !important;
                align-self: center;
                color: #2d1e73 !important;
                display: inline-block;
                font-size: .75rem;
                font-weight: 500;
                letter-spacing: 1.5px;
                line-height: 1.08;
                padding-bottom: 5px;
                position: relative;
                text-transform: uppercase;

                a:link, a:visited, a:hover, a:active {
                    color: #2d1e73 !important;
                }

                &::after {
                    background: #ffad5b;
                    bottom: 0;
                    content: "";
                    height: 1px;
                    left: 0;
                    position: absolute;
                    width: 100%;
                }
            }
        }
    }
}

.iti-3-column-grid, .iti-3-column-standard, .iti-3-column-icons {
    .columns {
        .column {
            .column-title {
                text-align: left;
                margin-bottom: 0px;
            }
            .column-content {
                max-width: 370px;
                padding-top: 15px;
                margin-top: 0px;
                margin: initial;
            }
        }
    }
}

.iti-3-column-grid {
    .columns {
        justify-content: start;

        .column {
            .column-title {
                &:before {
                    border: solid #0074e8;
                    border-width: 0 2px 2px 0;
                    content: "";
                    display: block;
                    height: 20px;
                    left: -30px;
                    position: absolute;
                    transform: rotate(45deg);
                    width: 10px;
                }
            }
        }
    }
}

.iti-3-column-icons {
    .columns {
        .column {
            .column-icon {
                width: 60px;
                margin: 0px;
            }

            .column-content {
                text-align: center;
            }
        }
    }
}
