/*------------------------------------*/

.footer-container {
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(47, 6, 82, 0.3));
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.footer-logo>img {
    width: 5%;
    min-width: 5rem;
}

.footer-text {
    text-align: center;
    font-family: kanit;
    font-size: 16px;
    padding: 20px;
}

.footer-text p {
    line-height: 0.8;
}

.below-footer-text {
    font-size: 14px;
}