.sea-whatsincluded__row {
    display: flex;
}

.sea-whatsincluded__title{
    font-weight: 700;
}

.sea-whatsincluded__title strong{
    font-weight: 700;
    color: #34DCA2;
}
.sea-whatsincluded__list {
    display: flex;
    flex-wrap: wrap;
}
.sea-whatsincluded__item {
    display: flex;
}

.sea-whatsincluded__item-icon {
    flex-shrink: 0;
}
.sea-whatsincluded__item-title {
    font-weight: 400;
    line-height: 150%;
    color: #343844;
}
.sea-whatsincluded__coast-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEEEF8;
    max-width: 484px;
    display: flex;
    justify-content: space-between;
}
.sea-whatsincluded__delivery,
.sea-whatsincluded__cost{
    display: flex;
}

.sea-whatsincluded__delivery-text ,
.sea-whatsincluded__cost-text {
    font-weight: 600;
    line-height: 150%;
    color: #343844;
}
.sea-whatsincluded__delivery-text strong,
.sea-whatsincluded__cost-text strong{
    font-weight: 600;
    color: #34DCA2;
}

.sea-whatsincluded .elementor-button-wrapper {
    gap: 20px;
}

@media screen and (min-width: 991px) {
    .sea-whatsincluded__title {
        margin-bottom: 30px;
    }

    .sea-whatsincluded__list {
        row-gap: 14px;
        column-gap: 14px;
    }

    .sea-whatsincluded__list .sea-whatsincluded__item:nth-child(odd) {
        flex-basis: 233px;
    }

    .sea-whatsincluded__list .sea-whatsincluded__item:nth-child(even) {
        flex-basis: 352px;
    }

    .sea-whatsincluded__item {
        gap: 8px;
    }

    .sea-whatsincluded__delivery,
    .sea-whatsincluded__cost{
        gap: 8px;
    }

    .sea-whatsincluded__delivery-text,
    .sea-whatsincluded__cost-text {
        font-size: 18px;
    }

    .sea-whatsincluded__coast-wrapper {
        margin-bottom: 50px;
    }

    .sea-whatsincluded__text-wrapper {
        flex-basis: 662px;
    }
    .sea-whatsincluded__image {
        flex-basis: 664px;
        margin-right: -130px;
    }

    .sea-whatsincluded__item-title {
        font-size: 16px;
    }

    .sea-whatsincluded__row {
        align-items: flex-end;
    }
}

@media screen and (max-width: 991px) {
    .sea-whatsincluded__title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .sea-whatsincluded__list {
        gap: 10px;
        flex-direction: column;
    }

    .sea-whatsincluded__item {
        gap: 6px;
    }

    .sea-whatsincluded__delivery,
    .sea-whatsincluded__cost{
        gap: 6px;
    }

    .sea-whatsincluded__delivery-text,
    .sea-whatsincluded__cost-text {
        font-size: 16px;
    }

    .sea-whatsincluded__coast-wrapper {
        margin-bottom: 30px;
    }

    .sea-whatsincluded .elementor-button-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .sea-whatsincluded__row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .sea-whatsincluded__image img{
        max-height: 320px;
    }

    .sea-whatsincluded__image {
        display: flex;
        justify-content: center;
    }

    .sea-whatsincluded__item-title {
        font-size: 14px;
    }

    .sea-whatsincluded__item-icon {
        max-width: 18px;
    }

    .sea-whatsincluded .tg-container {
        padding: 0;
    }

    .sea-whatsincluded .btn {
        min-width: 100%!important;
        max-width: 100%!important;
    }

    .sea-whatsincluded__coast-wrapper strong{
        display: block;
    }
}