.icfre-logo-dwld {
    text-align: center;
}

.icfre-logo-dwld img {
    width: 120px !important;
    height: unset !important;
}

.icfre-logo-dwld-item {
    text-align: center;
    max-width: 350px;
    border: 1px solid var(--border-color-2);
    border-radius: 10px;
}

.icfre-logo-dwld-item .desc-section h2 {
    border-top: 1px solid var(--border-color-2);
    border-bottom: 1px solid var(--border-color-2);
    color: var(--text-color-black-2);
    font-weight: 500;
    font-size: 1rem;
}

.icfre-logo-dwld-item .desc-section i {
    font-size: 1rem;
    color: var(--text-color-bg-blue);
}

.icfre-logo-dwld-item>.desc-section>.desc-section-content a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: var(--text-color-black-2);
    background: none;
}

@media screen and (max-width: 600px) {
    .important-resources-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}