.competitor-features__table th, .competitor-features__table td {
    border: none !important
}
.competitor-features__table {
    background-color: #fafafa !important;
}
.competitor-table .display-2 {
    color: #090317;
    text-align: center;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.competitor-table div#marketing-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.competitor-features__table th.second-column{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.competitor-features__table .last-cell-highlight{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.competitor-row__container {
    justify-content: center;
}
.section-1 { 
    background: #E7F3F5 !important;
}
.section-header-text {
    font-size: 3.3rem;
    letter-spacing: 0;
    color: #353343
}
.btn.report-header-button {
    min-width: 200px;
    min-height: 60px;
}
.trusted-by {
    background-color: #F2F2F2;
    overflow: hidden;
}
.competitor-table{
    background-color: #FAFAFA;
}
th {
    font-size: 12px;
    color: #6B6874;
    line-height: 18px;
}
.tbl-header {
    font-weight: 700 !important;
    line-height: 12px !important;
}
.dfr-benefits-container .table td {
    padding: 1.4rem !important;
    vertical-align: middle;
}
.table-mobile-linebreak{
    display: block;
}
.table-striped tbody tr:nth-child(odd),
.table-striped tbody tr:nth-child(odd) th {
    background-color: white !important;
}
.table-striped tbody tr:nth-child(even){
    background-color: #FAFAFA !important;
}
.second-column {
    background-color: #e7f3f567;
}
.first-column {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 600 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.third-column {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.text-danger {
    font-size: 2em;
    vertical-align: middle;
}
.answer-text {
    font-family: Open Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px !important;
    letter-spacing: -0.2px;
    color: #090317;
    margin: 0;
    margin-top: 0px;
}
.trackedCTA {
    height: 56px;
    width: 210px;
    display: inline-flex;
    align-items: center;
}
.left-col-image {
    position: relative;
    right: 35px;
}
.right-col-image {
    position: relative;
    right: 35px;
}
.request-a-demo-form__container,
#trellis-filings-report-request-a-demo__container {
    background: #E7F3F5;
}
@media (max-width: 691.98px) {
    .section-header-text {
        font-size: 2.8rem;
    }
}

@media (max-width: 991.98px) {
    .section-header-text {
        font-size: 1.8rem;
    }
    .btn.report-header-button {
        min-width: 140px;
        min-height: 56px;
        font-size: 14px !important;
    }
    .promo-image {
        position: relative;
    }
    .trusted-by {
        background-color: #F2F2F2;
        overflow: scroll;
    }
    .table-striped tbody tr:nth-child(odd),
    .table-striped tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
    }
    .table-striped tbody tr:nth-child(even){
        background-color: #FAFAFA;
    }
    .second-column {
        background-color: #e7f3f596;
    }
    .table-mobile-linebreak{
        display: none;
    }
    .trackedCTA {
        height: 56px;
        width: 100%;
        display: inline-flex;
        align-items: center;
    }
}