header {
    background-color: #01609A;
}

.conteiner_doc_item {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 30px;
    width: 95%;
    margin: auto;
}

.item {
    max-width: 350px;
    max-height: 300px;
    min-width: 300px;
    min-height: 140px;
    color: white;
    background-color: #01609A;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: auto;


    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.title_doc_item {
    font-size: 22px;
    text-align: center;
}

.btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: -140px;
}

.view {
    padding: 8px 8px;
    width: 100px;
    border-radius: 50px;
    border: 1px solid white;
    font-weight: 500;
    cursor: pointer;
    color: white;
}
