input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #testiMonial{
        padding-bottom: 0px;
    }
    #aboutSection{
        padding: 20px 0px 0px;
    }
    .productText{
        padding: 0px 35px;
    }
}

