.educ-prof-section {
    padding: 9.6rem 0 10rem;
}

.secao-educ-prof {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 3.2rem;
    position: relative;
}

.educ-prof-boxes-section {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.educ-prof-box-categoria {
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 3rem;
}

/* .e-p-b-img {
    width: 100%;
} */

.e-p-b-img {
    width: 42rem;
    height: 42rem;
    border-radius: 8px;
    object-fit: cover;
}

.e-p-b-info {
    display: flex;
    flex-direction: column;
}

.e-p-b-descricao {
    margin-bottom: 3.2rem;
}

.e-p-b-descricao p {
    font-size: 1.6rem;
    color: #495057;
    line-height: 1.6;
}

.e-p-b-descricao p:not(:last-child) {
    margin-bottom: 1.2rem;
}

.e-p-b-descricao p:nth-child(1) {
    color: #495057;
    font-size: 1.8rem;
    font-weight: 700;
}

.e-p-b-cta {
    margin-top: auto;
    text-align: center;
}

.e-p-b-cta a:link,
.e-p-b-cta a:visited {
    display: block;
    background-color: #f03e3e;
    color: #fff;
    padding: 1.8rem;
    font-size: 1.8rem;
    width: 100%;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
}

.e-p-b-cta a:hover,
.e-p-b-cta a:active {
    background-color: #c92a2a;
}



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

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

/* 1136px */

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

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


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

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

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

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

@media (max-width: 48em) {
    .secao-educ-prof {
        grid-template-columns: 1fr 3fr;
    }

    .educ-prof-box-categoria {
        grid-template-columns: 1fr;
    }

    .section-head {
        margin: 0;
    }
}

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

@media (max-width: 34em) {
    .secao-educ-prof {
        grid-template-columns: 1fr;
        gap: 4.8rem;
    }

    .produtos-sidebar-nav {
        position: static;
    }

    .e-p-b-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / -1;
        border-radius: 8px;
        object-fit: cover;
    }
}
