.services_list{
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
}

.services_item{
    max-width: calc(33.33333333333% - 20px);
    width: 100%;
    padding: 1rem 0 !important;
}

.services_container {
    position: relative;
    padding: 0
}

.services_card{
    height: auto;
    background-color: #2b2b3480;
    margin: auto auto 0
}

.services_card, .services_overflow {
    position: relative;
    width: 100%;
    border-radius: var(--border-radius-md)
}

.services_overflow {
    height: 100%;
    padding: 0;
    overflow: hidden
}

.pcServices_h2__HrXDe {
    font-size: 34px;
    font-weight: 600;
    color: var(--text-color-info);
    padding: 0 0 20px;
    text-transform: uppercase;
    text-align: left;
    max-width: max-content;
    margin-top: 0;
    margin-bottom: .5rem;
}

.services_header_description {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color-second);
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 0 0 8px
}

.services_service_name {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 36px 0 0
}

.services_service_name_description {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--text-color-second);
    border-bottom: 1px solid var(--divider-color);
    padding: 0 0 20px
}

.services_price {
    font-family: var(--font-unbounded);
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color-info);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid var(--divider-color)
}

.services_info_list {
    display: flex;
    flex-direction: column;
    padding: 15px 40px 0
}

.services_info_item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0
}

.services_dot {
    max-width: 10px;
    max-height: 10px;
    width: 100%;
    background-color: #6f7278;
    margin: 8px 20px 0 0;
    border-radius: 20px
}

.services_dot_active {
    background-color: #74c956
}

.services_service_title {
    display: flex;
    flex-direction: row;
    color: var(--text-color-info);
    font-size: 16px;
    font-weight: 400
}

.services_inactive {
    color: #6f7278
}

.pcServices_serviceImg__8LMLR {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 35%;
    max-width: 600px
}

.pcServices_gradientSilver__QCeFL {
    background: radial-gradient(circle 300px, #e8f4fb2b, #00000000)
}

.pcServices_gradientGold__6qhua, .pcServices_gradientSilver__QCeFL {
    position: absolute;
    width: 600px;
    height: 600px;
    bottom: -100px;
    right: -200px
}

.pcServices_gradientGold__6qhua {
    background: radial-gradient(circle 300px, #d282002b, #00000000)
}

.services_card_buttons {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 0 30px
}

.pcServices_btn__2wVl8 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 30px
}

.pcServices_isPopular__rSJRf {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #782aff;
    border-radius: 8px;
    background: linear-gradient(180deg, #202027, #381d65);
    padding: 4px 16px;
    width: max-content
}

.pcServices_isPopularBorder__VMaIj {
    background: linear-gradient(180deg, #201f26, #201f26) padding-box, linear-gradient(180deg, #782aff, #ba2b3c) border-box;
    border: 1px solid transparent
}

.services_btn_seeall {
    position: absolute;
    top: 30px;
    right: 0;
    width: max-content;
    height: 46px;
    margin: auto;
    color: var(--text-color-info);
    border: 1px solid #3a3c41;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
    padding: 0 24px
}

.services_btn_seeall:hover {
    border: 1px solid var(--active-color)
}

@media (min-width: 2500px) {
    .services_service_title {
        font-size: 18px
    }
}

@media (max-width: 1100px) {
    .pcServices_h2__HrXDe {
        max-width: 400px
    }
}

@media(max-width: 968px) {
    .services_list{
        flex-wrap: wrap;
    }

    .services_item {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pcServices_h2__HrXDe {
        font-size: 24px;
        text-align: center;
        width: 100%;
        max-width: unset
    }

    .services_header_description {
        text-align: center
    }

    .services_service_name{
        font-size: 22px
    }

    .services_price {
        font-size: 20px
    }

    .services_service_title {
        font-size: 16px
    }

    .services_card {
        margin-bottom: 20px
    }

    .services_btn_seeall {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0
    }
}
