.footer {
    background-color: #20F0FF26;
    padding-top: 25px;
    padding-bottom: 59px;
    display: flex;
    flex-direction: column;
}

.footer .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px;
}

.footer .footer-content {
    display: flex;
    flex-direction: column;
}

.footer .footer-link {
    display: flex;
    border-bottom: 1px solid #2E4ABC;
    align-items: start;
    padding: 20px 0px;
}

.footer .footer-link a {
    text-decoration: none;
}

.footer .footer-link .title {
    color: #1E1E1E;
    font-family: Mulish;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    min-width: 353px;
}

.footer .footer-link a {
    color: #1E1E1E;
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    align-items: center;
}

.footer .footer-link .phone-numbers {
    color: #1E1E1E;
}

.footer .footer-link .addresses {
    display: flex;
    flex-direction: row;
    color: #1E1E1E;
    gap: 51px;
}

.footer .footer-link .addresses .country {
    font-family: Mulish;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.footer .footer-link .addresses .address {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.footer .mailing {
    padding-bottom: 57px;
}

.footer .privacy-terms-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer .privacy-terms {
    display: flex;
    flex-direction: row;
    gap: 58px;
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer .copyright {
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1E1E1E;
}

.footer .footer-socials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 14px;
}

.footer .footer-socials .socials {
    gap: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer .brand-name {
    margin: 0 auto;
    font-size: 6.45rem;
    line-height: 85px;
    color: transparent;
    font-family: 'Baradig', sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 1px #2E4ABC;
    text-align: center;
    opacity: 0.2;
}

@media screen and (max-width: 768px) {
    .footer .footer-link {
        flex-direction: column;
    }

    .footer .footer-link {
        display: flex;
        border-bottom: 1px solid #2E4ABC;
        align-items: start;
        padding: 20px 0px;
    }

    .footer .footer-link .title {
        font-family: Mulish;
        font-weight: 800;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        padding-bottom: 6px;
    }

    .footer .footer-link a {
        color: #1E1E1E;
        font-family: Mulish;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .footer .footer-link .addresses {
        display: flex;
        flex-direction: column;
        color: #1E1E1E;
        gap: 12px;
    }

    .footer .footer-link .addresses .country {
        font-family: Mulish;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        padding-bottom: 6px;
    }

    .footer .footer-link .addresses .address {
        font-family: Mulish;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .footer .privacy-terms-container {
        gap: 12px;
    }

    .footer .privacy-terms {
        font-family: Mulish;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        gap: unset;
        width: -webkit-fill-available;
        justify-content: space-between;
    }

    .footer .copyright {
        font-family: Mulish;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .footer .footer-socials .footer-logo {
        height: 30px;
        
    }

    .footer .footer-socials .icon {
        height: 12px;
    }

    .footer .brand-name {
        padding-top: 6px;
        font-family: Baradig;
        font-weight: 700;
        font-size: 38px;
        line-height: 100%;
        letter-spacing: 0%;    
        text-align: center;
    }
}