.board{
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}
.board .titulo, .titulo2{
    text-align: center;
    margin-bottom: 34px;
}
.titulo2{
    margin-top: 34px;
}
.board .titulo h4, .titulo2 h4{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
}
.apresentar{
    display: flex;
    justify-content: center;
}
.cortao{
    width: 30%;
    display: flex;
    padding: 49px 33px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    border-radius: 20px;
    background: #F9FBFC;
}
.card1, .card2{
    margin-right: 50px;
}
.cortao .header{
    display: flex;
    align-items: center;
}
.cortao .header img{
    margin-right:27px ;
}
.cortao .header .texto h4{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8px; /* 110% */
}
.cortao .header .texto span{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px; /* 150% */
}
.cortao .conteudo p{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 182.857% */
}
.cortao .conteudo a{
    color: #CEB44C;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    text-decoration: none;
}
.parca{
    text-align: center;
   padding: 0;
}
.parca img{
    margin-right: 20px;
    width: 200px;
    height: 60px; 
}

@media (max-width:1100px) {
    .board{
        padding-top: 25px;
        padding-left: 0.5%;
        padding-right: 0.5%;
        padding-bottom: 25px;
    }
    .apresentar{
        flex-flow: column;
    }
    .cortao{
        width: 100%;
        display: flex;
        padding: 29px 23px;
        margin-bottom: 20px;
    }
    .card1, .card2{
        margin-right: 0px;
    }
    .parca{
        text-align: center;
        display: block;
    }
    .parca img{
        width: 184px;
        height: 45px; 
        margin-bottom: 10px;
    }
    
}