.dealer-main-wrapper {
    padding-block: 100px;
    background: #4C469C;
    header{
    	grid-column:1/-1;
    	text-align:center;
    }
    @media (min-width: 1280px){
    	 padding-inline:150px !important;
    	 
    }
   

    .dealer-card-wrapper {
        grid-column: span 4;
       @media (min-width: 1280px) {
					 grid-column: span 6;
}

           
        

        .dealer-wrapper {

            border: 1px solid rgba(0, 0, 0, 0.30);
            padding: 30px;
            border-radius: 20px;
            background: white;

            a {
                text-decoration: none;
                font-size: 24px;
                font-weight:700;
							  font-style: normal;
							  line-height: 27px;
                color: #3A3A3A;
                 @media (min-width: 1280px){
                 	 font-size: 28px;
                   font-weight:700;
								   line-height: 32px;
                 }
            }

            .dealer-detail {
                 font-size: 15px;
								  font-style: normal;
								  font-weight: 400;
								  line-height: 24px;
                color: #3A3A3A;
                 @media (min-width: 1280px){
                 	font-size: 18px;
							    line-height: 30px;
                 }
            }

            .contact-us {
                background: #4C469C;
                padding: 10px;
                border-radius: 10px;
                text-align: center;

                a {

                    color: white;
                }
            }
        }
    }

}
               