/* Below items are related to the main page for marketing content */

.hero.main-logo img {
    border-radius: 16px
}

.hero.quick-intro img {
    border-radius: 16px
}

.main-box-content {
    border-top: solid;
    border-top-width: 2px;
}

.main-small-divider {
    border-top: solid;
    border-top-width: 2px;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section.quotes blockquote {
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 16px
}

.container.quotes {
    margin-top: 48px;
}

.section.quotes img {
    border-radius: 50px
}

.section.quotes p {
    margin-bottom: 12px
}

.section.gridtwin-why h2 {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .section.gridtwin-why {
        margin-bottom: -40px
    }
}

.section.information img {
    border-radius: 16px
}

.section.information h2 {
    margin-bottom: 32px
}

.section.information.reverse .columns {
    flex-direction: row-reverse
}

.section.features {
    background-color: #F6F6F6
}

.section.features .box {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 30px
}

.section.features h3 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 4px
}

.section.features img {
    width: 280px
}

@media (min-width: 768px) {
    .section.features img {
        width: 370px
    }
}



.section.information img {
    width: 384px
}

@media (min-width: 768px) {
    .section.information img {
        width: 680px
    }
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

.content a {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 64px
}

h3.title {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px
}

h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px
}

h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px
}

h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px
}

h5.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px
}

p.body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

p.body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

p.body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

ul.list1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}