@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

.casespbg_modulo_sessao1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('https://insights.math.group/hubfs/Novo%20site%20-%202024/CASES/Como%20diminu%C3%ADmos%20o%20CAC%20de%20um%20grande%20banco%20em%2064%25.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    max-width: auto;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.casespbg_modulo_sessao1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.casespbg_modulo_sessao1 .content {
    position: relative;
    z-index: 2;
    color: white;
}

.casespbg_modulo_sessao1 h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
}

.casespbg_modulo_sessao1 p {
    font-family: 'Source Sans Profont-size: 18px;
    margin: 0;
}

@media (max-width: 767px) {
    .casespbg_modulo_sessao1 h1 {
        font-size: 32px;
    }
    .casespbg_modulo_sessao1 p {
        font-size: 17px;
    }
}
