.gallery-thumb.active {
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .5);
}

.object-fit-cover {
    object-fit: cover;
}

h2{
    font-size: clamp(22px, 4px, 32px);
}

.header-links a, .header-links button {
    display: inline-flex;
    align-items: center; 
    gap: 6px;
    width: auto;
    background-color: #F5F5F5;
    height: 80px;
} 
    @media (max-width:768px) {
        .header-links a, .header-links button {
            width: auto;
            height: auto;
        } 
    }

/* .rotate-90 i::before{
    transform: rotate(-90deg);
} */