        .container {
            width: 80%;
            margin: 0 auto;
        } 
        .section {
            margin-bottom: 80px;
        }
        .section p {
            margin-bottom: 30px;
        }
        .section img {
            width: 80%;
            border: 1px solid #bbb;
        }
        .section .item {
            margin-bottom: 60px;
        }
        .section .item ol {
            line-height: 1.8;
            padding-left: 20px;
        }
        .section .project {
            margin-bottom: 50px;
        }
        .section .project h4 {
            margin-bottom: 0
        }

        @media (max-width: 769px) {
            .container {
                width: 90% !important;
            }
            h1 {
                font-size: 130%;
            }
            .section img {
                width: 100% !important;
            }
        }