h1 {
    font-family: "GEELY Bold 20230926", sans-serif !important;
    text-transform: uppercase;
}

.header {
    margin-bottom: 30px;
}

.locate-container {
    padding: 80px 0;
}

.input-group-text {
    background-color: transparent;
}

#btn-search {
    border-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#map {
    width: 100%;    
    height: 600px;
}

.dealership-lists {
    overflow-y: scroll;
    height: 560px;
    padding-right: 10px;
}

.dealership-lists ul {
    padding-left: 0;
}

.dealership-lists ul li {
    list-style-type: none;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.dealership-lists ul li.active {
    background-color: #E5E5E5;
}

.dealership-lists ul li a {
    text-decoration: none;
    color: #666666;
}

.dealership-lists ul li a h5 {
    font-family: "GEELY Bold 20230926", sans-serif !important;
    text-transform: uppercase;
    color: #000;
}

.dealership-lists ul li a p {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
    .locate-container {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .dealership-lists {
        margin-bottom: 20px;
        height: 460px;
    }

    #map {
        width: 100%;    
        height: 300px;
    }
}