.dedicated-server-section-1 {
    background-image: url('../images/dedicatedserver/section-1-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated-server-section-1 img {
    width: 45%;
}

.dedicated-server-section-1 h2 {
    color: var(--heading-blue);
}

.dedicated-server-section-1 p {
    color: var(--text-color);
    line-height: 1.1;
}

.dedicated-server-section-2 {
    background-image: url('../images/common/blue-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated-server-section-2 .table-maincontainer {
    overflow-x: scroll;
    overflow-y: hidden;
}

.dedicated-server-section-2 .plantable {
    border: 2px solid var(--border-blue);
    width: 200%;
}

.dedicated-server-section-2 .plantable thead {
    border-bottom-width: 2px;
    background-color: var(--border-blue-dark);
}

.dedicated-server-section-2 .plantable thead th {
    padding: 0;
}

.dedicated-server-section-2 .plantable thead th div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    padding: 3% 0%;
}

.dedicated-server-section-2 .plantable thead th div span {
    font-size: .9rem;
    font-weight: 500;
}

.dedicated-server-section-2 .plantable tbody {
    background-color: var(--blue-background-light);
}

.dedicated-server-section-2 .plantable tbody tr td:first-of-type {
    background-color: #E2F2FF;
}

.dedicated-server-section-2 .plantable tbody tr td {
    color: var(--blue-color-light);
    font-weight: 600;
}

.dedicated-server-section-2 .plantable tbody tr:hover>td {
    color: var(--white-color);
    background-color: var(--orange-color);
}

.dedicated-server-section-2 .plantable tbody tr:hover>td a {
    background-color: var(--blue-color-light);
    color: var(--white-color);
}

.dedicated-server-section-2 .plantable tbody tr td a {
    border: 2px solid var(--blue-color-light);
    border-radius: 8px;
    color: var(--blue-color-light);
    font-size: .9rem;
    font-weight: 600;
}


.dedicated-server-section-3 {
    background-image: url('../images/common/linux-orange-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated-server-section-3 .heading .fas {
    font-size: 2rem;
    color: var(--heading-orange);
}

.dedicated-server-section-3 .heading h5 {
    font-size: 1.8rem;
    color: var(--heading-orange);
}

.dedicated-server-section-3 .heading p {
    color: var(--black-color);
}

.dedicated-server-section-3 .circleContainer .c1 img {
    width: 30%;
}

.dedicated-server-section-3 .circleContainer .c2 img {
    width: 23%;
}

.dedicated-server-section-3 .circleContainer .c3 img {
    width: 30%;
}

.dedicated-server-section-3 .circleContainer .c4 img {
    width: 32%;
}

@media (min-width: 992px) {
    .dedicated-server-section-2 .plantable {
        width: 100%;
    }

    .dedicated-server-section-2 .table-maincontainer {
        overflow-x: hidden;
    }

}
