.mod-safe-area{
    max-width:100%;
    margin:0;
    padding:0;
}
.margins{
    margin:1em;
}
.htmlModuleWrap{
    padding:0;
}
.headingTxt{
    padding: 5em 0 4em 6em;
}
.featureImg img{
    height:100%;
    width:100%;
}
.mod-page-wrap{
    display:block;
}
.personalSubMenu{    
    background: #00467f;
    padding: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    text-align: center;
}
.headingTxt h1{
    width:8em;
}
.btnFlex a{
    display:block;
    text-align:center;
}
.btnFlex div{
    width:15em;
}
.btnFlex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15em;
    margin: auto;
    gap: 30px;
}
.socialMedia{
    background:#00467f;
    background:url(/uploads/images/240813101500.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:25em;
    margin:2em 0 0 0;
}
.specialH3{
    padding:0 1em 1em 1em;
}
.socialGold{
    text-align:center;
    border: 5px solid #808050;
    padding: 0;
    margin: 0 auto;
    width: 40em;
    line-height: 1em;
}
.goldBorder{
        padding: 0;
    margin: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5em;
}
.goldBorder img{
    height:50px;
}
.socialContainer{
    position:relative;
    top:6em;
}
@media screen and (max-width:1255px){
    .featureImg{
        width:700px;
    }
}
@media screen and (max-width:1200px){
    .socialGold{
        width:25em;
    }
}
@media screen and (max-width:1156px){
        .headingTxt {
        padding: 5em 0 4em 1em;
    }
}
@media screen and (max-width:1055px){
        .headingTxt {
        padding: 1em .5em .5em .5em;
        text-align: center;
    }
    .headingTxt h1{
        width:100%
    }
        .featureImgArea {
        justify-content: center;
    }
}
@media screen and (max-width:640px){
    .specialH3{
        line-height:1.2em;
    }
}
@media screen and (max-width:600px){
    .htmlModuleWrap img{
        height:40px !important;
    }
}
@media screen and (max-width:550px){
    .goldBorder{
        gap:3em;
    }
    .socialGold{
        width:17em;
    }
}
@media screen and (max-width:370px){
    .socialGold{
        width:auto;
        margin:0 2em;
    }
    .goldBorder{
        gap:1em;
    }
}