#palestrantes {
    background: #000000;
    padding-bottom: 50px;
}

    #palestrantes .center {
        background: #000 url(imgs/bg_pales.png) 10px 0px no-repeat;
        min-height: 200px;
    }

        #palestrantes .center:before {
            content: '';
            background: url(imgs/liner.png) left 0 no-repeat;
            width: 1px;
            height: 180px;
            position: absolute;
            left: 2px;
            top: 0px;
        }

        #palestrantes .center h2 {
            border-left: solid 4px #e30613;
            height: 44px;
            line-height: 44px;
            padding-left: 35px;
            color: #ffffff;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            float: left;
            width: 100%;
            margin: 90px 0 80px;
        }

        #palestrantes .center .linha .pale {
            position: relative;
            float: left;
            width: 320px;
            text-align: center;
            margin-bottom: 20px;
        }

            #palestrantes .center .linha .pale:nth-child(2) {
                margin: 0 10%;
            }

            #palestrantes .center .linha .pale .desq p {
                text-align: center;
            }

                #palestrantes .center .linha .pale .desq p.nome {
                    font-family: 'Staatliches', cursive;
                    color: #fff;
                    font-size: 20px;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                }

                #palestrantes .center .linha .pale .desq p.cargo {
                    font-family: 'Open Sans', sans-serif;
                    color: #fff;
                    font-size: 14px;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                }

                #palestrantes .center .linha .pale .desq p.empresa {
                    color: #ff0a18;
                    font-size: 14px;
                    margin-bottom: 30px;
                }

            #palestrantes .center .linha .pale .desq a.cv {
                cursor: pointer;
            }

        #palestrantes .center .linha .m-cv {
            background-color: #ffffff;
            padding: 20px 2.5%;
            width: 95%;
            display: none;
        }

            #palestrantes .center .linha .m-cv h4 {
                font-family: 'Staatliches', cursive;
                color: #000000;
                font-size: 20px;
                margin-bottom: 20px;
                padding-bottom: 25px;
                background: url(imgs/line.png) left bottom no-repeat;
            }

            #palestrantes .center .linha .m-cv .cv p {
                color: #414042;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                margin-bottom: 3px;
                line-height: 18px;
            }

@media (max-width: 1030px) {
    #palestrantes .center .linha .pale:nth-child(2) {
        margin: 0 0;
    }
}

@media (max-width: 1030px) {
    #palestrantes .center .linha .pale {
        width: 100%;
        margin-bottom: 50px;
    }
}