.resource-row {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.resource-row span {
    flex-direction: row;
    padding: 0 15px;
}

.resource-row span:first-child {
    padding-left: 0;
}

span.rs-name {
    flex: 2; 
}
.rs-type, .rs-links, .rs-date {
  flex:1;
}

.rs-header {
    padding-top: 50px;
    padding-bottom: 15px;
    font-weight: 600;
}

.rs-sub-head {
  padding-top:25px;
  padding-bottom:10px;
  color:#0085ff;
}
span.rs-name small {
    font-weight: 400;
    color: #565656;
}

span.rs-name {
    font-weight: 600;
}

@media (max-width:769px){
  .resource-row{
    flex-direction:column;
  }
  .resource-row .rs-links{
    padding-left:0;
    padding-top:10px;
  
}