.thunes-hero-background-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;

}

.thunes-hero-background-content .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.thunes-hero-background-content .inner-content {
    box-sizing: border-box;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    max-width: 1140px;
    min-height: 720px;
}

.thunes-hero-background-content .column {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.thunes-hero-background-content .column p {
    color: white;
    max-width: 620px;
    display: block;
    margin: 0 auto;
}

.thunes-hero-background-content .column h1 {
    color: white;
    font-size: 14px;
    line-height: 1;
}

.thunes-hero-background-content .column h2 {
    color: #46e696;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.3px;
}

.thunes-programme-description {
    background: #002d24;
    padding: 0 10px 50px;
}

.thunes-programme-description .text-columns {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-direction: column;
}

.thunes-programme-description .columns-wrap {
    background: white;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -100px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 40px;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
}

.thunes-programme-description .repeater {
    display: flex;
    column-gap: 40px;
}

.thunes-programme-description .repeater-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thunes-programme-description .repeater-col img {
    margin-bottom: 15px;
    max-height: 50px;
    width: auto;
}

.thunes-programme-description .repeater-col {
    margin-top: 44px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding: 25px 65px;
}

.thunes-pricing-table {
    background: #002d24;
    padding-top: 100px;
    padding-bottom: 50px;
}

.thunes-pricing-table .pricing-wrap {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.thunes-pricing-table .pricing-wrap * {
    color: white;
}

.thunes-pricing-table .pricing-wrap .intro {
    text-align: center;
    padding-bottom: 70px;
}

.thunes-pricing-table .pricing-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 60px;
    padding: 0 40px;
}

.thunes-pricing-table .pricing-table .table-column {
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    background-color: #f9fafa;
    border-radius: 20px;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    position: relative;
}

.thunes-pricing-table .pricing-table .table-column .button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.thunes-pricing-table .pricing-table .table-column .button:hover {
    color: white;
}

.thunes-pricing-table .pricing-table .table-column .upper-block {
    padding: 30px 50px 30px 50px;
}

.thunes-pricing-table .pricing-table .table-column .pricing-items {
    background-color: #F4F1EE;
    padding: 40px 0px 45px 0px;
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.15);
    margin-top: auto;
    border-radius: 0 0 20px 20px;
}

.thunes-pricing-table .pricing-table .table-column .pricing-items .item {
    text-align: center;
    padding: 0 80px 25px;
    font-size: 14px;
    line-height: 1;
}

.thunes-pricing-table .pricing-table .table-column .upper-block h4 {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 40px;
}

.thunes-pricing-table .pricing-table .table-column .upper-block p {
    font-size: 13px;
}

.thunes-pricing-table .pricing-table .table-column .pricing-items .item:not(:first-child) {
    border-top-style: solid;
    border-top-color: #ddd;
    border-top-width: 1px;
    padding-top: 25px;
}

.thunes-pricing-table .pricing-table .table-column * {
    color: #002d24;

}

.thunes-thunes-benefits {
    background-color: #002d24;
    padding-top: 100px;
    padding-bottom: 150px;
}

.thunes-thunes-benefits .pricing-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
}

.thunes-thunes-benefits .pricing-wrap .intro h3 {
    text-align: center;
    color: white;
    margin-bottom: 70px;
}

.thunes-thunes-benefits .benefits {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thunes-thunes-benefits .benefit {
    background-color: #F4F1EE;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #FFFFFF33;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.thunes-thunes-benefits .benefit .icon-wrap {
    text-align: right;
    margin-top: 25px;
}

.thunes-thunes-benefits .benefit .icon-wrap img {
    max-height: 50px;
    width: auto;
}

@media all and (max-width: 1024px) {
    .thunes-programme-description .repeater-col {
        padding: 25px 0px;
    }
    .thunes-pricing-table .pricing-table{
        flex-direction: column;
        row-gap: 60px;

    }
    .thunes-pricing-table .pricing-table .table-column{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .thunes-programme-description .repeater {
        flex-direction: column;
    }

    .thunes-programme-description .repeater-col {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }
    .thunes-thunes-benefits .benefits{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}