.elmt-naw{
	background-image: url('/images/background-were-to-buy.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.elmt-naw h2 {
	font-size: 2.4em;
	font-weight: 100;
}

.elmt-naw img {
    margin: 70px 0 20px 0;
}


.elmt-naw ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #d1d1d2;
}

.elmt-naw a {
    margin: 40px 0 0 0;
    padding: 14px 60px;
    color: #fff;
    background-color: #0075cf;
    display: inline-block;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875em;
    text-decoration: none;
    transition: all 0.5s;
}

.elmt-naw a:hover {
    background-color: #35373f;
}