#resume {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.grey-section {
    background: #ebebeb;
}
#resume .resume-timeline {
    max-width: 980px;
}
.row {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
}
.row:before, .row:after {
    content: "";
    display: table;
}
#resume .resume-header {
    text-align: center;
}
.col-twelve, .col-full {
    width: 100%;
}
[class*="col-"] {
    padding: 0 20px;
}
[class*="col-"], .bgrid {
    float: left;
}
#resume .resume-header h2 {
    color: #4a4a4a;
}
#resume .timeline-wrap {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 6rem;
}
#resume .timeline-wrap::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 45%;
    top: 0;
}
#resume .timeline-block {
    position: relative;
    padding-top: 1.5rem;
}
#resume .timeline-ico {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    position: absolute;
    left: 45%;
    top: 0.9rem;
    margin-left: -2.4rem;
}
#resume .timeline-ico i {
    position: relative;
    left: 0.05rem;
    top: 0.2rem;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}
#resume .timeline-header {
    float: left;
    width: 45%;
    padding-right: 50px;
    text-align: right;
}
#resume .timeline-header h3 {
    margin-bottom: 0;
}
#resume .timeline-header p {
    font-family: "poppins-regular", sans-serif;
    font-size: 1rem;
    color: #888888;
}
#resume .timeline-content {
    margin-left: 45%;
    padding-left: 50px;
}
#resume .timeline-content h4 {
    position: relative;
    padding-bottom: 1rem;
}
#resume .timeline-content h4::after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}
input, textarea, select, pre, blockquote, figure, table, p, ul, ol, dl, form, .fluid-video-wrapper, .ss-custom-select {
    margin-bottom: 3rem;
}

h3, .h03, h4, .h04 {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1201px) {
    h3, .h03 {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    h2, .h02 {
        font-size: 2.4rem;
        line-height: 1.25;
    }
    h4, .h04 {
        font-size: 1.7rem;
        line-height: 1.765;
    }
    #resume .timeline-wrap::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 50%;
        top: 0;
    }
    #resume .timeline-ico {
        height: 4.8rem;
        width: 4.8rem;
        line-height: 4.8rem;
        background: #f7f7f7;
        border-radius: 50%;
        text-align: center;
        color: #000000;
        position: absolute;
        left: 50%;
        top: 0.9rem;
        margin-left: -2.4rem;
    }
    #resume .timeline-header {
        float: left;
        width: 50%;
        padding-right: 90px;
        text-align: right;
    }
    #resume .timeline-content {
        margin-left: 50%;
        padding-left: 50px;
    }
  }