.hosting-other-single h1, 
.hosting-other-single h2, 
.hosting-other-single h3, 
.hosting-other-single h4, 
.hosting-other-single h5, 
.hosting-other-single h6 {
	color: #2A445A;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: .2em;
}

.hosting-other-single h1 {
  font-size: 64px;
}

.hosting-other-single h2 {
  font-size: 40px;
}

.hosting-other-single h3 {
  font-size: 36px;
}

.hosting-other-single h4 {
  font-size: 32px;
}

.hosting-other-single h5 {
  font-size: 24px;
}

.hosting-other-single h6 {
  font-size: 16px;
}

.hosting-other-single blockquote {
  background: linear-gradient(to top left, #01A5BC, #AFD17E);
  color: #ffffff;
  padding: 18px 42px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-style: italic;
  border-radius: 5px;
}

.hosting-other-single img {
  max-width: 100%;
  height: auto;
}

.hosting-other-single ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */
.hosting-other-single ol li:before {
  color: #07ADB7;
  content: counter(list) ".";
  left: -36px;
  font-weight: 700;
  position: absolute;
  text-align: right;
  width: 1.5em;
}

.hosting-other-single ul li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* Output the numbers using the counter() function, but use a custom color, and position the numbers how we want */
.hosting-other-single ul li:before {
  color: #07ADB7;
  content:"•";
  left: -40px;
  position: absolute;
  text-align: right;
  width: 1.5em;
  font-weight: 900;
}

.hosting-other-single .wp-caption-text {
  color: rgba(0,0,0,0.3);
  font-style: italic;
  font-size: 12px;
  margin-top: 0;
}

.hosting-other-single a {
  color: #07ADB7;
}

.hosting-other-single a:hover {
  text-decoration: underline;
}

.hosting-other-single .wp-caption.alignnone {
  width: 100% !important;
}

.hosting-other-single img {
  max-width: 100%;
  height: auto;
}

pre {
  white-space: normal !important;
  color: rgba(0,0,0,0.3);
}
