.nid-110 {
  & .samk-button {
    background-color: var(--color-11);
    color: white;
    width: fit-content;
  }

  & h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  & h3 {
    color: var(--color-11);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }

  & p {
    margin-top: 0;
  }

  & .content-article_one,
  & .content-article_two .content-article_in,
  & .content-article_three {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  & .content-article_one img,
  & .content-article_two img,
  & .content-article_three img {
    border-radius: var(--border-radius);
  }

  & .content-article_one {
    margin-bottom: 5rem;

    & h3 {
      font-size: 2.4rem;
      font-weight: 700;
      text-align: left;
    }

    & .content-article_block:first-child {
      background-image: url("../../images/icons/samk/ostepar.svg");
      background-repeat: no-repeat;
      background-position: left bottom;
    }
  }

  & .content-article_two {
    margin-bottom: 5rem;

    & h2 {
      text-align: center;
      color: var(--color-11);
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    & a.samk-button-arrow-right {
      text-decoration: none;
      background-position: right 0rem center;
      padding-right: 3rem;
      text-align: right;
      display: inline-block;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 700;
    }
  }

  & .content-article_three {
    padding: 2rem 0;

    h2 {
      font-size: 4.8rem;
      font-weight: 700;
    }

    .button-three {
      margin: 0;
      padding: 1.5rem 2rem 1.5rem 2rem;
      line-height: 1;
      color: var(--color-26);
      background-color: var(--color-2);
      border-radius: var(--border-radius);
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: fit-content;
      text-decoration: none;
      float: right;
      font-size: 1.4rem;

      & img {
        display: inline-block;
        margin: 0 0 0 1.5rem;
        padding: 0;
      }
    }
  }

  & .content-article_three h2,
  & .content-article_three p {
    color: white;
  }

  & .content-article_four {
    background-color: white;
    padding: 2rem 1rem;
    border-radius: var(--border-radius-big-big);
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    & .samk-button {
      background-color: var(--color-1);
      color: white;
      font-size: 1.4rem;
      font-weight: 700;
    }

  }

  & .three {
    background-color: var(--color-11);
    margin-bottom: 3rem !important;
  }

  & .four {
    margin-bottom: 3rem;
  }

  & .layout-container.footer-container {
    background-image: url("../../images/footer/footer.svg") !important;
  }

}

/* Blok dva */
@media screen and (min-width: 576px) {
  .nid-110 .content-article_one,
  .nid-110 .content-article_two {
    margin-bottom: 5rem;
  }

  .nid-110 .content-article_two .content-article_in,
  .nid-110 .content-article_three {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }

  .nid-110 .content-article_block:first-child {
    background-image: none;
    flex: 0 1 58%;
  }

  .nid-110 .content-article_block:last-child {
    flex: 0 1 40%;
  }

  .nid-110 .content-article_two .content-article_in .content-article_block {
    flex: 0 1 48%;
  }

  .layout-container.three {
    margin-bottom: 5rem !important;
  }

  .nid-110 .content-article_three {
    padding: 6rem 2rem;
  }

  .nid-110 .content-article_three .content-article_block {
    flex: 0 1 48%;
  }

  .nid-110 .content-article_four .content-article_block {
    flex: 0 1 100%;
  }

  .nid-110 .layout-container.four {
    margin-bottom: 5rem;
  }

}

@media screen and (min-width: 768px) {
  .nid-110 h2 {
    position: relative;
    top: -1rem;
    font-size: 4.8rem;
    font-weight: 700;
  }

  .nid-110 .layout-container .content-article_one {
  }

  .nid-110 .content-article_one {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    /*gap: 2rem;*/
  }

  .nid-110 .content-article_one .content-article_block {
    flex: 0 1 49%;
  }

  .nid-110 .content-article_two h2 {
    font-size: 4.8rem;
  }

  .layout-container.three {
    margin-bottom: 10rem !important;
  }

  .nid-110 .layout-container.four {
    margin-bottom: 10rem;
    position: relative;
  }

  .nid-110 .layout-container.four .decoration-block.bag {
    position: absolute;
    top: 0;
    left: 3%;
    width: 500px;
    height: 400px;
    background-image: url("../../images/pages/o-samku-taska.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    z-index: 100;
  }

  .nid-110 .content-article_four .content-article_block:first-child {
    flex: 0 1 50%;
  }

  .nid-110 .layout-container.four .samk-button {
    float: right;
  }

}

@media screen and (min-width: 992px) {
  .nid-110 .content-article_block:last-child .content-article_image {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .nid-110 .content-article_two .content-article_in .content-article_block {
    flex: 0 1 48%;
  }

  .nid-110 .layout-container.four .decoration-block.bag {
    background-size: 70%;
  }

  .nid-110 .content-article_four .content-article_block:first-child {
    flex: 0 1 60%;

    & p {
      font-size: 1.8rem;
      font-weight: 600;
    }
  }

}

@media screen and (min-width: 1200px) {
  .nid-110 .layout-container.four .decoration-block.bag {
    background-size: 80%;
  }

  .nid-110 .content-article_four .content-article_block:first-child {
    flex: 0 1 65%;
  }

}

@media screen and (min-width: 1400px) {
  .nid-110 .layout-container.four .decoration-block.bag {
    left: 5%;
    top: 10%;
    width: 500px;
    height: 400px;
    background-size: 100%;
  }

}

@media screen and (min-width: 1600px) {
  .nid-110 .content-article_four {
    padding: 5rem 5rem 2rem 0;
  }

  .nid-110 .layout-container.four .decoration-block.bag {
    left: 5%;
  }

}

