.dkt-al-banner {
    background-image: url(../img/dkt-al-banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.dkt-al-bnr-overlay {
    background: color(srgb 0 0 0 / 0.6);
}
.heading-shadow {
    text-shadow: 1px 6px 3px color(srgb 0 0 0 / 0.1);
}
.bnr-txt-height {
    line-height: 30px;
}
.border-style {
    border: 2px solid #EA252C;
    border-radius: 3px;
    width: 100px;
    margin: 10px 0;
}