﻿.testRideBanner * {
    font-family: "Roboto", sans-serif;
}

.testRideBanner {
    padding: 10.3vw 0;
    position: relative;
}

    .testRideBanner:after {
        content: '';
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 28.67%, rgba(0, 0, 0, 0.7) 55.76%, #000000 100%);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .testRideBanner .dataWrap {
        max-width: 665px;
        margin: 0 0 0 8.5vw;
        position: relative;
        z-index: 2;
    }

        .testRideBanner .dataWrap h2 {
            font-weight: 900;
            font-size: 80px;
            line-height: 80px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 38px;
        }

        .testRideBanner .dataWrap h3 {
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            color: #fff;
            margin-bottom: 30px;
        }

        .testRideBanner .dataWrap ul {
            list-style: none;
            border-bottom: 1px dashed #B7B7B7;
        }

            .testRideBanner .dataWrap ul li {
                font-weight: 400;
                font-size: 18px;
                line-height: 22px;
                color: #fff;
                margin-bottom: 24px;
            }

        .testRideBanner .dataWrap .locationBar {
            padding: 30px 0;
            display: flex;
            align-items: center;
        }

            .testRideBanner .dataWrap .locationBar img {
                margin-right: 20px;
            }

            .testRideBanner .dataWrap .locationBar p {
                font-weight: 700;
                font-style: italic;
                font-size: 18px;
                line-height: 100%;
                color: #fff;
            }

        .testRideBanner .dataWrap .wpBtn {
            background: linear-gradient(180deg, #F8F8F8 0%, #E6E6E6 100%);
            border: 2px solid #fff;
            display: inline-block;
            align-items: center;
            padding: 10px 20px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            color: #000;
            cursor: pointer;
        }

            .testRideBanner .dataWrap .wpBtn:hover {
                background: #ccc;
            }

            .testRideBanner .dataWrap .wpBtn img {
                margin-right: 10px;
            }

@media all and (max-width: 1201px) {
    .testRideBanner {
        padding: 80px;
    }

        .testRideBanner .dataWrap {
            max-width: 100%;
            margin: 0;
        }

            .testRideBanner .dataWrap h2 {
                font-size: 50px;
                line-height: 40px;
                margin-bottom: 24px;
            }

            .testRideBanner .dataWrap h3 {
                font-size: 24px;
                margin-bottom: 30px;
            }

            .testRideBanner .dataWrap ul li {
                font-size: 16px;
                margin-bottom: 15px;
            }

            .testRideBanner .dataWrap .locationBar {
                padding: 20px 0;
            }

                .testRideBanner .dataWrap .locationBar p {
                    font-size: 16px;
                }

            .testRideBanner .dataWrap .wpBtn {
                padding: 8px;
                font-size: 16px;
            }
}

@media all and (max-width: 575px) {
    .testRideBanner {
        padding: 91vw 18px 40px;
    }

        .testRideBanner:after {
            display: none;
        }

        .testRideBanner .dataWrap h2 {
            font-size: 40px;
            line-height: 100%;
        }

        .testRideBanner .dataWrap h3 {
            font-size: 22px;
            margin-bottom: 24px;
        }

        .testRideBanner .dataWrap .locationBar {
            padding: 24px 0;
        }

            .testRideBanner .dataWrap .locationBar p {
                font-size: 18px;
                line-height: 22px;
            }

        .testRideBanner .dataWrap .wpBtn {
            width: 100%;
            justify-content: center;
        }
}
