#darbastus-footer-image {
    width: 100vw;
    height: 25vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/images/sections/footer.png);
    display: flex;
    align-items: flex-end;
}

#darbastus-footer-buttons {
    height: 5vh;
    width: 100%;
    border-bottom: 10px solid var(--darbastus-red);
    display: flex;
    justify-content: space-around;
    padding-bottom: 0.5vh;
}

#darbastus-footer-buttons a {
    align-self: flex-end;
    color: black;
    text-decoration: none;
}

#darbastus-footer-buttons img {
    max-width: 25vw;
}