﻿.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--primaryColor);
    color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.right-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .right-footer p {
        text-align: justify;
        line-height: 25px;
    }

    .right-footer img {
        margin-bottom: 80px;
    }

    .right-footer img {
        height: 60px;
    }

.mid-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .mid-footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21px;
        line-height: 30px;
        text-align: center;
    }

        .mid-footer ul li svg {
            margin-left: 10px;
        }

    .mid-footer h3 {
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #104E64;
        font-size: 1.2rem;
        font-weight: bold;
    }

.left-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .left-footer h3 {
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #104E64;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .left-footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

        .left-footer ul li a {
            color: white;
        }


.footer a {
    color: #fff !important;
}
@media only screen and (max-width: 769px) {
    .mid-footer {
        margin-top: 50px;
    }

        .mid-footer h3 {
            width: 100%;
            text-align: center;
        }

    .left-footer {
        margin-top: 50px;
    }

        .left-footer h3 {
            width: 100%;
            text-align: center;
        }
}
