.row9-image{

}


.download-list .download-item + .download-item{
  margin-top: 22px; /* space between rows */
}

.download-list a{
  color:#fff;
}

.dl-icon{
  width:30px;
  height:30px;
  border-radius:999px;
  background:#fff;   /* white circle */
  color:#111;        /* icon color */
  font-size:22px;
}

.dl-text{
  font-size:24px;    /* adjust to match */
  line-height:1.1;
  letter-spacing:.2px;
}

/* optional hover */
.download-list a:hover .dl-icon{
  transform: translateY(-1px);
}


@media (max-width: 767px) { 
    .row-09-bg  .dl-text {
        font-size: 18px;
    }

    .row-09-bg  .download-list .download-item + .download-item {
        margin-top: 16px;
    }
}