
.light-solution {
  background-color: #0b1b31;

}

.light-solution-container {
    max-width: 1630px;
    margin: 60px;
}

.light-solution-content {
  color: #fff;
  font-size: 24px;
  font-family: OpenSansHebrewCondensedRegular;
}

@media screen and (max-width: 768px) {
  .light-solution-container {
    margin: 20px;
  }
}
