/* line 18, resources/assets/css/common/_variables.scss */
:root {
  --text-color: #29355b;
  --white: white;
  --black: black;
  --primary: #F8CD05;
  --secondary: #422B1B;
  --third: #EBDEC8;
  --body: #F4E9D7; }

/* line 6, stdin */
.contentswithlinks {
  position: relative;
  overflow: hidden; }
  /* line 10, stdin */
  .contentswithlinks_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15.625rem;
    padding: 0rem 22.5rem;
    margin: 13.75rem 0rem 0rem 0rem; }
    /* line 19, stdin */
    .contentswithlinks_container .block_item .title {
      margin: 0; }
    /* line 22, stdin */
    .contentswithlinks_container .block_item .content {
      font-size: 1.375rem;
      color: var(--secondary);
      line-height: 33px; }
  /* line 31, stdin */
  .contentswithlinks_number {
    position: absolute;
    color: var(--third);
    font-size: 37.5rem;
    font-family: "Ramona", sans-serif;
    font-weight: bold;
    line-height: 100%;
    z-index: -2;
    top: -17.5rem;
    right: -6.25rem; }

@media screen and (max-width: 1500px) {
  /* line 47, stdin */
  .contentswithlinks_container {
    grid-gap: 3.125rem;
    padding: 0rem 12.5rem; } }

@media screen and (max-width: 800px) {
  /* line 57, stdin */
  .contentswithlinks_container {
    margin: 0rem 0rem 0rem 0rem;
    display: block;
    padding: 0rem 1.25rem; }
    /* line 61, stdin */
    .contentswithlinks_container .block_item {
      margin: 2.5rem 0; }
  /* line 66, stdin */
  .contentswithlinks_number {
    font-size: 15.625rem;
    top: -5.625rem;
    right: -3.125rem; } }
