.footer-text p {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.page-footer-logo {
    border-right: none !important;
}

.page-footer-content {
    display: flex;
    padding: 0 16.7% 0 18%;
    margin-bottom: 30px;
    justify-content: space-between;
}

.page-footer-content dt {
    font-weight: 400;
    margin-bottom: 15px;
}

.page-footer-content dt a {
    color: rgba(255, 255, 255, 0.6);
}

.page-footer-content dt a h1 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.page-footer-text {
    width: 100%;
    margin: 0;
    text-align: left;
}

.page-footer-text p img {
    width: 18px;
    margin-right: 10px;
}

.page-footer-img img {
    width: 120px;
    margin-right: 0;
    margin-bottom: 10px;
}

.none {
    display: none;
}

.page-footer-logo {
    width: auto !important;
}

.page-footer-logo img {
    margin-top: 20px;
    width: 120px;
}

.page-footer-img {
    margin-top: 15px;

}

.page-footer-text p {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 1052px) {
    .page-footer-content {
        align-items: center;
        padding: 0;
    }

    .page-footer-content dl {
        display: none;
    }

    .page-footer-img img {
        width: 80px;
    }

    .page-footer-logo img {
        width: 80px;
        height: auto;
    }

    .none {
        display: block;
        margin-left: 20px;
    }

    .block {
        display: none;
    }

    .page-footer-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-footer-img p {
        font-size: 12px;
    }

    .footer-text p{
        font-size: 12px;
    }

    .page-footer-logo img {
        margin-top: 0 !important;
    }

    .page-footer-text p {
        font-size: 16px !important;
    }
}