.why-choose .cmp-container{
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.why-choose .cmp-container .teaser{
  width: 33%;
}
.why-choose .cmp-container .teaser .cmp-teaser{
  padding: 30px 62px;
  background-color: #F2F7FB;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__image{
  width: 50px;
  height: 50px;
  padding-bottom: 11px;
}
.why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__image img{
  height: 100%;
  width: 100%;
}
.why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title{
  color: #333;
  font-family: 'HelveticaNeueLTStd-Bd';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-top: 11px;
  padding-bottom: 5px;
}
.why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p{
  color: #333;
  font-family: 'helveticaregular';
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.why-choose-header-tag .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #333;
  font-family: 'Inter';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 767px){
  .why-choose .cmp-container .teaser{
    width: 49.6%;
  }
  .why-choose .cmp-container{
    gap: 2px;
  }
  .why-choose .cmp-container .teaser .cmp-teaser{
    padding: 20px 15px;
  }
  .why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__image{
    width: 37px;
    height: 37px;
  }
  .why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title{
    font-size: 1.125rem;
    letter-spacing: -0.18px;
    padding-top: 10px;
  }
  .why-choose .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p{
    font-size: 0.875rem;
    line-height: 19px;
    letter-spacing: -0.14px;
  }
  .why-choose-header-tag .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title{
    font-size: 1.125rem;
    letter-spacing: -0.18px;
  } 
}