header h2{
    color: #FF7463 !important;
    font-size: 36px;
}
header h2 span{
    color: #426BD8;
}
header {
      min-height: 650px;
    background-position-y: 110%;
}

.catia-missao img{
    width: 814px
}
.missao {
    margin-top: auto !important;
}
.txt-intro{
    color: #B2B2B2;
    font-size: 20px;
}

.respostas-header h2{
    color: #91B3A7;
    font-size: 22px !important;
    font-weight: bold;
}
.respostas-header h3{
    margin-top: 20px !important;
    font-size: 35px;
}
.respostas-header h4{
    font-size: 28px;
    color: #91B3A7;
    margin-top: 40px;
}
.respostas-itens p{
    font-size: 18px;
    color: #B2B2B2;
}
.respostas-container hr{
    width: 70%;
    height: 2px;
    background-color: #E8E8E8;
    border: none;
}
@media (max-width: 1200px) {
    header {
        min-height: 750px;
    }
    .respostas-header h3 {
        font-size: 28px;
    }
    .respostas-header h2 {
        font-size: 18px !important;
    }
    .respostas-header h4 {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    header {
        height: 800px;
        min-height: unset;
    }
    header img{
        width: 100%;
    }
    .txt-intro {
        font-size: 18px;
    }

}

@media(max-width: 600px){
    header h2 {
        color: #FF7463 !important;
        font-size: 22px;
    }
    header {
        height: 533px;
    }
    .txt-intro {
        font-size: 16px;
    }
    .respostas-header h3 {
        font-size: 23px;
    }
    .respostas-itens p {
        font-size: 16px;
    }
    .respostas-itens img {
        width: 30px;
    }
    .missao {
        margin-top: -220px !important;
    }
}

@media (max-width: 320px) {
    header {
        height: 486px;
    }
}