ul .repeating-firstscreen__item-list__li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.repeating-firstscreen__block {
    align-items: center;
    display: flex;
}

.repeating-firstscreen__li-icon{
    width: 26px;
    height: 26px;
}

.repeating-firstscreen__img {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.repeating-firstscreen__picture-stamp {
    animation: rotateClockwise 8s linear infinite;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 1200px) {
    .repeating-firstscreen__item {
        flex-basis: 556px;
    }
}

@media screen and (min-width: 1024px) {
    .repeating-firstscreen__picture-stamp {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .repeating-firstscreen__block {
        gap: 44px;
        justify-content: space-between;
    }

    img.repeating-firstscreen__img {
        flex-basis: 660px;
        border-radius: 20px;
        max-width: 660px;
    }

    body .repeating-firstscreen .repeating-firstscreen__item-heading {
        margin-bottom: 24px;
    }

    ul.repeating-firstscreen__item-list {
        margin-bottom: 36px;
    }

    .repeating-firstscreen .repeating-firstscreen__item-button {
        min-width: 289px;
    }

    body .bread.desktop-none {
        display: none;
    }
}

@media screen and (max-width: 1023.98px) {
    .repeating-firstscreen__picture-stamp {
        width: 120px;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .repeating-firstscreen__img {
        border-radius: 14px;
    }

    ul.repeating-firstscreen__item-list {
        margin-bottom: 24px;
    }

    body .repeating-firstscreen .repeating-firstscreen__item-heading{
        margin-bottom: 20px;
    }

    .bread.desktop-none {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1199.98px) {
    img.repeating-firstscreen__img {
        min-width: 100%;
        height: auto;
    }

    .repeating-firstscreen__block {
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .repeating-firstscreen__item-button.button{
        min-width: 100%;
    }
}

@media screen and (max-width: 599.98px) {
    body .repeating-firstscreen {
        margin-top: 165px;
    }
}
