@font-face {
    font-family: 'Freigeist-Regular';
    src: url('font/Freigeist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h1{
    margin: 20px;
    font-size: 40px;
    color: #787571;
    font-family: 'Freigeist-Regular', sans-serif;
}

.mobile{
    display: none;
}

.main-img {
    background-image: url('images/main-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 26px 26px 26px 26px;
    margin: 20px 20px 20px 20px;
    width: auto;
    height: 600px;
    font-family: 'Freigeist-Regular', sans-serif;
    position: relative;
}

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }
}