html {
    font-size: 16px;
}


p {
    margin: 0px;
}

.make-hero-banner {
    padding: 60px 0px;
    background-image: url(https://www6.stgautonation.com/~/media/Images/LandingPages/jaguar-inventory/1440-jaguar-background-image.png);
    background-size: cover;
}

.make-hero-title {
    text-align: center;
    font-family: "Autonation Regular";
    font-size: 40px;
    font-style: normal;
    color: white;
    font-weight: bold;
    line-height: 44px; /* 48px */
    letter-spacing: 0.7px;
    text-transform: uppercase;   
    margin: 0px;
    margin-bottom: 14px;
}

.make-hero-text {
    font-family: "Autonation Light";
    font-size: 16px;
    font-style: normal;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.28px;    
}

.make-store-section {
    padding: 50px 0px;
    background: #F2F4F6;
}

.section-title {
    color: #191919;
    text-align: center;
    font-family: "Autonation Regular";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 7px;
}

.section-text {
    color: #333;
    text-align: center;
    font-family: 'Autonation Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.28px;    
}

.make-store-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 1050px;
    gap: 25px;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
}

.make-store-card {
    position: relative;
    background: #fff;
    padding: 24px;
    max-width: 330px;
    height: 350px;  
    border-radius: 10px;
    border: 1px solid #D5D5D5;  
    box-sizing: border-box;
}

.store-title {
    color: #0A3453;
    font-family: 'Autonation Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.35px;    
    margin-top: 8px;
}

.store-icon {
    max-width: 125px;
    max-height: 40px;
}

.store-icon.bentley-icon {
    max-width: 95px;
    max-height: 40px;
}

.store-icon.inline-icon {
    display: inline-block;
}

.store-icon img {
    width: 100%;
    height: 100%;
}

.store-address,
.store-number {
    display: flex;
    flex-flow: row;
    gap: 8px;
}

.store-address {
    margin: 8px 0px;
}

.store-address .address-icon,
.store-address a {
    vertical-align: middle;
}

.store-address a:hover,
.store-phone:hover ,
.store-address a:focus,
.store-phone:focus,
.secondary-button:focus {
    color: #e61464;
}

.primary-button:focus {
    color: white;
}

.store-number {
    margin: 8px 0px 16px 0px;
}

.address-icon {
    height: 14px;
    width: 14px;
}

.phone-icon {
    height: 15px;
    width: 15px;
}

.address-icon svg,
.phone-icon svg {
    width: 14px;
    height: 14px;
}

.store-google-maps {
    color: #0F5485;
    font-family: "Autonation Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.245px;
    text-decoration-line: underline;    
}

.store-phone {
    color:#0F5485;
    /* DRVN/Reg/14 Reg Underline */
    font-family: "Autonation Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.245px;
    text-decoration-line: underline;    
}

.button-container {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 285px;
}

.primary-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 10px 0px;
    border-radius: 8px;
    background: linear-gradient(90deg, #AD104C 0%, #E61464 100%);
    color: white;
    text-align: center;
    /* DRVN/Reg/16 Reg */
    font-family: "Autonation Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.28px;  
    text-decoration: none;  
    margin-bottom: 16px;
}

.secondary-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 10px 0px;
    border-radius: 8px;
    background: white;
    color: #E61464;
    text-align: center;
    /* DRVN/Reg/16 Reg */
    font-family: "Autonation Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.28px;  
    text-decoration: none; 
    text-transform: capitalize;
    border: 1px solid#E61464;
}

.primary-button:hover {
    color: white;
    text-decoration: none;
}

.secondary-button:hover {
    color: #E61464;
}

@media all and (max-width: 1116px) {
    .make-hero-banner {
        padding: 50px 0px;
        background-image: url(https://www6.stgautonation.com/~/media/Images/LandingPages/jaguar-inventory/1024-jaguar-background-image);
    }

    .make-store-container {
        max-width: 825px;
    }

    .make-hero-title {
        font-size: 33px;
    }

    .make-hero-text {
        max-width: 541px;
        margin: 0px auto;
        line-height: 130%;
    }

    .make-store-card {
        max-width: 258px;
        height: 358px;
        padding: 24px 19px;
    }

    .store-address {
        margin: 8px 0px 5px 0px;
    }

    .button-container {
        max-width: 225px;
    }
}

@media all and (max-width: 992px) {
    .make-store-card .store-title {
        text-align: left;
    }
}

@media all and (max-width: 851px) {
    .make-hero-banner {
        background-image: url(https://www6.stgautonation.com/~/media/Images/LandingPages/jaguar-inventory/768-jaguar-background-image);
        padding: 40px 0px;
    }

    .make-hero-title {
        max-width: 650px;
        font-size: 35px;
        margin: 0px auto 14px auto;
    }

    .make-store-section {
        padding: 40px 0px;
    }

    .make-store-container {
        max-width: 715px;
        gap: 15px;
    }

    .make-store-card {
        max-width: 350px;
        height: 358px;
        width: 100%;
    }

    .section-title {
        font-size: 33px;
    }

    .button-container {
        max-width: 314px;
    }
}

@media all and (max-width: 577px) {
    .make-hero-banner {
        background-image: url(https://www6.stgautonation.com/~/media/Images/LandingPages/jaguar-inventory/375-jaguar-background-image);
        padding: 25px 30px;
    }

    .make-hero-title {
        font-size: 24px;
        line-height: 28px;
    }

    .make-hero-text {
        max-width: 265px;
    }

    .make-store-section {
        padding: 30px 0px;
    }

    .section-title {
        font-size: 24px;
        max-width: 296px;
        margin: 0px auto 7px auto;
    }

    .section-text {
        max-width: 315px;
        margin: 0px auto;
    }

    .make-store-container {
        gap: 18px;
    }

    .make-store-card {
        width: 100%;
        max-width: 375px;  
        height: 330px;     
        border: none;
        border-radius: 0px; 
    }

    .make-store-container {
        justify-content: center;
    }

    .button-container {
        max-width: 345px;
        width: 93%;
    }
}