﻿pdf-icon {
    width: 82px;
    height: 69px;
    object-fit: contain;
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .pdf-icon {
        width: 60px;
        height: 50px;
    }
}
