.elmt-were-to-buy{
	background-image: url('/images/background-were-to-buy.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.elmt-were-to-buy h2 {
	font-size: 2.4em;
	font-weight: 100;
}

.elmt-were-to-buy img {
    margin: 70px;
}

.elmt-were-to-buy a {
    margin: 0px;
    padding: 14px 50px;
    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-were-to-buy a:hover {
    background-color: #35373f;
}