/*body {*/
    /* padding: 50px; */
    /*margin:0px;padding:0px;
    background: whitesmoke;
}*/

/* .hpd { margin: 0 auto 20px; } */

.hpd {
    display: block;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #FABC3F;
    /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/18946/engine-flipped_3.jpg"); */
    background-image: url("imgs/ban1.png");
    /* background-size: auto; */
    background-size: 200px 150px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
}

.hpd .hpd-title {
    margin: 0;
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase;
}

.hpd .hpd-desc {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
}

.hpd-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 2px;
    background: #fd7e14;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    transition: background 0.5s ease;
}
.hpd:hover .hpd-btn {
    background: #000;
}

.hpd-basic {
    /* min-width: 540px; */
    width:100%;
    background-repeat: no-repeat;
    background-position: right;
}

.hpd-basic:hover{
    color:black !important;
}

@media (min-width: 600px) {
    .hpd-basic {
        text-align: center;
        /* padding-right: 150px; */
    }

    .hpd-basic hpd-btn {
        background: transparent;
    }
}

@media (max-width: 800px){
    .hpd-basic {
        text-align: left
    }
}