.dealership-features {
  padding-bottom: min(6vw, 40px);
  padding-top: min(6vw, 62px);
  position: relative
}
.dealership-features .row{width:100%; gap: 35px 0;}

.dealership-features .title-jif {
    position: relative;
    text-align: center;
     max-width: 690px;
    margin: 0px auto;
}

.dealership-features .title-jif img {
    position: absolute;
    top: -54px;
    width: 158px;
    right: -59px;
    transform: rotate(12deg);
}

.dealership-features .iconBg {
  align-items: center;
  background: #fff;
  border-radius: 50% !important;
  box-shadow: 0 16px 24px rgba(0, 0, 0, .12);
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  justify-content: center;
  margin: 0 auto 40px;
  mix-blend-mode: normal;
  width: 120px;
}

.dealership-features h2 {
  text-align: center !important;
  font-size: 54px;
  font-weight: 600;
  margin: 0 0 30px;
}

.dealership-features h2 span {
    color: #F90081;
}

.dealership-features p {
  color: #555;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 30px;
  margin: 0 0 48px;
}

.dealership-features .iconBg-sec p {
  color: #555;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 30px;
  margin-bottom: 7px;
}
.dealership-features .iconBg+h3 {
  color: #110009;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 125%;
  margin-bottom: 50px;
}

.dealership-features .iconBg .img-fluid {
    width:100%
    height: auto;
    max-width: 63px;
}


.dealership-features  .icon-list-wrap{
  padding: 30px 0;
  text-align: center;
}

.hs-landing-page .eligibilty-page .dealership-features .icon-list-wrap{
  padding: 120px 0px 50px;
 
}
.location  .dealership-features .icon-list-wrap {
  padding: 0;
}

.dealership-features .button-global {
    font-size: 25px;
    height: 77px;
    line-height: 77px;
    padding: 0 10px;
    max-width: 440px;
    min-width: 440px;
}


@media only screen and (max-width: 1024px) {
.dealership-features .title-jif {
  max-width: 500px;
 }
  
  .dealership-features h2 {
    font-size: 42px;
  }
  
    .dealership-features .title-jif img {
        top: -52px;
        width: 135px;
        right: -66px;
    }
 

  .dealership-features p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {
  .dealership-features h2 {
    font-size: 36px;
  }


}


@media only screen and (max-width:767px) {
  .dealership-features .title-jif {
     max-width: 315px;
  }
  
    .dealership-features .title-jif img {
        top: -43px;
        width: 135px;
        right: -34px;
    }
  
  .dealership-features .title-jif h2 {
    margin-bottom: 15px;
  }
  
  .dealership-features .row {
    gap: 10px 0;
  }
  
  .dealership-features .button-global {
    font-size: 18px;
    height: 57px;
    line-height: 57px;
    padding: 0 10px;
    max-width: 310px;
    min-width: 310px;
}
  
  .dealership-features br{display:none;}   

.dealership-features p {
        font-size: 16px;
        max-width: 100%;
        margin: 0px auto;
       margin-bottom:10px;
      line-height: 22px;
  }

.dealership-features .iconBg-sec p {

  font-size: 16px;line-height: 22px;
}   


.dealership-features .iconBg {
 
  margin: 0 auto 10px;

}

.dealership-features .iconBg img{
 
  width: 65px;
  height: 65px; 

}


