.show-headphones-area {
    padding: 215px 15px;
    background-image: url(/template/64028592/images/show-headphones.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
    .show-headphones-area {
        padding: 120px 15px;
    }
}
@media screen and (max-width: 575px) {
    .show-headphones-area {
        padding: 50px 15px;
    }
}
.show-headphones-area .show-headphones-container {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.show-headphones-area .show-headphones-container .title {
    font-family: var(--bk-font-heading, 'Gilroy');
    font-weight: var(--bk-h2-weight, 700);
    font-size: var(--bk-h2-size, 50px);
    line-height: var(--bk-h2-line-height, 78px);
    color: var(--bk-color-background, #FFFFFF);
    margin: 0 0 40px;
}
@media screen and (max-width: 575px) {
    .show-headphones-area .show-headphones-container .title {
      font-size: 36px;
        line-height: 48px;
        margin: 0 0 30px;
    }
}
.show-headphones-area .show-headphones-container .show-btn {
    font-family: var(--bk-font-base, 'Gilroy');
    padding: 14px 32px;
    height: 52px;
    background: var(--bk-color-background, #FFFFFF);
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: var(--bk-color-ink, #000000);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media screen and (max-width: 575px) {
    .show-headphones-area .show-headphones-container .show-btn {
        padding: 14px 32px;
        height: 46px;
        border-radius: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
}
 
