body main {
    margin-top: 0 !important;
    background-color: #f4f0ed !important;
}

.icon-doc-text:before {
    content: '\e85a';
    margin: 0;
    display: block;
    font-size: 25px;
    position: absolute;
    top: 13px;
    left: 13px;
}

.portfolio-items > div {
    flex: 1;
    margin-bottom: 2px;
    background-size: cover;
    background-position: 50% 50%;
    align-self: center;
    width: 100%;
    flex-wrap: wrap;
}

    .portfolio-items > div > span {
        border-radius: 3px;
        border: solid 10px #43b02a;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        display: block;
        height: 90vw;
        max-height: 550px;
    }

.portfolio-items .slider-container {
    max-width: 1000px;
    min-width: 400px;
    width: 100%;
}

.portfolio-items .project-details-container {
    margin-top: 20px;
    margin-left: 20px;
    flex: 0 1 300px;
}

.content ul li {
    list-style-type: disc !important;
    font-size: 14px !important;
    line-height: 145% !important;
    margin-bottom: 5px;
    color: #444 !important;
}

.content ul {
    padding: 0 !important;
}

    .content ul li {
        font-size: 14px !important;
        line-height: 145% !important;
        margin-bottom: 5px;
        color: #444 !important;
        display: flex;
        align-items: center;
        margin-left: 1em;
    }

        .content ul li:before {
            content: '';
            display: flex;
            width: 7px;
            height: 7px;
            border-radius: 1px;
            background: #43B02A;
            margin-right: 5px;
        }