﻿.sesc-destaques {
    padding: 24px 0;
}

.sesc-destaques__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
}

.sesc-destaques__card {
    background: url("./fundo-destaque.png") no-repeat center top;
    background-size: 100% 100%;
    border-radius: 4px;
    overflow: visible;
    padding:  40px 28px 54px;
    position: relative;
}

.sesc-destaques__card::after {
    background: url("./fundo-destaque-after.png") no-repeat center bottom;
    background-size: 100% 100%;
    content: "";
    height: 48px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: -48px;
}

.sesc-destaques__title {
    font-family: "Libre Franklin";
    color: #3A3A39;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 28px;
    position: relative;
    z-index: 1;
}

.sesc-destaques__items {
    position: relative;
    z-index: 1;
}

.sesc-destaques__item {
    border-top: 1px solid rgba(58, 58, 57, 0.12);
    padding: 18px 0;
}

.sesc-destaques__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.sesc-destaques__item:last-child {
    padding-bottom: 0;
}

.sesc-destaques__item-name {
    color: #34914D;
    font-family: "Libre Franklin";
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.sesc-destaques__item-description {
    color: #404040;
    font-family: "Libre Franklin";
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 640px) {
   .sesc-destaques__item-name{font-size: 1.8rem;}
   .sesc-destaques__item-description{font-size: 1rem;}

    .sesc-destaques__title {
        margin-bottom: 24px;
    }

    .sesc-destaques__item {
        padding: 16px 0;
    }
}
