.e24-footer {
    background-color: #7B0083;
    padding: 30px 16px;
    color: #fff;
}

.e24-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 20px;
}

.e24-footer-logo {
    background-size: contain;
    width: 292px;
    height: 54px;
}

.e24-footer-copyright p {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.8;
}

.e24-footer-designed-by-golab {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.e24-footer-designed-by-golab>span {
    opacity: 0.8;
}

.e24-designed-by-golab-img {
    margin-left: 10px;
    width: 35px;
    height: 24px;
    opacity: 1;
}

.e24-designed-by-golab sup {
    font-size: 0.5em;
    vertical-align: super;
}

@media (max-width: 768px) {
    .e24-footer-logo {
        width: 240px;
        height: 44px;
    }
}

