body {
    font-family: 'Roboto', sans-serif;
    background-image: url(img/website\ wallpaper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    body {
        background-image: url(img/phone\ wallpaper\ \(4\).jpg) !important;
        background-size: cover;
    }
    .header {
        display: none !important;
    }
    .header1 {
        display: flex !important;
        justify-content: center;
        margin-top: 40px;
    }
    .header1 img {
        height: 200px;
    }
    .max {
        display: none !important;
    }
    .info {
        flex-direction: column !important;
        margin-top: 200px !important;
    }
    .two {
        display: block !important;
        height: 100px;
    }
    .one {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 150px;
    }
    .one2 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 150px;
        margin-top: 150px;
    }
    h1 {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 992px) {
    .header1 img {
        height: 90px;
    }
    .two {
        height: 65px;
    }
    h1 {
        font-size: 40px !important;
    }
    .info {
        margin-top: 170px !important;
    }
    .one2 {
        margin-top: 200px !important;
    }
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.header1 {
    display: none;
}

.header img {
    height: 80px;
    width: 200px;
}

.max {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.max img {
    height: 170px;
}

.info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 80px;
}

h1 {
    font-size: 55px;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 900;
    color: #1d1d1f;
}

.info a {
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 10px 30px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 5px 10px #4a384973;
}

.info a:hover {
    background: #00A0E3;
    color: #fff;
    border: 3px solid #00A0E3;
}

.two {
    display: none;
}