@font-face {
    font-family: 'Open Sans Condensed';
    src: url('./fonts/OpenSansCondensed-SemiBold.woff2') format('woff2'),
        url('./fonts/OpenSansCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.icon {
    background: url('./images/numbers/icons-retina.png') no-repeat top left;
    height: 5.0625em; /* 81px / 16 */
    background-size: 38.1875em 5.0625em; /* 611px / 16, 81px / 16 */
}
body{
    background-image: url("./images/background.jpg");
}
@media only screen and (max-width: 550px){
    body{
        background-image: url("./images/background_mob.jpg");
    }
}