.signUp{
    display:none;
}
.btnAlign3{
    top:4em;
}
.btnAlign2{
    top:2.64em;
}
.mod-page-wrap{
    display:block;
}
.pbCard a:hover, .pbCard a:focus{
    text-decoration:none;
}
.headingTxt{
    padding: 5em 0 4em 6em;
}
h1{
    line-height:1em;
}
.featureImgArea{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
.featureImg img{
    height:100%;
    width:100%;
}
.personalSubMenu{    
    background: #00467f;
    padding: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position:relative;
    z-index:2;
    gap:20px;
    text-align:center;
}
.pbCardContainer{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:40px;
    margin:0 auto;
}
.pbCard{
   border: 2px solid #000;
    width: 20em;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:flex-start; 
    gap:30px;
}
.pbTitle{
    text-align:center;
}
.pbCard p{
    margin:auto 2em;
}

.headingTxt p{
    width:22em;
}
@media screen and (max-width:1450px){
    .featureImg{
        width:600px;
    }
}
@media screen and (max-width:1260px){
    .headingTxt{
        padding:5em 0 4em 1em;
    }
}
@media screen and (max-width:1149px){
    .featureImgArea{
        justify-content:center;
    }
    .headingTxt p{
        width:100%;
    }
    .headingTxt{
        text-align:center;
        padding:1em .5em 0 .5em;
    }
    .featureImg{
        width:450px;
    }
}
@media screen and (max-width:935px){
    .pbCard p{
        text-align:center;
        margin:auto 1em;
    }
}
@media screen and (max-width:500px){
    .pbCard{
        width:17em;
        height:auto;
    }
    .pbCard .blueBtn{
        padding:.5em;
    }

}
@media screen and (max-width:370px){
    .blueBtn{
        font-size:18px;
    }
}
@media screen and (max-width:360px){
    .pbCard{
        height:auto;
    }
}

