.c-c-section {
    padding-top: 9.6rem;
    padding-bottom: 15rem;
}

.c-c-servicos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12.8rem;
    row-gap: 9.6rem;
}

.c-c-servicos div {
    /* aspect-ratio: 1 / 1; */
}

.c-c-s-img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8rem;
    padding: 3.2rem;
    background-color: #fff;
}

.c-c-s-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1.4;
    color: #fff;
    border-radius: 50%;
    margin: 3.2rem;
    padding: 3.2rem;
    /* border: 1px solid #f03e3e; */
    background-color: #f68b8b;

    position: relative;
}

.c-c-s-title::before {
    content: "";
    border: 1px solid #f03e3e;
    width: 80%;
    height: 80%;

    position: absolute;
}

/**************************/
/* BELOW 1312px */
/**************************/

@media (max-width: 82em) {}

/* 1136px */

@media (max-width: 71em) {}

/**************************/
/* BELOW 1024px */
/**************************/


@media (max-width: 64em) {}

/**************************/
/* BELOW 940px (Tablets) */
/**************************/

@media (max-width: 59em) {
    .c-c-servicos {
        column-gap: 2.4rem;
        row-gap: 9.6rem;
    }

    .c-c-s-title {
        font-size: 2.4rem;
    }
}

/**************************/
/* BELOW 768px */
/**************************/

@media (max-width: 48em) {}

/**************************/
/* BELOW 544 (Phones) */
/**************************/

@media (max-width: 34em) {
    .menu-nav-pages {
        display: none;
    }

    .c-c-servicos {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }

    .c-c-s-title {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.4;
        color: #495057;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        /* border: 1px solid #f03e3e; */
        background-color: transparent;

        position: relative;
    }

    .c-c-s-title::before {
        display: none;
    }

    .c-c-s-img:nth-child(4) {
        grid-row: 3 / 4;
    }

    .c-c-s-img:nth-child(8) {
        grid-row: 7 / 8;
    }
}
