
body {
    background-image: url("/img/lang-page-bg.png");
    background-position: center 10px;
    background-size: auto;
    background-repeat: no-repeat;
}

.wrapper {
    margin-top: 15%;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5;
    color: #770000;
}

h1 span {
    font-size: 42px;
    font-weight: 600;
}

select,
input.btn {
    margin-bottom: 10px;
}

@media (max-width: 812px) {
    body {
        background-image: url("/img/lang-page-bg-mobile.png");
    }
    .wrapper {
        margin-top: 140px;
    }
    h1 {
        font-size: 20px;
    }
}

@media (min-width: 812px) and (max-width: 1183px) {
	body {
	    background-size: contain;
	}
	h1 {
        font-size: 26px;
    }
}