.pdf-icon {
    display: block;
    /* background-color: #da2525; */
    border-top-right-radius: 10px;
    padding: 15px 2px;
    max-width: 35px;
    /* border: 1px solid #c61111; */
    border: 1px solid #ddd;
    background-color: #eee;
    margin-bottom: 10px;
    margin-left: 15px;
}

.pdf-icon::before {
    font-weight: 500;
    font-size: .7em;
    font-style: normal;
    text-decoration: none;
    content: "PDF";
    position: relative;
    top: -10px;
    left: -18px;
    /* border: 1px solid gray; */
    padding: 2px 6px;

    /* background-color: white; */
    color: white;
    background-color: #da2525;
    border-radius: 2px;

}

.licenses .content {
    margin: 20px 0 !important;
}