
.new-start-dates { 
    background: #1A437F;
    border: 3px solid #EAB547;
    opacity: 1;
    max-width: 221px;
    font-family: 'National 2', sans-serif; 
    text-align: center;
} 
 
.new-start-dates .new-start-dates-container {
    padding: 16px 12px 30px 16px;
}

.new-start-dates .start-dates-title {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.26px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 10px; 
    margin-top: 0;
}

.new-start-dates .date-item p{
    font: normal normal normal 12px/15px 'National 2';
letter-spacing: 0.24px;
color: #FFFFFF;
font-weight: 500;
}


.new-start-dates .cta-btn {
    background: #EAB547;
    color: #004483;
    font-family: 'National 2'; 
    text-align: center; /* Center the text inside the button */
    padding: 9px 0; /* Adjust button padding as needed */
    margin: 18px auto 0; /* Space between last date and button */
    max-width: 141px;
    display: block;
    text-decoration: none; /* Removes underline from links */
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px;
}


