.form-section {
    padding: 32px 16px;
}
.form-title {
    color: #FFF;
text-align: center;

/* H1 Mitr Med 25px */
font-family: Mitr;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 38px; /* 152% */
margin-bottom: 24px;
}
.content-section {
    padding: 8px;
    width: 100%;
    background-color: #FFF;
    color: #000;
    font-family: 'mirt';
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: 'mirt';
    margin-bottom: 12px;
    color: #0070C0; /* Added this line */
}
.sub-paragraph {
    font-family: 'mirt';
    line-height: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}
table {
    margin-bottom: 8px;
}
table, th, td{
    border: 1px solid #000;
    border-collapse: collapse;
}
td {
    padding: 8px;
    vertical-align: top;
}
.border-dot {
    border-bottom: 1px dotted #000;
}
.text-blue {
    color: #234886;
}
.text-black {
    color: black;
}