@font-face {
    font-family:robotos;
    src: url("./Jost/static/Jost-Light.ttf");
}

@font-face {
    font-family:almaraisd;
    src: url("./Almarai/Almarai-Light.ttf");
}

@font-face {
    font-family:robo1;
    src: url("./Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family:strokw;
    src: url("./Poiret_One/PoiretOne-Regular.ttf");
}

@font-face {
    font-family:Tsection;
    src: url("./Roboto/Roboto-ThinItalic.ttf");
}


@font-face {
    font-family:Tsec;
    src: url("./Roboto/HelveticaNeueLTCom-UltLt.ttf");
}

.h_e{
    display: flex;
    text-align: center;
    font-size: 95px;
    color: white;
    font-family: strokw;
    flex-direction: column;
}

.p_e{
    padding-top: 10px;
    color: white;
    font-size: 35px;
    font-family:robotos
}
@media (min-width: 805px)  {
   
    .sec_hea{margin-right: 40px;;

    }
    
    
}

@media (max-width: 804px)  {
    .h_e{
       font-size: 37px;
    }
    .sec_hea{margin-right: 0;

    }
    
    .p_e{
        font-size: 15px;

    }
}