/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-background-content {
  margin-top: 5rem;
  padding: 5rem 0 3.75rem;
  position: relative;
}

@media (min-width: 768px) {
  .block-background-content {
    padding: 5rem 0 5rem;
  }
}

.block-background-content::before {
  clip-path: polygon(2.5rem 0, 100% 0, 100% 100%, 0 100%, 0 2.5rem, 2.5rem 2.5rem);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .block-background-content::before {
    clip-path: polygon(3.75rem 0, 100% 0, 100% 100%, 0 100%, 0 3.75rem, 3.75rem 3.75rem);
  }
}

.block-background-content--yellow::before {
  background-color: #c9db03;
}

.block-background-content--green::before {
  background-color: #28b780;
}

.block-background-content--blue::before {
  background-color: #173963;
}

.block-background-content--blue-light::before {
  background-color: #00aeef;
}

.block-background-content .accent-square-1 {
  content: '';
  background-color: #00aeef;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .block-background-content .accent-square-1 {
    content: '';
    background-color: #00aeef;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 3.75rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
