
.mod-safe-area {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.htmlModuleWrap{
    padding:0;
}

.blueStatement{
    background:#00467f;
}
.blueStatement p{
    color:#fff;
    line-height:1.2em;
}
.zero{
    font-size:60px;
        padding: 25px 1em 10px 1em;
}
.zeroText{
    max-width: 35em;
    width: 100%;
    margin: 0 auto;
        padding: 0 1em 50px 1em;
}
/*GOLD BACKGROUND AREA AND CONTENTS*/
.goldBG{
        background: #808050;
    color: #fff;
}
.mobileFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mobileLink {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.imageBackground{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.imageBackground{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.circleTxt p{
        color: #fff;
    font-size: 40px;
    text-align: center;
    
}
.circleTxt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #00467f;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);
}
.txt_flex{
    display:flex;
    flex-direction:column;
}
.txt_flex p{
    color:#fff;
    text-transform:uppercase;
    font-size:50px;
    padding: 0;
    line-height: 1.2em;
}
.phone_txt_img img{
    max-width:400px;
}




















@media screen and (max-width:700px){
    .zero{
        font-size:40px;
    }
}
