#index-typography {
    margin-top: 160px;
    margin-bottom: 162px;
}

#btn-index-learn-more {
    margin-top: 32px;
}

#index-features {
    background-color: #d9d9d9;
    padding: 37px 0;
    text-align: center;
}

#index-pricing {
    text-align: center;
    padding: 61px 0;
}


.feature-wrapper {
    margin-top: 58px;
    display: flex;
    flex-direction: row;
    gap: 36px;
}

.feature-wrapper .feature {
    flex: 1;
    background-color: white;
    padding: 36px 14px;
    box-sizing: border-box;

    white-space: wrap;
}

.feature-wrapper .feature .feature-title {
    font-size: 2em;
    margin-bottom: 28px;
}
.feature-wrapper .feature .feature-description {
    font-size: 1.5em;
}

.feature-wrapper .feature-button {
    width: 100%;
    margin-top: 14px;
}

#index-pricing-table {
    margin-top: 41px;
}

#pricing-typography {
    text-align: center;
    padding: 200px 0 100px;
}
.pricing-title {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 82px;
}

.pricing-notice-wrapper {
    text-align: right;
}
.pricing-notice {
    display: inline-block;
    margin-top: 16px;
    font-size: 1.25em;
}

#products-header {
    background-color: #D9D9D9;
}
#products-typography {
    background-color: #D9D9D9;
    padding-top: 160px;
    padding-bottom: 106px;
}
#products-intro {
    margin-top: 37px;
}

.instance-intro {
    margin-bottom: 83px;
}
.instance-intro .instance-name {
    font-weight: bold;
    font-size: 2.33em;
}
.instance-intro .instance-description {
    font-size: 2em;
    margin-top: 13px;
}
.instance-intro .instance-benchmark {
    margin-top: 27px;
    height: 520px;
    background-color: #D9D9D9;
}

#products-getting-started {
    margin-top: 78px;
}
#products-getting-started input {
    width: 280px;
    margin-right: 19px;
    height: 46px;
}
#products-getting-started button {
    height: 46px;
}
#products-already-have-account {
    margin-top: 13px;
    font-size: 1.5em;
}
#products-already-have-account a {
    text-decoration: underline;
}

#contact-typography {
    text-align: center;
    padding: 150px 0 144px;
}
#contact-page {
    margin-bottom: 500px;
}
.contact-item {
    text-align: center;
}
.contact-item .contact-type {
    font-weight: bold;
    font-size: 2em;
    width: 150px;
    text-align: left;

    display: inline-block;
    margin-bottom: 13px;
}
.contact-item .contact-value {
    font-size: 2em;
    width: 250px;
    text-align: left;

    display: inline-block;
}