.show-headphones-area {
    padding: 215px 15px;
    background-image: url(/template/c3cde960/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: 'Gilroy';
    font-weight: 700;
    font-size: 50px;
    line-height: 78px;
    color: #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: 'Gilroy';
    padding: 14px 32px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #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;
    }
}
 