body {
/*    background: url("./img/responsive-screens.png") no-repeat;
    background-size: auto;
    background-position: right top;
    background-color: #E6E6E6;*/
}
.container {
    margin-top: 60px;
}
h2 {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    body {
/*        background: url("./img/responsive-screens.png") no-repeat;
        background-size: 256%!important;
        background-position: center 252px!important;
        background-color: #E6E6E6;*/
    }
    .container {
        margin-top: 105px;
    }
}

h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
h2 {
    font-size: 55px;
/*    text-transform: uppercase;*/
    font-weight: 700;
    line-height: 56px;
    margin: 30px 0 40px;
}