.cpanel-mngmnt-prom-main{
    background-color: #F2F2FF;
    position: relative;
}
.cpanel-mngmnt-cnt-row {
    display: flex;
    border-bottom: 1px solid #e4e4ff;
}
.cpanel-mngmnt-cnt-box {
    padding: 20px 20px 20px 0;
    width: 50%;
}
.cpanel-mngmnt-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.cpanel-mngmnt-data {
    font-size: 16px;
    font-weight: 400;
}

.cpanel-mngmnt-cnt-row:nth-child(3) {
    border-bottom: 0 !important;
}


.n8n-features-box {
    margin: 20px 0;
}
.n8n-ftrs-titlte {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.n8n-ftrs-dt {
    font-size: 16px;
    font-weight: 400;
}






.sec-dt-acr-price {

    display: flex;

    align-items: baseline

}



.sec-dt-prc-one {
    font-size: 20px;
    font-weight: 600;
    color: #28282a
}
.sec-dt-prc-two {
    font-size: 36px;
    font-weight: 700;
    color: #3838ff;
    margin-left: 10px
}
.sec-dt-prc-two span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #28282a;
}





.feature-icon i {
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transition-duration: .8s;
    margin: 0 auto;
}

.vps_feature_icon_Instant_Setup {
    background-image: url(/assets/images/n8n-vps-hosting/Instant-Setup.webp);
}
.vps_feature_icon_SSD_Processing {
    background-image: url(/assets/images/n8n-vps-hosting/SSD-Processing.webp);
}
.vps_feature_icon_Network {
    background-image: url(/assets/images/n8n-vps-hosting/Network-speed.webp);
}
.vps_feature_icon_Powerful_Scalable {
    background-image: url(/assets/images/n8n-vps-hosting/Powerful-Scalable.webp);
}
.vps_feature_icon_Enhanced_Level_Security {
    background-image: url(/assets/images/n8n-vps-hosting/Enhanced-Level-Security.webp);
}
.vps_feature_icon_Latest_Server_Processor {
    background-image: url(/assets/images/n8n-vps-hosting/Latest-Server-Processor.webp);
}
.vps_feature_icon_Optimized_Storage {
    background-image: url(/assets/images/n8n-vps-hosting/Optimized-Storage.webp);
}
.Complies_With_Industry_Standards {
    background-image: url(/assets/images/n8n-vps-hosting/Complies-With-Industry.webp);
}
.vps_feature_icon_No_Overselling {
    background-image: url(/assets/images/n8n-vps-hosting/No-Overselling.webp);
}
.vps_feature_icon_24_7_support {
    background-image: url(/assets/images/n8n-vps-hosting/24X7-Support.webp);
}
.vps_feature_icon_99_uptime_guarantee{
    background-image: url(/assets/images/n8n-vps-hosting/Uptime-Guarantee.webp);
}
.money_back_guarantee {
    background-image: url(/assets/images/n8n-vps-hosting/Money-Back-Guarantee.webp);
}





@media only screen and (max-width: 992px)  {
    .sec-dt-acr-price {
        margin-bottom: 40px
    }
}