.headers{
    color: #0d6efd;
    text-align: center;
}
/* .instructions::before {
    content: '-';
    margin-right: 5px;
} */
hr.hr-instructions{
    margin: 10px 0;
}
p.instructions{
    margin-bottom: 10px;
    margin: 0 16px;
}
p.instructions:last-child {
    margin-bottom: unset;
}

.instructions-container{
    display: flex;
    width: 100%;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.instructions-card{
    color: #645f64;
    flex: 1 1 50%;
    border: 1px solid #d2d2d2;
    padding: 16px;
    border-radius: 10px;
}

a{
    text-decoration: none !important;
}

.title{
    color: #0d6efd;
}
