.footer {
	position: fixed;
    width: 100%;
	left: 0;
	bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid #e4e5e5;
    padding: 16px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-text {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 140%;
    color: #262548;
}

.footer-logo {
    width: 150px;
    height: auto;
}
