.rsg-custom-list-wrap {
  list-style-type: none;
  list-style-position: outside;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .rsg-custom-list-wrap {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
  }
}
.rsg-custom-list-wrap .rsg-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  position: relative;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: baseline;
  position: relative;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-icon .rsg-icon {
  background: #c80000;
  border-radius: 6px;
  border: 1px solid rgba(150, 150, 150, 0.1);
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-icon .rsg-icon .rsg-list-num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -5px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  top: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-rcol .rsg-list-header {
  margin-bottom: 0;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-rcol .rsg-list-content {
  margin-bottom: 14px;
  color: #242424;
}
.rsg-custom-list-wrap .rsg-list .rsg-list-rcol .rsg-list-content p {
  color: #242424;
  font-size: 16px;
  line-height: 160%;
}
.rsg-custom-list-wrap a:hover {
  color: #242424;
}/*# sourceMappingURL=rsg-list-styles.css.map */