/*
    This sets following values to breakpoints
    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1160px
*/
/*COLORS*/
/*BREAKPOINTS*/
/*FONTS*/
/*SPACING*/
.rv-dsi-image-with-title-list .component-content .items {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.rv-dsi-image-with-title-list .component-content .items .item {
  width: 100%;
  text-align: center;
}

.dsi-link-navigation-right-arrow-icon a {
  position: relative;
  padding-right: 30px;
}

.dsi-link-navigation-right-arrow-icon a::after {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-image: url("/hcp/-/media/feature/dsi/global-icons/arrow-right-red");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 16px;
}

@media (min-width: 768px) {
  .dsi-link-navigation-right-arrow-icon a::after {
    bottom: 2px;
  }
}

.dsi-link-navigation-right-arrow-icon .dsi-text-danger a::after {
  background-image: url("/hcp/-/media/feature/dsi/global-icons/arrow-right-red");
}

.dsi-link-right-arrow-icon a::before {
  content: "";
  width: 10px;
  height: 16px;
  color: #323232;
  position: absolute;
  right: -50px;
  top: 25px;
  z-index: 1;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  display: block;
  background-image: url("/hcp/-/media/feature/dsi/global-icons/arrow-left");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}
