/*Blank CSS*/

@font-face {
    font-family: browa;
    src: url(../../font/browa_0.ttf);
}

.agent-details h4 a{
    font-family: browa;
    font-size: 80px;
    
}


.agent-details h4 a.hdn{
   
    font-size: 24px;
    
}
/* .inner-pages .agent-content{
    height: 320px;
}
.agent-img{
    height: 320px;

}
.agent-img img{
    height: 100%;
}
.inner-pages .agent-content .netsocials {
    margin-top: 50px;
} */


@media only screen and (min-width:200px) and (max-width: 760px) {
    .inner-pages .agent-content{
        height: 400px;
    }

    .inner-pages .agent-content .netsocials {
        margin-top: 50px;
    } 
}