.prodtextheading {
    font-size: 3.5rem;
    letter-spacing: 1px;
    font-family: InterXBold;
}

.productName {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
}

.productInfo {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -20px;
}

.prodsubtextheading {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: -25px;
}

.prodheading {
    margin-top: 20px;
    margin-bottom: 50px;
}

.productsbutton img {
    padding: 30px;
}

.productsbutton a {
    text-decoration: none;
}

.fuwaxsoftbites {
    margin-top: -25px;
}

.productsbutton p {
    font-size: 3rem;
    font-family: InterXBold;
    letter-spacing: 2px;
}

.backbutton {
    font-size: 1.3rem;
    font-family: InterXBold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f46b58;
    border-radius: 7px;
    border: 0px;
    color: white;
    margin-left: 8%;
}

@media (max-width: 958px) {
    .prodtextheading {
        margin-top: 25px;
    }
    
    .breadRows {
        margin-top: -40;
    }
    
    .backbutton {
        margin-top: -100;
        font-size: 0.8rem;
        position: relative;
        z-index: 1000;
    }
    .productsbutton img {
        margin-top: 20px;
        scale: 1.6;
    }
    
    .fuwaxsoftbites {
        margin-top: 1;
    }

    .productsbutton p {
        font-size: 1rem;
    }

    .prodtextheading {
        font-size: 25px;
    }

    .prodsubtextheading {
        font-size: 20px;
    }

    .productName {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    
    .productInfo {
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .productsImg {
        scale: 1.5;
    }

    .productsImg2 {
        scale: 1.3;
    }

    .productsImg3 {
        scale: 1.7;
    }
}

@media (max-width: 400px) {
    .backbutton {
        font-size: 0.8rem;
    }

    .productsbutton img {
        margin-top: 20px;
        scale: 1.6;
    }

    .productsbutton p {
        font-size: 2rem;
    }

    .prodtextheading {
        font-size: 25px;
    }

    .prodsubtextheading {
        font-size: 20px;
    }

    .productsBanner {
        height: 320;
    }

    .productName {
        font-size: 1.2rem;
        margin-bottom: 50px;
    }

    .productsImg {
        scale: 1.5;
    }

    .productsImg2 {
        scale: 1.3;
    }

    .productsImg3 {
        scale: 1.7;
    }
}