/* AnhBH - Thông số kỹ thuật reseller host */
.specifications-section {
    background: #F6FBFF;
}

.resellerhostspecifications .eb-widget-title a {
    font-size: var(--banner-title);
    text-align: center;
    font-weight: 700;
    color: #262626;
}

.resellerhostspecifications .eb-blog-content {
    text-align: center;
    box-shadow: 0px 4px 40px 0px rgba(43, 89, 255, 0.08);
}

.resellerhostspecifications .eb-blog-content table {}

.resellerhostspecifications .eb-blog-content td {
    line-height: 22px;
    padding: 20px 0;
    border-left: 2px solid rgba(0, 0, 0, 0.03);
    border-bottom: 2px solid rgba(0, 0, 0, 0.03);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #262626;
    background: #fff;
    width: auto !important;
}

.resellerhostspecifications .eb-blog-content tr:first-child td {
    background: var(--blue-color);
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    min-width: 145px;
}

.resellerhostspecifications .eb-blog-content tr td:first-child {
    font-weight: 700;
    font-size: 20px;
    color: var(--blue-color);
    border-left: 0 none;
}

.resellerhostspecifications .eb-blog-content tr:first-child td:first-child {
    border-radius: 0.4rem 0 0 0;
}

.resellerhostspecifications .eb-blog-content tr:first-child td:last-child {
    border-radius: 0 0.4rem 0 0;
}

.resellerhostspecifications .eb-blog-content tr:last-child td {
    border-bottom: 0 none;
}

.resellerhostspecifications .eb-blog-content tr:last-child>td:first-child {
    border-radius: 0 0 0 0.4rem;
}

.resellerhostspecifications .eb-blog-content tr:last-child>td:last-child {
    border-radius: 0 0 0.4rem 0;
}



@media screen and (max-width: 1367px) {}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1024px) {

    .resellerhostspecifications .eb-blog-content tr td:first-child,
    .resellerhostspecifications .eb-blog-content tr:first-child td {
        min-width: unset;
        font-size: 1rem;
    }
}

@media screen and (max-width: 700px) {}