
.content {
    color: #444;
    min-height: 60em;
    margin-left: 1em;
    margin-right: 3em;
    font-size: 1.2em;
}

.grid-container {
  display: grid;
  grid-template-columns: auto 20%;
}

.grid-item {
   flex-basis: auto;
   padding: 2em;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.hero {
    font-size: 2rem;
    color: #00A09D;
    font-weight: bold;
}

.right-info {
    color: white; background-color: #875A7B;
}

.icon-grid-title {
    font-size: 0.9rem;
    line-height: 1;
    height: 2rem;
    margin-top: 1em;    
}

.icon-grid-item {
    display: inline-block;
    margin: 0em 1em 1em 0;
    width: 7em;
    height: 8em;
    overflow: hidden;
    background-color: #ddd;
    text-align: center;
    padding: 0em 0em 0em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-grid-item > img {
    height: 4em;
}

.price-tile {
    color: white;
    background-color: #00A09D;
}

.first-contact-tile {
    color: white;
    background-color: #8F8F8F;
}

.price {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    height: 10rem;
    margin: 0 auto 0;
}
.price-row {
    margin: 2rem auto;
}

.first-contact {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    height: 10rem;
    margin: 0 auto 0;
}

.vmiddle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tile-title {
    background: #333;
    text-align: center;
}

.tile-footer {
    font-size: 0.8rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-info {
    margin: 4rem auto;
    padding-top: 4rem;
    border-top: 1px solid #ccc;
}

.company-info > ul {
    margin: 2rem auto;
}

.world-region {
    text-align: center;
}
