.container h2::after, .container-fluid h2::after, .h2::after {
    content: '';
    display: block;
    width: 250px;
    height: 3px;
    background-color: #B32930;
    margin-top: 5px;
}

.hero-text {
    color:#f8f8f8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.95);
    padding: 50px 0;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.primary {
    color:#B32930;
}

.pen-btn {
    background-color: #8f1f25;
    border: 1px solid #70181c;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: none;
}

.pen-btn:hover,
.pen-btn:focus,
.pen-btn:active,
.pen-btn:visited,
.pen-btn:focus-visible,
.pen-btn:focus-within {
	background-color: #70181c;
	border-color: #70181c;
	color: white;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.pen-btn:disabled,
.pen-btn[disabled] {
	background-color: #ccc;
	border-color: #aaa;
	color: #666;
	cursor: not-allowed;
	box-shadow: none;
}

.lead-text {
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.95);
}