section.rplate-comparison{
    min-height: auto !important;
}

section.rplate-comparison .container {
    position: relative;
    /*max-width: 1300px !important;*/
}

.buy-plates{
    transition: all 0.4s ease;
}

.buy-plates .content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
}

.buy-plates .btn{
    margin-top: 5px;
    margin-bottom: 0;
    transition: all 0.4s ease;
}

.buy-plates img{
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.buy-plates-desc{
    margin-bottom: 50px;
}

.buy-plates.sticky img{
    max-width: 140px;
}

.buy-plates.sticky{
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 10px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
}

.dark .buy-plates.sticky{
    background: #212529;
}

.buy-plates.sticky .row{
    max-width: 1140px;
    margin: 0 auto;
}

.comp-table{
    margin-bottom: 20px;
}

.comp-table h3{
    padding: 0 0 30px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.dark .comp-table h3{
    border-color: #fff;
}

.comp-table p{
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
    line-height: 22px;
}

.comp-table .content{
    padding-right: 20px;
}

.comp-table .table-row{
    margin-bottom: 50px;
}

.comp-table-footnote{
    margin-bottom: 50px;
}

.comp-table-footnote p{
    color: gray;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 2px 0;
}








@media (max-width: 900px) {
    .rplate-comparison .container .row {
        padding: 2rem 0 !important;
        margin: 0 !important;
    }

    section.hero{
        margin-bottom: 0;
        padding-bottom: 0;    
    }

    section.hero .img-column{
        display: none;    
    }

    section.hero .text-column{
        flex: 0 0 100%;
        max-width: 100%;  
    }

    .comp-table{
        margin-bottom: 0;
    }

    .comp-table .table-row{
        margin-bottom: 0;
    }

    .comp-table .table-row .row{
        padding-top: 20px !important;
    }

    .comp-table .table-row .col-6{
        padding-left: 0;
    }

    .comp-table h3{
        margin-bottom: 0;
        padding: 0 0 20px 0;
    }

    .comp-table-footnote{
        margin-bottom: 0;
    }

    .buy-plates .col-6{
        padding: 0;
    }

    .buy-plates .btn{
        padding: 10px 10px;
    }

    .buy-plates .content {
        text-align: left;
    }
}

@media screen and (max-width: 769px) {

}
