/*Page department*/

.page-department {
    section {
        margin-bottom: 32px;
    }

    .department-intro {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 600;
        font-style: italic;
        margin-bottom: 16px;
    }

    .department-social {
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 24px;
        text-decoration: none;

        .department-social-icon {
            gap: 8px;
            align-items: center;
            color: var(--primary-dark-blue);
            font-size: 18px;
            text-decoration: none;
            pointer-events: click;
            cursor: pointer !important;
            i {
                color: var(--primary-orange);
                font-size: 16px;
            }
        }
    }
}