.ks-colour-set-description {
  /* Top */
  .ks-colour-set-top {
    margin: 20px 0 80px 0;
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
    grid-gap: 40px;
    .ks-colour-set-text {
      h2,
      h3 {
        color: #46453e;
        line-height: 1;
        letter-spacing: 0.5px;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 800;
        margin: 0 0 40px 0;
      }
    }
    .ks-colour-set-advantages {
      display: grid;
      margin-top: 40px;
      justify-content: space-between;
      grid-template-columns: 1fr;
      grid-gap: 12px;

      .ks-advantage-inside {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        img {
          width: 40px;
          margin: 0;
        }
        p {
          text-transform: uppercase;
          font-weight: 800;
          margin-bottom: 0;
          color: #46453e !important;
          font-size: 14px;
          text-align: left;
          line-height: 1;
        }
      }
    }
  }

  .ks-ce-partner-holder {
    grid-template-columns: auto 250px;
  }

  /* Video */
  .ks-colour-video {
    text-align: center;
    margin: 80px 0;
  }
  /* Banner */
  .ks-ce-banner-wrapper {
    margin: 80px 0;
  }
  /* Kaeseschule overview */
  .ks-colour-video-online {
    margin-bottom: 80px;
    h4 {
      text-align: center;
      color: #46453e;
      line-height: 1;
      letter-spacing: 0.5px;
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 800;
      margin: 80px 0 40px 0;
    }
    .ks-colour-videos {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 40px;
    }
  }
}

@media screen and (max-width: 767px) {
  .ks-colour-set-description {
    margin: 40px 0;
    /* Top */
    .ks-colour-set-top {
      grid-template-columns: 1fr;
      grid-gap: 0;
      .ks-descr-prod-image {
        max-width: 300px;
        margin: 0 auto;
      }
      .ks-colour-set-text {
        h2,
        h3 {
          font-size: 18px;
          margin: 0 0 20px 0;
        }
      }
      .ks-colour-set-advantages {
        display: grid;
        margin-top: 0;

        img {
          margin: 10px 0;
        }
      }
    }
    /* Video */
    .ks-colour-video {
      text-align: center;
      margin: 40px 0;
    }
    /* Banner */
    .ks-ce-banner-wrapper {
      margin: 40px 0;

      img {
        margin: 0;
      }
    }

    /* Baumpflanz Partner */
    .ks-ce-partner-holder {
      grid-template-columns: 1fr;
      margin-bottom: 0;

      .ks-ce-prop-holder {
        grid-gap: 10px;
      }

      .ks-ce-partner-properties {
        img {
          margin: 0;
        }
      }

      .ks-ce-partner-right {
        margin: 0 auto;
        width: 150px;

        img {
          margin: 0;
        }
      }
    }

    /* Kaeseschule overview */
    .ks-colour-video-online {
      h4 {
        font-size: 18px;
      }
      .ks-colour-videos {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        img {
          margin: 0;
        }
      }
    }
  }
}

@media screen and (min-width: 980px) and (max-width: 1023px) {
  .ks-colour-set-description {
    .ks-colour-set-top {
      grid-template-columns: 300px 1fr;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .ks-colour-set-description {
    .ks-colour-set-top {
      grid-template-columns: 1fr;
      grid-gap: 0;
      .ks-descr-prod-image {
        max-width: 400px;
        margin: 0 auto;
      }
      .ks-colour-set-text {
        h2,
        h3 {
          text-align: center;
        }
      }
    }
  }
}
