html, body,
body #cloud-site {
  font-size: 16px;
}

.section .headline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}

.max-w-750 {
  max-width: 750px;
}

.section .headline .title {
  max-width: 90%;
  margin: auto;
}

.network-tier .box-content {
  flex: 1;
  padding: 5px 30px;
  max-width: 400px;
}

.network-tier .box-content .title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin: 10px 0 20px;
}

.network-tier .box-content:first-child {
  border-right: 1px solid #e5e5e5;
}

.flex-card .title {
  font-size: 18px;
  font-weight: 500;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.tabs .tab {
  padding: 10px 20px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
}

.tabs .tab.active {
  color: #538fe7;
  border-color: #538fe7;
}

.tabs .tab:hover {
  cursor: pointer;
}

.zippy-title {
  border-bottom: 2px solid;
  border-color: rgba(0,0,0,0.15);
}

.zippy-container.expanded .zippy-title {
  color: #538fe7;
  border-color: #538fe7;
}

.flex-card-section .flex-card {
  min-width: 330px;
}

#cloud-site .sticker .sticker-bottom.is-circle {
  background: #f6f6f6;
}

#cloud-site .sticker .sticker-top.is-small {
  width: 30px;
}

#cloud-site blockquote:last-child {
  margin-bottom: 0;
}

#cloud-site .hero.product-hero .button.network-tier-button {
  background-image: url(/images/network-tiers/network-tier.svg);
}

.premium-tier-fig,
.standard-tier-fig {
  max-width: 750px;
  min-width: 500px;
}

.decision-tree-img {
  min-width: 500px;
}

@media all and (max-width: 550px) {
  .flex-card-section .flex-card {
    min-width: 100%;
  }

  .premium-tier-fig,
  .standard-tier-fig,
  .decision-tree-img {
    min-width: 600px;
  }


  .scrollable-img-cont {
    overflow-x: scroll;
  }
}
