.chamadaSecaEspecial {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1240px;
    margin: 24px auto;
    padding: 0 20px;
}

.chamadaSecaEspecial>h3 {
    font-family: "NunitoSans-ExtraBold";
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.chamadaSecaEspecial>h2 {
    font-family: "NunitoSans-ExtraBold";
    font-size: 50px;
    line-height: 50px;
    color: #4A4A4A;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chamadaSecaEspecial>p {
    font-family: "NunitoSans-SemiBold";
    font-size: 18px;
    line-height: 25px;
    color: #9E9A99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:992px) {
    .chamadaSecaEspecial>h2 {
        text-align: center;
        font-size: 28px;
        line-height: 30px;
    }
    .chamadaSecaEspecial>p {
        font-size: 14px;
        line-height: 18px;
    }
}