.hw-medicalsupport-cards .cmp-container .leadproxyteaser{
  border-radius: 23px;
  border: 2px solid #0073BB;
  background: #FFF;
  padding: 16px 21px 23px 21px;
  height: auto;
}
.hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__image{
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
.hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__image .cq-dd-image{
  width: 60px;
  height: 60px;
}
.hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__content .title{
  color: #0073BB;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.777px;
  margin-bottom: 13px;
  display: block;
}
.hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
  color: #58595B;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hw-medicalsupport-arrow .extendedimage{
  cursor: pointer;
  width: 31px;
  height: 31px;
}
.hw-medicalsupport-arrow .extendedimage .cmp-image__image{
  width: 31px;
  height: 31px;
}
.hw-medicalsupport-arrow .cmp-container{
  display: flex;
  justify-content: center;
  gap: 7px;
}
.hw-medicalsupport-pagination{
  display: none;
}
.hw-medicalsupport-cards .cmp-container{
  margin-bottom: 9px;
}
.hw-medicalsupport-container .hw-medicalsupport-cards{
  overflow: hidden;
  padding: unset;
}
@media screen and (max-width: 768px){
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser{
    padding: 7px 12px 7px 9px;
    height: unset;
    border-radius: 5px;
    border: 1px solid #0073BB;
    filter: drop-shadow(0px 3.262px 3.262px rgba(0, 0, 0, 0.25));
  }
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__image{
    width: 32px;
    height: 31px;
    margin-bottom: unset;
    flex: 1.4;
  }
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__image .cq-dd-image{
    width: 32px;
    height: 31px;
  }
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser{
    display: flex;
    gap: 10px;
  }
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__content .title{
    color: #0073BB;
    font-family: Inter;
    font-size: 0.563rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
  }
  .hw-medicalsupport-cards .cmp-container .leadproxyteaser .cmp-teaser__description :where(p,h1,h2,h3,h4,h5,h6){
    font-size: 0.438rem;
  }
  .hw-medicalsupport-cards .cmp-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hw-medicalsupport-container{
    margin-left: unset;
  }
  .hw-medicalsupport-cards .leadproxyteaser .cmp-teaser__content{
    display: flex;
    align-items: center;
    flex: 11;
  }
  .hw-medicalsupport-arrow{
    display: none;
  }
  .hw-medicalsupport-container .hw-medicalsupport-cards{
    padding: unset;
  }
}