*, html, body {
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  .image-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #DFDFDF;
    top: -32px;
    right: 32px;
    border-radius: 0.125rem;
  }
}
