.gallery-section .gallery-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #25327e;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.gallery-section .gallery-back:hover {
    color: #e24e9b;
}
