.uibk-main-content {

    span.small {
        line-height: 1.3;
        display: inline-block;
    }

    #risk-quotes,
    #risk-quotes-2 {
        max-width: 100%;

        .col-12 {
            max-width: 100%;
            
            h2 {
                margin-bottom: 2rem;
            }
        }        
    }

    #risk-quotes {

        .col-12 {
            
            h2 {

                &:nth-child(1) {
                    margin-left: 20%;
                }

                &:nth-child(3) {
                    margin-left: 40%;
                }

                &:nth-child(4) {
                    margin-left: 30%;
                    margin-bottom: 0;
                }
            }
        }        
    }

    #risk-quotes-2 {

        .col-12 {

            h2 {
                max-width: 75%;
                line-height: 2;
                margin: auto;
            }
        }
    }
    
    #risk-infographic {

        .accordion > .card.uibk-grey-border {
            
            > .card-header [role="button"] {
                font-size: 22px;
            }

            .card-body {

                > .row {

                    > .col-12 {
                        max-width: none;
                        padding: 0 15px;
                    }
                }
            }

            .card-body > p:first-child:first-letter {
                font-size: 22px !important;
                float: none !important;
                line-height: 1.6 !important;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                color: #303030 !important;
            }

            &:nth-child(2) {
                
                > .card-header [role="button"] {
                    background: #78af8d;
                    border-color: #78af8d;
                }

                .card-body {
                    border-color: #78af8d;
                }
            }

            &:nth-child(3) {
                
                > .card-header [role="button"] {
                    background: #3db9ca;
                    border-color: #3db9ca;
                }

                .card-body {
                    border-color: #3db9ca;
                }
            }

            &:nth-child(4) {
                
                > .card-header [role="button"] {
                    background: #a74f9e;
                    border-color: #a74f9e;
                    color: #fff;
                }

                .card-body {
                    border-color: #a74f9e;
                }
            }
        }
    }

    #risk-table {

        .col-12 {
            max-width: 100%;
            padding: 15px;

            p:first-child:first-letter {
                font-size: 22px !important;
                float: none !important;
                line-height: 1.6 !important;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                color: #303030 !important;
            }

            .row {

                .col-12 {

                    &:nth-child(1) {
                        background-color: #eef3ef;
                    }

                    &:nth-child(2) {
                        background-color: #fff6ee;
                    }

                    &:nth-child(3) {
                        background-color: #f1eaf4;
                    }

                    &:nth-child(4) {
                        background-color: #ecf6f6;
                    }
                }

                &:first-child {

                    p:first-child:first-letter {
                        color: #fff !important;
                    }

                    .col-12 {
                        color: #fff;

                        &:nth-child(1) {
                            background-color: #71b091;
                        }

                        &:nth-child(2) {
                            background-color: #f6c17c;
                        }

                        &:nth-child(3) {
                            background-color: #a258a8;
                        }

                        &:nth-child(4) {
                            background-color: #34baca;
                        }
                    }
                }
            }
        }
    }    
}