.card-title-1 {
    color: #011589;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.card-title-2 {
    color: #011589;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}



.card {
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid transparent !important;
	border-radius: .75rem !important;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: 20px;
}

.card-title-3 {
    color: #011589;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

.after-card-title {
    margin-top: 12px;
}

.card-section-divider {
    border-top: 1px solid #dee2e6;
    margin-top: 24px;
    margin-bottom: 24px;
}