.card-services,
.card-services * {
    box-sizing: border-box;
}

#servicos p {
    color: #93a0ae;
}

.card-services {
    width: 100%;
    margin: 0 auto;
    color: #1c2430;
}

.card-services__header {
    max-width: 820px;
    margin: 0 auto 68px;
    padding: 0 20px;
    text-align: center;
}

.card-services__section-title {
    margin: 0 0 14px;
    color: #111111;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.card-services__section-description {
    margin: 0;
    color: #9ba7b5;
    font-size: 1.05rem;
    line-height: 1.55;
}

.card-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* border-top: 2px solid #282828; */
    /* border-left: 2px solid #282828; */
    background: #ffffff;
    gap: 30px;
    /* border-bottom: 2px solid #c9c6c6; */
}

.card-services__item {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 2px solid #c9c6c6;
}

.card-services__eyebrow {
    margin-bottom: 26px;
    color: #b6bfcb;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: uppercase;
}

.card-services__title {
margin: 0 0 28px;
color: #111926 !important;
font-size: 20px!important;
font-weight: 400 !important;
line-height: 1.22 !important;
letter-spacing: 0.5px !important;
text-transform: uppercase !important;
}

.card-services__content {
    flex: 1 1 auto;
}

.card-services__content p {
    margin: 0 0 16px;
    color: #93a0ae;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
}

.card-services__footer-title {
margin-top: 36px;
padding-top: 18px;
border-top: 2px solid #282828;
color: #b55b3e;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.8px;
line-height: 1.4;
text-transform: uppercase;
}

@media (max-width: 1200px) {
    .card-services__item {
        padding: 42px 32px 46px;
        min-height: 480px;
    }
}

@media (max-width: 960px) {
    .card-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .card-services__section-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 640px) {
    .card-services__header {
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .card-services__section-title {
        font-size: 2.5rem;
    }

    .card-services__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .card-services__item {
        min-height: 0;
        padding: 32px 22px 34px;
    }

    .card-services__eyebrow {
        font-size: 0.78rem;
        letter-spacing: 2px;
    }
}
