@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: #fafafa;
}
.content {
    max-width: 850px;
    margin: 50px auto;
    font-size: 18px;
}

.content a {
    transition: ease-in-out .3s;
}

.content ul.list-group li.list-group-item {
    padding-left: 30px;
    background: transparent;
}
.content ul.list-group li.list-group-item:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAACUElEQVR4nO1ZMWsUQRQeuNpUevPekQQvFjYWNhaB3DzvSKNdIueBCrqjECU3sbKxtwjuCmkkVkZiE8gPuGAlVsYfYKlGBLURUpxIQk7embsbjgiZbHbXlfng8WAW5r3vvTfs7jdCeHh4ePzTAJg6JZGWJajPgGoXkDrJmtqVQFvdmLJSjpW8lJUaIH1LPmn6m20XSzR9pOQR6SSg+pph8h02ifRdysmie/WRlgebqI8AF0mIekEkjnoBkaYA1Qcr/lPnbXgO+5XoJp8upFTVPgGgT84b2Ac2ncoPo16wD7ZwhT2Hw8+WjBl5sqDvh0a/CE2wnpSBlcOSuT5yLAQ4+agZvIyMbiVtYOUQGr3qREICtffnr22vc+XTSD4aItBdawYLhyeA1JSg3rO313lsMiNg9IqIi6ip17LrgF7zBKK8dKCI6poE9YZ9LkcIkLZ7H1R5JdA56D3gCRjfgcPBj5CJf4jHx6u/uJDsc3mI52Ybm5PnL31hn0sC0bB5AsJ3oOUyMo/mbr3i+WefyxE6d3b6B8dnn0sC4L+F0HegleEIqQOFrbTOwOJ8sNGLjyXacyZgS4usVaZN4N6Vxtte/Ilyre1OAOmZLe6yVsmdSJrA4/lg4+5sY/NMudbVpdjowuUtdwKyUrZ+KzOzsdHqzsObN147E2Dw5UKWdwRjo9WdOzNX3w06dPu5OMpFB+vzLHGnccWEJdqbOF37yWPTr/y+hUYbERcssLLQmtbbOBokv7r4QJ+ITaBHgoVW1iqTlNdDE6z/iaHNsSXv4fGf4Td3HfxVilmpoAAAAABJRU5ErkJggg==);
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background-size: contain;
    left: 0px;
}
footer {
    background: #f5f5f5;
    text-align: center;
}
section {
    padding: 30px 0;
}
footer .content {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
}
footer a {
    text-decoration: none;
    font-weight: 600;
    color: #c42c2c;
    margin: 5px 10px;
    font-size: 15px;
    display: inline-block;
    border-bottom: none !important;
}
/* Basic Styles */
ul.list-group {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none;
  }
  
  ul.list-group-flush .list-group-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
  }
  
  li.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
  }
  
  /* Responsive Styles */
  @media (max-width: 767px) {
    li.list-group-item {
      font-size: 0.875rem;
      padding: 0.5rem 1rem;
    }
  }
  