.pdf-link {
  
    display: block;
}
.custom-pdf p {
    margin: 0 !important
}

.pdf-image {
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    position: relative;
    overflow: hidden;
}

.pdf-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.pdf-link {
    text-decoration: none;
}

.pdf-link:hover {
    text-decoration: underline;
}

h3.pdf-title {
    font-size: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.pdf-title span {
    font-size: 12px;
	display: block;
}