.circle-icon {
  padding: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 10px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

hr {
  border-top-width: 5px;
}

.card-deck {
  margin-top: 10px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 0.5rem;
}

.table-borderless {
  border: 0;
}

.figure-border {
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  padding: 5px;
}
