.arrow-icon-list li::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-rt-angl.svg);
    left: 0;
    top: 7px;
    width: 7px;
    height: 12px;
    border-radius: 100%;
    line-height: 20px;
    z-index: 100;
}
.arrow-icon-list li { padding-left:17px; padding-bottom:20px; position:relative; z-index: 0; font-size: 16px; font-weight: normal; font-style: italic; color:#484B4E; letter-spacing: 0.8px; }


  /* Super Large devices (large desktops, less than 1600px) */
  @media (max-width: 1599.98px) {
    .arrow-icon-list li { padding-bottom: 14px;}

   }
     
  /* Extra Large devices (large desktops, less than 1440px) */
  @media (max-width: 1439.98px) { }
   
  /* Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) { }
  
  /* Medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) { }
  
  /* Small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) { }
  
  /* Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) { }