#comsection {
    margin: 50px 10%;
    width: 80%;
    height: 40vw;
    display: inline-block;
}

#forumsec {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: var(--thi-color);
    margin-right: 1%;
}

#comsecsec {
    float: left;
    width: 49%;
    height: 100%;
}

#gitsec {
    height: 48.5%;
    overflow: hidden;
    background-color: var(--thi-color);
    margin-bottom: 1vw;
}

#linkedinsec {
    height: 48.5%;
    overflow: hidden;
    background-color: var(--thi-color);
}

.comimg {
    width: 98%;
    margin: 0px 1%;
}

.comtitle {
    color: var(--important-color);
    font-size: 1.5vw;
    margin-left: 20px;
    margin-right: 20px;
}

.comdesc {
    color: whitesmoke;
    font-size: 1vw;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 900px) {
    #comsecsec {
        float: none;
        height: auto;
        width: 100%;
        margin-left: 0;
    }

    #comsection {
        margin: 50px 0;
        width: 94%;
        margin-left: 3%;
        height: auto;
    }

    #forumsec {
        float: none;
        width: 100%;
        height: auto;
    }

    #gitsec {
        height: auto;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
    }

    #linkedinsec {
        height: auto;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
    }

    .comtitle {
        font-size: 24px;
    }

    .comdesc {
        font-size: 16px;
    }
}
