﻿.item {
  margin-top: 2em;
}
.item.first-item {
  margin-top: 0em;
}
.item img {
  width: 100%;
}
.right-item h4 {
  text-align: right;
}
.right-item h5 {
  text-align: right;
}
.right-item p {
  text-align: right;
}
.left-item h4 {
  text-align: left;
}
.left-item h5 {
  text-align: left;
}
.left-item p {
  text-align: left;
}
.details-page h1 {
  font-size: 1.8em;
}
.details-page h2 {
  font-family: "Segoe UI Light", Arial, sans-serif;
  font-size: 1.2em;
  text-align: left;
  margin-top: 0px;
}
.details-page p {
  text-align: left;
}
.details-page .details-image {
  max-width: 100%;
  height: auto;
  margin-top: 7em;
}
.details-page .blog-post {
  margin-top: 2em;
}
.details-page .details-cta {
  padding-top: 20px;
}
.details-page .details-cta a:hover {
  text-decoration: none;
}