#certification {
    h2 {
        color: $agave-dark;
        margin: 0 0 30px 0;
    }


    .certification_steps {
        background-color:#efefef;
        margin: 50px 0 0 0;

        a {
            font-weight: 700;
            color: $agave-light-blue;
            font-size: 19px;
        }

        li {
            font-size:19px;
            color: #575757;
            line-height: 1.2;
            margin: 10px;
        }

        p {
            font-size: 19px;
            margin-bottom: 5px;
        }

        .row {
            .container {
                border-bottom: 3px solid #fff;
            }
        }

        .row {
            margin: 0 auto !important;

            .container {
                padding: 30px 0;
            }
        }

        .medium-9 {
            text-align: center;
        }



         /* Medium and up */
        @media screen and (min-width: 40em) {

            .row {
                .container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }

            .medium-9 {
                text-align:left;
            }
        }
    }

    .certification_status {
        padding: 60px 0;
        
        p {
            max-width:100%;
        }

        @media screen and (min-width: 40em) {
            >div {
                display:flex;

                div.status-block {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    align-items: center;
                }
            }
        }
    }

    .cert_icon {
        max-width:100px;
    }

    .support {
        background-color: #efefef;
        margin: 0;
    }
}