﻿.three-column-container {
    background-color: transparent;
    background-image: radial-gradient(at center right, #063A5B 0%, #001824 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
}

    .three-column-container .row {
        justify-content: space-evenly;
    }

.three-column-container-heading {
    color: white;
    text-align: center;
    padding-bottom: 50px;
}

    .three-column-container-heading h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .three-column-container-heading p {
        font-size: 18px;
        padding-top: 7px;
        margin: 0 auto;
        max-width:50%;
        margin-bottom:15px;
    }

.three-column-container-content {
    background: none;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .three-column-container-content h4 {
        font-weight: bold;
        font-size: 1.35rem;
        margin-bottom: 10px;
    }

    .three-column-container-content p {
        font-size: 18px;
        margin-bottom: 15px;
    }

.three-column-container .nextgen-icon svg {
    width: 60px;
    fill: white;
    margin-bottom: 20px;
}

.three-column-container .mic_icon svg {
    width: 47px;
}
