.ready-solutions__items.list-product {
    gap: 3rem;
    margin: 0;
    padding-bottom: 7rem;
    font-size: 1.8rem;
}

@media (max-width: 1159px) {
    .product-content .ready-solutions__items.list-product {
        gap: 1.85rem;
    }

    .ready-solutions__items .ready-solutions__item {
        margin-bottom: 0rem;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(n) {
        width: calc((220 / 700) * 100%);
        min-height: 22.91666666666667vw;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1),
  .ready-solutions__items .ready-solutions__item:nth-child(4) {
        width: calc((460 / 700) * 100%);
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1) .ready-solutions__img-wrapper,
    .ready-solutions__items .ready-solutions__item:nth-child(4) .ready-solutions__img-wrapper {
        overflow: hidden;
        position: relative;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1) .ready-solutions__img-wrapper img,
      .ready-solutions__items .ready-solutions__item:nth-child(4) .ready-solutions__img-wrapper img {
        width: auto;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ready-solutions__items .ready-solutions__link,
  .ready-solutions__items .ready-solutions__img,
  .ready-solutions__items .ready-solutions__img-wrapper {
        height: 100%;
    }

    .ready-solutions__items .ready-solutions__img-wrapper {
        overflow: hidden;
        position: relative;
    }

    .ready-solutions__items .ready-solutions__img-wrapper img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 920px) {
    .product-content .ready-solutions__items.list-product {
        gap: 1.75rem;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(n) {
        min-height: 30.55555555555556vw;
    }
}

@media (max-width: 650px) {
    .ready-solutions__items .ready-solutions__item:nth-child(n) {
        width: calc((300 / 620) * 100%);
        min-height: 35.15625vw;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1),
  .ready-solutions__items .ready-solutions__item:nth-child(4) {
        width: calc((300 / 620) * 100%);
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1) .ready-solutions__img-wrapper img,
    .ready-solutions__items .ready-solutions__item:nth-child(4) .ready-solutions__img-wrapper img {
        min-width: 100%;
        height: auto;
    }
}

@media (max-width: 415px) {
    .ready-solutions__items.list-product .ready-solutions__item:nth-child(n) {
        min-width: 30rem;
        width: 100%;
        max-width: 100%;
        height: 56.25vw;
        max-height: 100%;
    }

    .ready-solutions__items.list-product .ready-solutions__img-wrapper {
        position: unset;
        overflow: hidden;
    }

    .ready-solutions__items.list-product .ready-solutions__img-wrapper img {
        min-width: 30rem;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-width: 100%;
    }

    .ready-solutions__items.list-product .ready-solutions__title {
        padding: 0 2.7rem 3.5rem 2.7rem;
        font-size: inherit;
    }
}

@media (min-width: 415px) and (max-width: 650px) {
    .product-content .ready-solutions__items.list-product {
        gap: 1.25rem;
    }
}

@media (min-width: 1160px) {
    .product-content .ready-solutions__items.list-product {
        gap: 2rem;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(n) {
        width: calc((220 / 700) * 100%);
        min-height: 21.98276vw;
        height: 21.98276vw;
        margin-bottom: 2rem;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(n+5) {
        width: calc((100% - 4rem) / 3);
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1),
  .ready-solutions__items .ready-solutions__item:nth-child(4) {
        width: calc((460 / 700) * 100%);
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1) .ready-solutions__img-wrapper,
    .ready-solutions__items .ready-solutions__item:nth-child(4) .ready-solutions__img-wrapper {
        overflow: hidden;
        position: relative;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(1) .ready-solutions__img-wrapper img,
      .ready-solutions__items .ready-solutions__item:nth-child(4) .ready-solutions__img-wrapper img {
        width: auto;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ready-solutions__items .ready-solutions__link,
  .ready-solutions__items .ready-solutions__img,
  .ready-solutions__items .ready-solutions__img-wrapper {
        height: 100%;
    }

    .ready-solutions__items .ready-solutions__img-wrapper {
        overflow: hidden;
        position: relative;
    }

    .ready-solutions__items .ready-solutions__img-wrapper img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1600px) {
    .ready-solutions__items.list-product {
        gap: 3.5rem;
    }

    .ready-solutions__items .ready-solutions__item:nth-child(n+5) {
        width: calc((100% - 7rem) / 3);
    }
}