﻿.option-text p {
  margin-bottom: 0 !important;
}

.big-slash {
  font-size: 120px;
  font-weight: lighter;
  color: #009ce8 !important;
}

.horizontal-dashes {
  font-size: 12px;
  font-weight: bold;
  color: #009ce8 !important;
}

@media (min-width: 768px) {
  .horizontal-dashes {
    display: none;
  }
}

@media (max-width: 767px) {
  .big-slash {
    display: none;
  }
}
