
.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    flex-shrink: 0;
    align-self: stretch;

    border-top: 1px solid #646060;

}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.footer-logo-frame {
    display: flex;
    height: 8.5rem;
    align-items: center;
    gap: 1.5rem;
}

.footer-all-right-reserved {
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 1vw;
    width: 15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-text {
    display: flex;
    padding: 1rem 0rem 1.275rem 0.625rem;
    flex-direction: column;
    align-items: flex-start;
}

.footer-project-name {
    color: #000;
    font-family: var(--font-secondary);
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-about-us {
    color: #000;
    font-family: var(--font-primary);
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 25vw;
}