h1, h2, h4, h5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    padding: 30px 0 20px 0;
    color: #000;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    transform: scaleX(1.08);
}

#order {
    max-width: 1280px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    html {
	font-size:16px;
    }

    h2 {
	font-size: 28px;
    }

    #order {
	max-width: 96%;
    }
}
@media screen and (max-width: 480px) {
    h2 {
	font-size: 25px;
    }
}
