/* Compare */
#compare-features-section .compare-body {
    margin-top: 20px;
}
#compare-features-section .compare-card{
    display: block;
}
#compare-features-section .compare-card-header{
    /* padding: 25px; */
    padding: 15px 25px 10px 25px;
}
#compare-features-section .feature-card{ 
    padding: 20px;
}
#compare-features-section .left-feature-card,
#compare-features-section .col-feature-plan{
    display: flex;
    align-items: center;
}
#compare-features-section .col-feature-plan{
    justify-content: start;
}
#compare-features-section .compare-card p,
#compare-features-section .compare-card img {
    margin-bottom: 0px;
    text-align: left;
}
#compare-features-section .compare-right img{
    margin-bottom: 0px;
    width: 170px;
}
.alternative-timebot-page-v2 #compare-features-section .compare-right .col-table-platform:nth-child(2) img{
    width: 50px;
}
#compare-features-section .compare-right>div{
    align-items: center;
}
#compare-features-section .col-table-platform{
    text-align: left;
}
#compare-features-section .compare-header {
    position: sticky;
    top: 80px;
    z-index: 100;
    box-shadow: none;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 20px;
    background-color: #Fff;
}
.col-post-content #compare-features-section ul, 
.col-post-content #compare-features-section ol{
    gap: 0px;
}
.col-post-content #compare-features-section ul li, 
.col-post-content #compare-features-section ol li{
    text-align: left;
    margin-bottom: 0px;
}

@media(max-width: 1000px){
    #compare-features-section .compare-body {
        margin-top: 0px;
    }
    #compare-features-section .compare-right img{
        width: 150px;
    }
    #compare-features-section .compare-header {
        top: 20px;
        padding: 20px 0;
    }
    #compare-features-section .compare-card-header {
        padding: 5px 15px;
    }
}

@media(max-width: 321px){
    #compare-features-section .compare-right img {
        width: 100px;
    }

    #features-section {
        margin-top: 80px;
    }
    #compare-features-section .left-feature-card, 
    #compare-features-section .right-feature-card {
        /* height: 40px; */
    }

    #compare-features-section .compare-card-header {
        padding: 10px 15px;
    }
    #compare-features-section .compare-card-header p {
        font-size: 14px;
    }
}