

.servers {
    margin-top: 30px;
}
.servers .row {
    margin-bottom: 15px;
}

.accordion {
    margin-bottom: 10px;
}

.servers .servers-main-heading {
    color: rgb(0, 119, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: -5px;
	text-shadow: -1.2px -1.2px 0 #000, 1.2px -1.2px 0 #000, -1.2px 1.2px 0 #000, 1.2px 1.2px 0 #000;
}

.servers .servers-main-text {
    text-align: center;
    color: rgb(129, 188, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: -10px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.servers .servers-heading {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.servers .accordion-item {
    background: rgba(32, 36, 32, 0.95) !important;
    border: 0;
    border-radius: 0 !important;
}

.servers .accordion-header {
    background: rgba(37, 41, 37, 0.95) !important;
}

.servers .accordion-header .accordion-button {
    background: transparent;
    color: rgb(220, 211, 202);
    outline: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 26px;
}

.servers .accordion-header .accordion-button::after {
    background-image: url("https://i.ibb.co/Kx29tRx7/chevron-down2.png");
}

.servers .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("https://i.ibb.co/sdfhrfzN/chevron-down.png");
    transform: rotate(-180deg);
}

.servers .accordion-header .accordion-button .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: -2px;
    color: rgb(0, 119, 255);
}

.servers .accordion-body {
    font-size: 20px;
    font-weight: 300;
    padding: 28px;
}

.servers .text {
    text-align: left;
    color: rgb(0, 119, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: -5px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media only screen and (max-width: 576px) {
    .servers .accordion-header .accordion-button {
        font-size: 22px;
    }

    .servers .accordion-header .accordion-button .icon {
        height: 26px;
        width: 26px;
    }

    .servers .accordion-body {
        font-size: 18px;
    }
}