@charset "utf-8";

/* CSS Document */
.dealerLocator .wrap-locator
{
    height: auto !important;
}
.cta-agnimahindra{
    margin:50px 0px;
    background-color:red;
    text-align:center;
    padding:15px;
    color:#fff;
}
.cta-agnimahindra h2{
    font-size:30px !important;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px)
{
.cta-agnimahindra h2{
  font-size:20px !important;
}
}