.excurel-footer {
    background-color: #262874;
    color: #ffffff;
    padding: 0 0 90px;
    font-family: "Archivo", sans-serif;
}

.footer-logo {
    width: 10vw;
}

.footer-text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}

.footer-heading {
    position: relative;
    font-weight: bold;
    line-height: 34px;
    top: 50%;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact-item {
    position: relative;
}

.contact-item img {
    height: 30px;
    object-fit: contain;
    position: absolute;
    left: -20px;
    translate: -100%;
}