.doc-types{
    text-align: right;
    padding: 30px 0 0;
    height: 100%;
  list-style: none;
}

.doc-img{
  width: 141px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 0.5em;
}

.doc-profile{
    text-align: center;
}

.doc-name{
  font-size: 1em;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
  color: #3d4d65;
}

.doc-types li{
  padding: 0;
  margin: 0;
}

.doc-types li a{
  text-decoration:none;
  color: #8493a8;
  font-size: 0.9475em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
  padding: 0.5em 1.75em 0.5em 0;
  display: inline-block;
}
.doc-types li a.active{
  color: #3d4d65;
  border-right: 2px solid #0082d5;
  margin-right: -0.5px;
}

.doc-types li.active{
    border-right: 2px solid #0082d5;
    padding-right: 26px;
    margin-right: -1px;
}

.documents{
    float: left;
    width:70%
}

.docs-row{
    padding-top: 10px;
}

.docs{
    padding-bottom: 20px;
    padding-top: 30px;
    margin-left: -15px;
    border-left: 1px solid #cad3df;
    padding-left: 30px!important;
    min-height: 316px!important;
}

.doc-profile{
    margin-bottom: 30px;
}
.doc-profile a{
  outline: none;
}
.doc-profile a:hover, .doc-profile a:focus{
  text-decoration: none;
}

.line {
    width: 1px;
    height: 100%;
    object-fit: contain;
    background-color: #cad3df;

}