/* Deployment: heading, then three aqua-headed options. */
.hosting-section{padding-bottom:0}
.hosting-section .section-heading{margin-bottom:56px}
.hosting-options{padding-top:0;padding-bottom:40px}

.hosting-options article{display:flex;flex-direction:column}
.hosting-options article>p{margin-bottom:28px}
.hosting-options dl{margin:auto 0 0;border-top:1px solid var(--line)}
.hosting-options dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.hosting-options dt{font-size:14px;color:#8aa5b0}
.hosting-options dd{margin:0;font-size:16px;color:#edf7f6}
.ownership{padding-top:80px;padding-bottom:110px}
@media (max-width:900px){
    .ownership{padding-top:40px;padding-bottom:70px}
}
