.logo-section {
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.links-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.links-header {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.60px;
    word-wrap: break-word;
}

.link {
    height: 24px;
    color: #C6CCD2 !important;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word
}

.link-p {
    height: 24px;
    color: #C6CCD2 !important;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word
}

.link:hover {
    color: #e6b833 !important;
}

.contact-link {
    flex: 1 1 0;
    color: #C6CCD2;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}

.rights-reserved {
    color: #C6CCD2;
}
