body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #ebebeb;
  text-align: left;
  background-color: #2e3880;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.section-highlight {
  background-color: #20284d;
}

.highlight {
  color: #00a3ff;
}

/* Main title */
.main-title {
  font-size: 40px;
  text-transform: uppercase;
}

.main-title__number {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 5px;
  margin-top: 12px;
  background: #20284d;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 500;
  transform: rotate(90deg);
  font-family: 'Times New Roman', Times, serif;
}

.title__icon {
  margin-top: -6px;
  font-size: 22px;
}

/* Product */
.product__link {
  display: block;
  text-decoration: none;
}

.product__img-wrap {
  position: relative;
  display: block;
}

.product__img {
  border-radius: 4px;
}

.product__text {
  display: block;
}

/* Custom Links */
.custom-link {
  color: #fff;
  text-decoration: none;
}

.custom-link:hover,
.custom-link:active,
.custom-link:focus {
  color: #fff;
  text-decoration: underline;
}