div#hbspt-form-1564998091947-9362529581 input[type="submit"] {
    background: #E8B937 !important;
    border-color: #E8B937 !important;
}
.prices li {
    width: 99px !important;
    margin: 0 !important;
    transition: 1s;
}
.prices {
    background: #f8cc7b !important;
}
.prices ul li:nth-child(2n) {
  background-color: #f5be58 !important;
  transition: 1s;
}
.prices ul li:nth-child(2n):hover {
    background: #e9a72d !important;
}
.prices ul {
    text-align: center !important;
    padding: 0 24px !important;
}
.prices li:hover {
    background: #e9a72d !important;
}