:root {
  --lightBlue: #0546D8;
}

/* Cookie bar */
.col-callout {
  border: 2px solid #0546D8;
  padding: 40px 40px 90px 40px;
  position: relative;
  background-color: #ABFBFF;
}
.col-callout img {
  max-height: 100px;
  background: transparent !important;
  margin-bottom: 20px;
}
.col-callout h3 {
  font-family: Regular;
  padding-top: 0;
}
.col-callout h3 + p {
  padding-top: 0;
}
.col-callout::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0546D8;
}
.bg-light .col-callout {
  border: none;
}
.bg-dark .col-callout {
  color: #0546D8 !important;
}
