.docs{
    display: block;
    max-height: 100%;
    margin-top: 80px;
    }
.docs ul{
    width: 49%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    }

.docs>ul:not:first{
    margin-left: 5%;
    }

.com{
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;
    padding-top: 10px;
    list-style: none;
    }

.docs li:not(.com){
    line-height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    }

.docs a:before {
    content: "\e020";
    }
.docs a:before {
    font-family: icomoon;
    color: #34b2db;
    margin: 0 5px;
    position: relative;
    }
a.download.pdf:before, a.external.pdf:before, a.email.pdf:before {
    content: "\e020";
}


.docs>.title{
    font-size: 32px;
    line-height: 50px;
    }

.docs>.subtitle{
    color: #a0a0a0;
    font-size: 24px;
    line-height: 50px;
    }
.docs>.center{
    text-align: center;
    }


@media (max-width: 992px){
.docs ul {
    display: block;
    width: 100%;
    }
    }

