@charset "UTF-8";

.dealer-wrap {
    
}
.dealer-wrap .dealer-row {
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid #cccccc;
}
.dealer-wrap .dealer-row:last-of-type {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: 0px;
}
.dealer-wrap .dealer-row h2 {
    color: #33ba9d;
}
.dealer-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #33ba9d;
    border-radius: 100%;
    text-align: center;
}
.dealer-icon i {
    font-size: 30px;
    line-height: 58px;
    color: #33ba9d;
}
.tx-primary{
    color: #33ba9d;
}
.tx-black{
    color: #000000;
}
.dealer-gallery{
    
}
.dealer-gallery-item{
    text-align: center;
    display: flex;
    align-items: center;
    height: 200px;
}
.dealer-gallery-item img{
    max-height: 100%;
}