body, html {
  height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
    text-align: center;
    justify-content: center;
    align-items: center;
}

h2 {
    color: #5B5B5B;
    font-size: 18px;
}

.btn-models {
    background-color: #5B5B5B;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 5px 0;
    font-size: 17px;
    width: 170px;
}

.btn-how {
    width: 170px;
    border-radius: 30px;
    color: #5B5B5B;
    font-size: 17px;
    background-color: #ffffff;
}

.btn-models:hover {
    color: #ffffff !important;
    background-color: #DD031E;
}

.btn-how:hover {
    color: #ffffff;
    background-color: #DD031E;
}

.logo_honda_store {
    max-width: 310px;
}

.logo_honda_store_promo {
    max-width: 450px;
}

header .top .how_works {
    padding-top: 0px;
}

@media (orientation: portrait) {

    .content-wrapper {
        background-position: 70% center;
    }

    .logo_honda_store {
        width: 90%;
    }

    .logo_honda_store_promo {
        width: 90%;
    }

    .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
}