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

    .description {
        position:absolute;
        top: 30%;
        width: 100%;
    }
    
    .icon-container {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blk-icon {
        background: resolve("home/app-icon.png") no-repeat;
        width: 160px;
        height: 160px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;

    }

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

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