.calculator-emi{
  max-width: 1196px;
  margin: 100px auto;
}

.calculator-emi .cmp-teaser{
  flex-direction: row-reverse;
  background-color: #fff;
  border-radius: 0px;
}

.calculator-emi .cmp-image__image{
  max-width: 688px;
  width: 100%;
  height: 517px;
  border-radius: 0px;
}

.calculator-emi .cmp-teaser__pretitle{
  color: #202020;
  font-family: BioRhyme;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 40px;
}

.calculator-emi .cmp-teaser__description{
  color: #202020;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 60px;
  max-width: 300px;
}

.calculator-emi .cmp-teaser__content{
  padding: 74px 69px;
}
.calculator-emi .cmp-teaser__action-link{
  border-radius: 30px;
  background: #7345B2;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 117.2%;
  letter-spacing: 0.36px;
}

@media (max-width:992px){
  .calculator-emi{
    padding: 0 20px;
    margin-top: unset;
    margin-bottom: 40px;
  }
  .calculator-emi .extended-image img{
    border-radius: 10px;
    width: 100%;
    height: 275px;
  }
  .calculator-emi .cmp-teaser__content{
    padding: unset;
    text-align: left;
    width: 90%;
  }
  .calculator-emi .extended-image{
    height: 275px;
    margin-bottom: 32px;
  }
  .calculator-emi .cmp-teaser__pretitle{
    font-size: 26px;
    line-height: 117.2%;
    margin-bottom: 12px;
  }
  .calculator-emi .cmp-teaser__description{
    color: #616161;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.2%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .calculator-emi .cmp-teaser__action-link{
    margin: unset;
  }
  .extended-image-position .extended-image {
    right: 0;
    margin-left: 0;
  }
  .extended-image-position .extended-image > img {
    border-radius: 10px 10px 0 0;
  }
}