_about-us.css 964 Bytes
.about-us {
    width: 100%;
    height: 100%;
    background: #fff;

    .description {
        position: fixed;
        top: 404px;
        width: 425px;
        height: 75px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;

        p {
            font-size: 28px;
            margin-top: 10px;
        }
    }

    .icon-container {
        position: fixed;
        top: 550px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blk-icon {
        display: block;
        font-size: 180px;
        width: 180px;
        height: 180px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-label {
        margin-top: 10px;
        font-size: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    p {
        text-align: center;
        font-size: 24px;
    }
}