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

    .description {
        position: fixed;
        top: 680px;
        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: 404px;
        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;
    }
    
    .provisions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

        a {
            text-decoration: underline;
        }
    }

    .yoho-img {
        position: fixed;
        bottom: 100px;
        width: 214px;
        height: 53px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/me/yoho.png');
    }
}

.provisions {
    margin: 20px 3%;
    font-size: 30px;
    width: 94%;
    overflow: hidden;
    
    h4 {
        line-height: 60px;
    }

    ul {
        list-style: disc;
        list-style-position: inside;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    p {
        line-height: 40px;
        margin-top: 40px;
    }
}