.dbTaxesNoResidents ul {
  padding-left: 30px;
  margin-top: 60px;
}
.dbTaxesNoResidents ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.dbTaxesNoResidents ul li::before {
  content: '';
  display: inline-block;
  background: #F27E35;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: 4px;
  border-radius: 100%;
}
.dbTaxesNoResidents p b,
.light-note h4 b {
  color: #000;
}
.light-note h4 {
  margin-bottom: 30px;
  color: #D5190E;
  font-size: 30px;
  font-weight: 300;
}
.light-note p {
  margin-bottom: 30px;
}
.light-note p b {
  color: #454E53;
}
@media (max-width: 1240px) {
  .light-note h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1240px) {
  .dbTaxesNoResidents .title-4 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
