/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
.ux-iws-teaser-sidebar-icon {
  display: block;
  padding: 5px 0 25px;
  margin-bottom: 15px;
  max-width: 100%;
}
.ux-iws-teaser-sidebar-icon__wrapper {
  display: flex !important;
}
.ux-iws-teaser-sidebar-icon__wrapper > .ux-icon {
  font-size: 50px;
  margin-right: 20px;
}
.ux-iws-teaser-sidebar-icon__text-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-evenly;
  max-width: 100%;
}
.ux-iws-teaser-sidebar-icon__text-content > [slot=title] {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-sidebar-icon__text-content > [slot=title] {
    font-size: 18px;
  }
}