#sobre2 {
    padding: 60px 0px;
}

#sobre2 .col {
    background-image: url("/images/ideas-bg.jpg");
    background-size: cover;
    border-radius: 20px;
    padding: 0px;
}

#sobre2 .info {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    padding: 80px 0px;
    width: 100%;
}

#sobre2 .info .pre-title {
    color: #fff;
    text-align: center;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 43.2px; /* 108% */
    text-align: center;
    padding: 0px 70px;
    margin-bottom: 18px;
}

#sobre2 .info .cards-info {
    padding: 0px 20px;
}

#sobre2 .info .cards-info .card {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 12px;
}

#sobre2 .info .cards-info .title {
    color: #1c1c1c;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; /* 168% */
}

#sobre2 .info .cards-info .message {
    color: #1b1b1b;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}

#sobre2 .info .buttons {
    gap: 20px;
    margin-top: 12px;
    margin-bottom: 40px;
}

#sobre2 .info .buttons .expositor {
    border-radius: 100px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

#sobre2 .info .buttons .patrocinador {
    border-radius: 100px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

@media screen and (max-width: 768px) {
    #sobre2 .info .pre-title {
        font-size: 30px;
        line-height: 32.4px; /* 108% */
        padding: 0px 20px;
    }

    #sobre2 .info .cards-info .card {
        padding: 10px;
    }

    #sobre2 .info .cards-info .title {
        font-size: 16px;
        line-height: 27.2px; /* 170% */
    }

    #sobre2 .info .cards-info .message {
        font-size: 10px;
    }

    #sobre2 .info .buttons {
        flex-flow: column;
        gap: 8px;
        align-items: center;
    }
}
