section.carousel-image-block {
  padding: 120px 0;

  .carousel-image-bg {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }

  /* Slick slider additional settings */
  .carousel-image-slider .slick-list {
    margin-bottom: 120px;
  }

  .slick-track {
    height: 190px;
    margin: 0 -32px 0 -48px;
    display: flex;
    gap: 64px;
  }

  .carousel-image-slider .slick-slide {
    width: 190px !important;
    height: 190px !important;
  }

  /* Carousel items */
  .carousel-image-item {
    position: relative;
    outline: none;
  }

  .carousel-image-item img {
    width: 190px;
    height: 190px;
    object-fit: contain;
    object-position: center center;
    display: block;
  }

  /* Carousel description */
  .carousel-image-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .carousel-image-desc .carousel-image-logo img {
    flex: 0 1 auto;
    width: 157px;
    height: auto;
  }

  .carousel-image-desc .carousel-image-copy {
    flex: 1 1 auto;
    color: #fff;
    max-width: 770px;
    font-family: Arada-Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    text-align: right;

    a {
      color: #fff;
    }
  }

  /* Responsive */
  @media only screen and (max-width: 768px) {
    .carousel-image-desc {
      flex-direction: column;
    }

    .carousel-image-desc .carousel-image-copy {
      text-align: center;
    }
  }
}
