:host {
    background-color: #3f51b5;
    margin-top: 30px;
    display: block;
    //position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;

    .footer {
        position: relative;
        padding: 50px 24px;

        .row {
            display: flex;
            text-align: center;
            justify-content: center;

            .colum {
                flex: 1;

                h2 {
                    font-size: 16px;
                    font-weight: 500;
                }

                .footer-link {
                    margin: 12px 0;

                    a {
                        color: #fff;
                    }
                }
            }
        }
    }
}
