* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    width: 100%;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
.main {
    width: 100%;
height: 100%;
}
.jomazy {
    background-image: url(../img/bg.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
display: flex;
align-items: center;
justify-content: center;
}
.jomazy__wrapper {
    max-width: 930px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
margin: 0 auto;
  margin-top: 0px;
margin-top: 54px;
}
.jomazy__bigLogo {
    margin-bottom: 32px;
}
.jomazy__content h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
.jomazy__content p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 0px;
    line-height: 1;
    margin-top: 60px;
}
.jomazy__smallLogo {
    margin-top: 85px;
    position: relative;
}
.jomazy__wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 115px;
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (min-width:1024px) and (max-width:1600px) {
    .jomazy__wrapper {
        margin-top: 100px;
    }
}

@media screen and (min-width:767px) and (max-width:1023px) {
    .jomazy__wrapper {
        padding: 20px;
        width: 90%;
        height: 100%;
        position: relative;
        margin: 0;
    }
    .jomazy__content p {
        font-size: 34px;
        line-height: 1.1;
    }
    .jomazy__wrapper::before  {
        display: none;
    }
    .jomazy__bigLogo img {
        width: 250px;
        margin-top: 40px;
    }
}

@media screen and (max-width:767px) {
    .jomazy__wrapper {
        padding: 20px;
        width: 90%;
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .jomazy__content p {
        font-size: 34px;
        line-height: 1.1;
    }
    .jomazy__bigLogo img {
        width: 150px;
margin-top: 40px;
    }
    .jomazy__content h2 {
        font-size: 60px;
    }
    .jomazy__wrapper::before  {
        display: none;
    }
    .jomazy__smallLogo {
        position: relative;
max-width: 240px;
margin: 0 auto;
  margin-top: 0px;
margin-top: 50px;
    }
}