/*Input Your Custom CSS Here*/
.label-head h1{
    font-size:32px;
    font-weight:700;
}
.p-list p {
    background-color: #f1f1f1;
    margin-bottom: 0;
    font-size: 20px !important;
    padding: 5px 10px;
    margin-top:5px;
}
/*.p-list:last-child p{
    margin-bottom:0;
}*/
.p-list:first-child p {
    margin-top: 0;
}
.d-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.content-align{
    display:flex;
    margin-top:45px;
}
.content-align:first-child{
    margin-top:0;
}
.main-menu ul li a {
    padding: 40px 20px;
}