.certifications-download-main-wrapper .right-border{
  border-right: 1px solid var(--color-e4e4e4);
}

.certifications-download-main-wrapper .certifications-content p{
  font-size: 1.6rem;
  line-height: 1.56;
}

.certifications-download-main-wrapper .certifications-links ul{
  padding: 0;
}

.certifications-download-main-wrapper .certifications-links ul li{
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.56;
}

.certifications-download-main-wrapper .certifications-links a{
  display: inline-block;
  position: relative;
  text-decoration:none;
}

.certifications-download-main-wrapper .certifications-links a .rad-link-2:before{
  position: relative;
  top: 3px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-image: url(/~/media/Images/A/ATSG/Universal/icons/download-icon);
  background-position: 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
  .certifications-download-main-wrapper .right-border{
    border-right: none;
  }
}

@media screen and (max-width: 575px) {
  .certifications-download-main-wrapper .certifications-links h3{
    margin-top:20px;
  }
}