.pdd-footer,
.pdd-footer * {
    box-sizing: border-box;
}

.pdd-footer {
    background: #1a1a1a;
    color: #fff;
    font-family: "Instrument Sans", Arial, sans-serif;
    padding: 34px 0 22px;
}

.pdd-footer__inner {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 24px;
}

.pdd-footer__columns {
    display: grid;
    gap: 54px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdd-footer__widget {
    margin: 0;
}

.pdd-footer__title {
    border-bottom: 1px solid #ffc400;
    color: #ffc400;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 26px;
    padding: 0 0 10px;
    position: relative;
}

.pdd-footer__title::after {
    background: #ffc400;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 44%;
}

.pdd-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdd-footer li + li {
    margin-top: 16px;
}

.pdd-footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.pdd-footer a:hover,
.pdd-footer a:focus {
    color: #ffc400;
}

.pdd-footer__bottom {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    min-height: 78px;
    padding-top: 28px;
}

.pdd-footer__brand,
.pdd-footer__seal {
    align-items: center;
    display: flex;
}

.pdd-footer__logo-img {
    display: block;
    height: auto;
    max-width: 176px;
}

.pdd-footer__acreditacion-img {
    display: block;
    height: auto;
    max-width: 252px;
}

.pdd-footer__bottom .pdd-footer__widget {
    margin: 0;
}

@media (max-width: 900px) {
    .pdd-footer__columns {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .pdd-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
}
