* {
  box-sizing: border-box;
}

h2 {
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: lighter;
  margin-bottom: 10px;
}

p {
  margin: 10px;
}

ul {
  text-align: left;
  margin: 0 24px 0 20px;
  color: white;
  font-size: 16px;
  line-height: 1.25;
}

li {
  list-style-type: circle;
  font-size: 18px;
}

.colum {
  border-radius: 10px;
}

.unselected, .selected {
  background-repeat: no-repeat;
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  margin: 20px auto;
}

.title {
  font-size: 18px;
  margin-bottom: 5px;
}

.sub-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.unselected {
  background-image: url("../img/product_circle_large.png");
}

.selected {
  background-image: url("../img/product_circle_large.png");
}

.mac-image {
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  float: left;
  background-image: url("../img/product_macbook_opt_medium.png");
  background-position: center center;
}

.clear {
  clear: both;
}

.ccolum {
  padding: 10px 2px;
}

/* For mobile phones: */
@media screen and (max-width: 599px) {
  .colum {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 755px) {
  .ccolum {
    width: 50% !important;
  }
}
@media screen and (min-width: 756px) and (max-width: 991) {
  .ccolum {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199) {
  .colum {
    width: 32% !important;
  }
}

/*# sourceMappingURL=style.css.map */
