.tarifs-offers {
    background: linear-gradient(
        180deg,
        rgba(39, 53, 117, 1) 0%,
        rgba(39, 53, 117, 1) 45%,
        rgba(255, 255, 255, 1) 45.01%,
        rgba(255, 255, 255, 1) 100%
    );
    color: white;
}
.tarifs-offers h2 {
    color: white;
}

.tarifs-title p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #1b1717;
}
.tarifs-title h2 {
    margin-bottom: 0;
}
.tarifs-title .wp-block-button {
    margin: 70px 0;
}

.tarifs-offers .wp-block-group__inner-container > h2 {
    padding-top: 70px;
    margin-bottom: 0;
}
.tarifs-offers .wp-block-group__inner-container > p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.07em;
    margin-bottom: 90px;
}

.tarifs-offers-block {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #000;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px !important;
    justify-content: space-between;
}
@media (max-width: 1287px) {
    .tarifs-offers-block > p {
        min-height: 72px;
    }
}
@media (max-width: 1069px) {
    .tarifs-offers-block > p {
        min-height: 96px;
    }
}
.tarifs-offers-block h2 {
    color: #000;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 10px;
}
.tarifs-offers-block .price {
    font-weight: 275;
    font-size: 45px;
    line-height: 68px;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.tarifs-offers-block ul {
    /* list-style: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuNDg4MzE5IiB5MT0iOS43OTg3OSIgeDI9IjguOTgwMDciIHkyPSIxOC4yOTA1IiBzdHJva2U9IiMyNzM1NzUiLz4KPHBhdGggZD0iTTE2LjI1OTUgMC42MDUzNDJMOC43ODUxOSAxOC4xNTg3IiBzdHJva2U9IiMyNzM1NzUiLz4KPC9zdmc+"); */
    text-align: left;
    margin-left: 30px;
    margin-bottom: auto;
}
.tarifs-offers-block li {
    margin-bottom: 40px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.tarifs-offers-block li::before {
    content: "";
    background: no-repeat center
        url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjAuNDg4MzE5IiB5MT0iOS43OTg3OSIgeDI9IjguOTgwMDciIHkyPSIxOC4yOTA1IiBzdHJva2U9IiMyNzM1NzUiLz4KPHBhdGggZD0iTTE2LjI1OTUgMC42MDUzNDJMOC43ODUxOSAxOC4xNTg3IiBzdHJva2U9IiMyNzM1NzUiLz4KPC9zdmc+");
    background-size: cover;
    height: 16px;
    width: 16px;
    min-width: 16px;
    display: block;
    margin-right: 20px;
    overflow: visible;
}
.tarifs-offers-block .liste-blank {
    opacity: 0;
}
.tarifs-offers-block .price-detail {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    margin: 60px 0;
}

.price-detail {
    width: fit-content;
}
.price-detail .wp-block-column:first-child p {
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    text-align: left;
    width: max-content;
}
.price-detail .wp-block-column:last-child p {
    font-weight: 400;
    font-size: 10px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.07em;
}

@media (max-width: 970px) {
    .tarifs-offers .wp-block-group__inner-container > .wp-block-columns {
        flex-direction: column;
    }
    .liste-blank {
        display: none !important;
    }
    .tarifs-offers-block .price-detail {
        margin: 0 0 40px 0;
    }
    .tarifs-offers-block li {
        justify-content: center;
        margin-left: -36px;
    }
    .tarifs-offers-block > p {
        min-height: 0;
    }
    .tarifs-offers-block ul {
        margin: 20px auto;
    }
}
