.values{
text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.bg-image {
    position: relative;
    background-image: url('../images/firestole.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}

/* Media query for tablets */
@media screen and (max-width: 768px) {

    .values{
        padding: 20px;

    }
}