@font-face {
    font-family: "RubikFont";
    src: url("../../fonts/Rubik/static/Rubik-Medium.ttf");   
}

@font-face {
    font-family: "CairoFont";
    src: url("../../fonts/Cairo/static/Cairo-Regular.ttf");   
}

body{
    font-family: 'RubikFont';
}

@media only screen and (min-width: 992px) {
    .mainitemIamge{
        height:410px !important;
    }
}