.header-card {
    display: inline-block;
    margin-top: 2.3rem;
    margin-bottom: 14px;

}

.row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.title-category-result {
    color: #FFF;
    font-family: Readex Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 16px;
    background: #003E7A;
    padding: 12px;
    width: 100%;
}


.title-card-result {
    color: #404040;
    text-align: center;
    font-family: Readex Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.description-card-result {
    color: #73738D;
    font-family: Oxygen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.col-md-8.content-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.3rem;
    gap: 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 1199px) {
    .title-card-result{
        font-size: 50px;
        line-height: 50px;
    }
    
}

@media (max-width: 991px) {
    .title-card-result{
        font-size: 45px;
        line-height: 45px;
    }

    .title-category-result {
        font-size: 22px;
        padding: 10px;
    }
    
}


@media (max-width: 767px) {
    .title-category-result {
        font-size: 20px;
        padding: 8px;
    }

.title-card-result {
    font-size: 40px;
    line-height: 40px;
}
    
}




@media (max-width: 575px) {
    .title-card-result {
        font-size: 35px;
        line-height: 35px;
    }
}


