.banner{
    background-image: url('../../images/warranty-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 70vh;
}
.headline{
    background-color: #081420;
}
.headline .title{
    text-align: left;
}
.btn-kia{
    background-color: #081420;
    color: white;
    width: 300px;
    border-radius: 16px;
    padding: 1em;
    transition: all 0.3s ease-in-out;
}
.btn-kia:hover{
    background-color: #081420;
    color: white;
}
.btn-book-online{
    background-color: #ff0400;
    color: white;
    border: 1px solid #fff;
    position: relative;
    padding: 1em;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}

.btn-book-online:hover{
    background-color: #ff0400;
    color: white;
}
.btn-book-online .icon{
    background-image: url(../../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    left: 24px;
    width: 24px;
    height: 20px;
    top: 18px;
}
.btn-app{
    background-color: #000;
    color: white;
    border: 1px solid #fff;
    width: 300px;
    padding: 1em;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}
.btn-app:hover{
    background-color: #000;
    color: white;
}
.best-dealers{
    background-color: #2F2F2F;
}

@media only screen and (max-width: 768px) {
    .btn-app{
        width: 100%;
    }
}
