/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
    font-family: 'Montserrat', sans-serif;

}
.titulo-duvidas {
    text-transform: uppercase;
    color: white;
    font-size: 2em;
}

.titulo-container-duvidas {
    z-index: 1;
}


.title {
    margin: 35px 0 10px 0 ;
    font-family: 'PT Sans';
    text-transform: uppercase;
    width: 25%;
    padding: 20px 0 20px 15px;
    font-size: 1.6em;
    font-weight: bold;
    border-left: solid 4px #0afbc4;
    
}

.texto-duvidas {
    text-align: justify;
    padding-bottom: 10px;
}
.ordem-duvidas {
    font-size: 2em;
    color: #0afbc4;

}
.border-bottom-duvidas {
    border-bottom: solid 2px #0afbc4;
}

@media screen and (max-width: 575.98px) {

    .sem-borda{
        border-bottom: none;
    }
}