:root{
    --the-black: #000000;
    --the-white: #ffffff;
    --light-blue: #015DEA;
    --dark-blue:#2E3192;
    --the-yellow:#EBCF01;
    --dim-blue:#E9E9FF;
    --border-color:#E5E5E5;
    --card-color:#F6F9F8;
    --visit-button:#2E319280;

}

@font-face {
    font-family: 'Integral CF';
    /* src: url(../Integral-CF/Webfont/IntegralCF-Bold.woff); */
    src: url(../Integral-CF/Webfont/IntegralCF-DemiBold.woff);
}

h1 {
    font-family: 'Integral CF';
    font-size: 45px !important;
    color: var(--the-white) !important;
    letter-spacing: 0.3px;
    word-spacing: 9px;
    padding-top: 10px;
}
h1 span{
    color: var(--the-yellow);
}
h2{
    font-family: 'Integral CF';
    font-size: 53px;
    color: var(--the-black);
}
h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: unset;
    color: var(--the-black);
}
p{
    margin-bottom: unset;
}



@media screen and (max-width: 991px){
    h1{
       font-size: 25px !important;
    }
    h2{
        font-size: 30px !important;
    }
   }   