.electiontitle {
  text-align: center;
  margin-bottom: 30px;
}

.electiontitle h3 {
  font-size: 32px;
  font-weight: 600;
}

.homemayorbg {
  background: #E91B1E;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
}
.mayorlistsbg-height {
  height: 250px;
}

.info1 {
  background: #0C569F;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.homeupamayorbg {
    background: #E91B1E;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
}

.candi-img-wrap {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    align-self: center;
    float: left;
}
.candi-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.table-election .table > tbody > tr > td > span{
  font-weight: 600;
}

.table-election img {
    margin: 0;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px #ddd;
}



@media (max-width: 575.98px){
    .mayorlistsbg-height {
      height: auto;
    }
}

/* smartphones and phones */   
@media (max-width: 480px) {
    .mayorlistsbg-height {
      height: auto;
    }
    
}