ul { 
  margin: 20px 0px 20px 20px;
}
li {
    margin-bottom: 10px;
}
/* About Us - Custom Styles */
.tyo-about-section h2 {
  font-size: 28px !important;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tyo-about-section h4 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.dark-section h2,
.dark-section h4,
.dark-section p,
.dark-section ul li,
.dark-section a {
  color: #ffffff !important;
}

/* Fix row with 20% padding */
    @media only screen and (max-width: 480px) {
.wpb_text_column.apply {
    padding-right: 15px !important;;
    padding-left: 15px !important;
    
 }
.vc_row.wpb_row.apply {
    padding-top: 30px !important;;
    padding-bottom: 30px !important;
}
.vc_row.wpb_row.apply-white {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
}