#bfd-promo .container {
    width: 1180px;
    max-width: 100%;
}
.bfd-hero {
    background-image: url(../images/bfd/back.jpg);
    background-image: -webkit-image-set(url("../images/bfd/back.jpg") 1x, url("../images/bfd/back@2x.jpg") 2x);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px dashed #fff;
}
.bfd-inner {
    width: 37.916667vw;
    padding: 62px 0 67px;
}
.bfd-inner .santa {
    max-width: 54.945055%;
    left: -59.065934%;
}
.bfd-products {
    padding-top: 115px;
    padding-bottom: 145px;
}
.bfd-products-list {
    padding-top: 83px;
    column-gap: 144px;
    row-gap: 75px;
}
.bfd-products-list p {
    margin-top: 23px;
    margin-bottom: 13px;
    font-size: 1.4375em;
}
.bfd-products-list .bfd-buttons {
    column-gap: 20px;
    row-gap: 10px;
}
.bfd-products-list .button {
    width: 150px;
    height: 35px;
    border-radius: 18px;
    font-size: 1em;
}
@media screen and (max-width: 767px) {
    .bfd-inner {
        width: auto;
        padding: 13px 0 36px;
    }
    .bfd-products {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .bfd-products-list {
        justify-content: space-evenly;
        padding-top: 50px;
        column-gap: 0;
        row-gap: 15px;
    }
    .bfd-product {
        max-width: 50%;
    }
    .bfd-products-list p br {
        display: none;
    }

}
@media screen and (max-width: 567px) {
    .bfd-product img {
        height: 165px;
        width: auto;
    }
    .bfd-products-list p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .bfd-products-list p br {
        display: block;
    }
    .bfd-products-list .bfd-buttons {
        flex-direction: column;
    }
    .bfd-products-list .button {
        width: 88px;
        height: 20px;
        border-radius: 10px;
        font-size: 0.625em;
    }
}