
.checkout-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.25rem;
}

.checkout-item {
    position: relative;
    padding: 1.75rem .75rem;
    border-radius: 20px;
    background-color: #0D66B0;
}

.checkout-item:nth-child(4n + 1),
.checkout-item:nth-child(4n + 4) {
    padding-bottom: 16rem;
}

.checkout-item:nth-child(4n + 1):after,
.checkout-item:nth-child(4n + 4):after {
    content: '';
    position: absolute;
    bottom: 2rem;
    width: 15rem;
    height: 13rem;
    background-repeat: no-repeat;
}

.checkout-item:nth-child(4n + 1):after {
    left: 8%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 636 530' fill='none'%3E%3Cpath d='M78.1514 253.442V434.557L235 525.112L391.849 434.557V253.442L235 162.887L78.1514 253.442Z' stroke='white' stroke-width='5'/%3E%3Cpath d='M16.5049 102.865V213.134L112 268.268L207.495 213.134V102.865L112 47.7314L16.5049 102.865Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M428.505 362.865V473.134L524 528.268L619.495 473.134V362.865L524 307.731L428.505 362.865Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M300.505 56.8652V167.134L396 222.268L491.495 167.134V56.8652L396 1.73145L300.505 56.8652Z' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
}

.checkout-item:nth-child(4n + 4):after {
    right: 8%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 636 530' fill='none'%3E%3Cpath d='M557.849 253.442V434.557L401 525.112L244.151 434.557V253.442L401 162.887L557.849 253.442Z' stroke='white' stroke-width='5'/%3E%3Cpath d='M619.495 102.865V213.134L524 268.268L428.505 213.134V102.865L524 47.7314L619.495 102.865Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M207.495 362.865V473.134L112 528.268L16.5049 473.134V362.865L112 307.731L207.495 362.865Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M335.495 56.8652V167.134L240 222.268L144.505 167.134V56.8652L240 1.73145L335.495 56.8652Z' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
}

.checkout-item__name {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.5rem;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 35px;
    font-family: "Montserrat";
}

.checkout-item__desc {
    margin-top: 2rem;
    color: #fff;
    font-size: 1.55rem;
    line-height: normal;
    font-family: "Stetica";
}

.checkout-item__file {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    padding: 2px;
    min-height: 6rem;
    background-color: #fff;
    border-radius: 20px;
}

.checkout-item__file div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
}

.checkout-item:nth-child(1) .checkout-item__file span {
    width: 66%;
}

.checkout-item__file img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    filter:
            brightness(0)
            invert(38%)
            sepia(99%)
            saturate(4079%)
            hue-rotate(220deg)
            brightness(97%)
            contrast(101%);
}

.checkout-item:nth-child(2) .checkout-item__file img {
    margin-right: 0;
}

.checkout-item__file svg {
    margin-top: 3px;
    margin-left: 5px;
    fill: #0D66B0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    transition: .4s;
}

/*.checkout-item:nth-child(1) .checkout-item__file svg {*/
/*    margin-left: 14px;*/
/*}*/

.checkout-item__file span {
    text-align: center;
    color: #0D66B0;
    font-family: "Stetica";
    font-size: 19px;
    font-weight: 600;
    transition: .4s;
}

.checkout-item__file:hover {
    text-decoration: none;
}

.checkout-item__file:hover span {
    color: #f26522;
    transition: .4s;
}

.checkout-item__file:hover svg {
    fill: #f26522;
    transition: .4s;
}
@media (max-width: 1500px) {
    .checkout-item:nth-child(1) .checkout-item__file span {
        width: 72%;
    }
}
@media (max-width: 1420px) {
    .checkout-item__name {
        font-size: 2rem !important;
    }
    .checkout-item__file span {
        font-size: 16px;
    }
    .checkout-item:nth-child(1) .checkout-item__file span {
        width: 78%;
    }
    .checkout-item:nth-child(2) .checkout-item__file span {
        width: 49%;
    }
}
@media (max-width: 1200px) {
    .checkout-item {
        width: 49% !important;
    }
    .checkout-item:nth-child(4n + 1),
    .checkout-item:nth-child(4n + 4) {
        padding-bottom: 11rem;
    }
    .checkout-item:nth-child(4n + 1):after,
    .checkout-item:nth-child(4n + 4):after {
        width: 10rem;
        height: 8rem;
    }
    /*.checkout-item__file div:nth-child(1) {*/
    /*    justify-content: center;*/
    /*}*/
    .checkout-item:nth-child(1) .checkout-item__file svg {
        margin-left: 5px;
    }
    .checkout-item:nth-child(1) .checkout-item__file div:nth-child(1) {
        width: auto;
    }
    .checkout-item:nth-child(1) .checkout-item__file span {
        width: 58%;
    }
}
@media (max-width: 991px) {
    .checkout-item__desc {
        margin-top: 2rem;
        font-size: 18px;
    }
    .checkout-item:nth-child(2) .checkout-item__file span {
        width: 36%;
    }
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
    .checkout-item {
        width: 100% !important;
    }
    .checkout-item:nth-child(4n + 1),
    .checkout-item:nth-child(4n + 4) {
        padding-bottom: 1.75rem;
    }
    .checkout-item:nth-child(4n + 1):after,
    .checkout-item:nth-child(4n + 4):after {
        content: none;
    }
    .checkout-item__name {
        min-height: auto;
        font-size: 1.75rem !important;
    }
    .checkout-item:nth-child(1) .checkout-item__file span,
    .checkout-item:nth-child(2) .checkout-item__file span {
        width: 100%;
    }
}