* {
    margin: 0;
    padding: 0;
}

.p-img {
    width: 100%;
    height: auto;
}



.title {
    font-size: 39px;
    text-align: center;
    margin: 20px 0;
    color: #1047A8;
    font-weight: bold;
}

.subhead {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    color: #2e2e2e;
}

.title span {
    /* word-spacing: 100px; */
    letter-spacing: 3px;
}

.title2 {
    font-size: 39px;
    text-align: center;
    margin: 20px 0;
    color: #1047A8;
    font-weight: bolder;
}

.subhead2 {
    padding: 10px 0;
    width: 100%;
    background: #1047A8;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.dparagraph {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

th,
td {
    border: 1px solid #000;
    padding: 20px;
    text-align: left;
    background: #E9F6FE;
    line-height: 30px;
    border: 3px solid #fff;
}

th {
    background-color: #154A9A;
    color: white;
    height: 50px;
    text-align: center;
}

.sn{
    width: 100px;
    text-align: center;
}

.t-t1{
    width: 200px
}
table p{
    padding: 10px;
}



.list1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list1 li {
    width: 49%;
    border-radius: 3px;
    border: 3px solid #154A9A;
    margin-bottom: 20px;
}
.list1 li h1{
    background: #1047A8;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.list1 li p{
    padding: 10px;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 30px;
}
