.boxFive {

    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;

}

.boxFive h1 {

    font-family: D-DINCondensed-Bold;
    font-size: 65px;
    margin-bottom: 5px;

}

.boxFive p {

    font-family: D-DINExp;
    font-size: 40px;
    margin-bottom: 5px;

}
  
.headphonesEight {

    display: grid;
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    grid-gap: 50px;
    text-align: center;
    margin: auto;

}

.headphonesEight div {

    display: flex;
    flex-direction: column;

}

.headphonesEight .headphoneImageOne {

    width: 97%;
    margin: auto;

}
  
.headphonesEight .firstHeadphones{

    background-color: white;

}

.headphonesEight .headphoneImageTwo {

    width: 90%;
    margin: auto;

}

.headphonesEight .secondHeadphones{

    background-color: white;

}

.headphonesEight .headphoneImageThree {

    width: 90%;
    margin: auto;

}

.headphonesEight .thirdHeadphones {

    background-color: white;

}

.headphonesEight .code {

    font-family: D-DINCondensed;
    font-size: 220%;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 50px;

}

.headphonesEight .headphoneText {

    font-family: D-DinCondensed;
    color: orangered;
    font-size: 55px;
    text-align: center;

}

.headphonesEight .priceTag {

    font-family: D-DinCondensed;
    font-size: 55px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 15px;

}
  
.headphonesEight .years {

    font-family: D-DINCondensed;
    font-size: 35px;
    color: white;
    border: 1px solid orangered;
    background-color: orangered;
    padding: 5px 20px 5px 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;

}

@media screen and (max-width: 2400px) {

    .headphonesEight .headphoneText {

        font-size: 45px;
    
    }

}

@media screen and (max-width: 2000px) {
    
    .headphonesEight .headphoneText {

        font-size: 35px;

    }

}

@media screen and (max-width: 1700px) {

    .boxFive h1 {

        font-size: 55px;
    
    }
    
    .boxFive p {
    
        font-size: 30px;
    
    }


    
}

@media screen and (max-width: 1300px) {

    .headphonesEight .headphoneText {

        font-size: 28px;

    }

    .headphonesEight .years {

        font-size: 30px;
    
    }

    .headphonesEight .code {

        font-size: 180%;
    
    }
    
}

@media screen and (max-width: 1250px) {
    
    .boxFive h1 {

        font-size: 45px;
    
    }
    
    .boxFive p {
    
        font-size: 20px;
    
    }
 
}

@media screen and (max-width: 1000px){

    .headphonesEight {

        display: flex;
        flex-direction: column;
        width: 85%;
        margin: auto;

    }

    .headphonesEight .code {

        font-size: 220%;
    
    }
    
    .headphonesEight .headphoneText {
    
        font-size: 55px;
    
    }

    .boxFive {

        display: grid;
        width: 80%;
        margin: auto;

    }

    .boxFive h1 {

        margin-top: 20px;

    }

    .boxFive p {

        margin-bottom: 20px;

    }

}

@media screen and (max-width: 800px) {
    
    .headphonesEight .code {

        font-size: 200%;
    
    }
    
    .headphonesEight .headphoneText {
    
        font-size: 45px;
    
    }

}

@media screen and (max-width: 650px) {
    
    .headphonesEight .code {

        font-size: 200%;
    
    }
    
    .headphonesEight .headphoneText {
    
        font-size: 35px;
    
    }
    
    .headphonesEight .priceTag {
    
        font-size: 50px;
    
    }

}

@media screen and (max-width: 500px) {
    
    .headphonesEight .priceTag {

        font-size: 45px;

    }

    .headphonesEight .years {

        font-size: 25px;
    
    }

    .headphonesEight .code {

        font-size: 180%;
    
    }

    .headphonesEight .headphoneText {

        font-size: 28px;

    }

}