.marketing-secondscreen {
    background: #FFFFFF;
    border: 1px solid #F1F1F8;
    box-shadow: 0px 34px 56px 8px rgba(17, 15, 48, 0.04);
    border-radius: 45px;
    margin-top: 100px;
}
.marketing-secondscreen__title-wrapper {
    display: flex;
    justify-content: center;
}


.marketing-secondscreen__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marketing-secondscreen__item-icon {
    margin-bottom: 10px;
}
.marketing-secondscreen__item-title {
    margin-bottom: 10px;
}
.marketing-secondscreen__item-text {
    font-weight: 400;
    line-height: 150%;
    color: #10173C;
}
.marketing-secondscreen__text {
    max-width: 682px;
    font-weight: 400;
    line-height: 150%;
    color: #10173C;
}

.grey-item {
    background: #F8F8FB;
    border: 1px solid #F1F1F8;
}

.marketing-secondscreen__text-wrapper {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 991px) {
    .marketing-secondscreen__title {
        max-width: 742px;
        margin-bottom: 30px;
    }

    .marketing-secondscreen {
        padding: 40px;
        margin-right: -40px;
        margin-left: -40px;
        margin-top: -277px;
    }

    .marketing-secondscreen__row {
        border: 1px solid #F1F1F8;
        border-radius: 20px;

    }

    .marketing-secondscreen__item {
        padding: 27px 17px 25px 17px;
    }

    .marketing-secondscreen__text-wrapper {
        margin-top: 20px;
    }

    .marketing-secondscreen__item-title {
        text-align: center;
    }

    .marketing-secondscreen__item-text {
        font-size: 14px;
        text-align: center;
    }

    .marketing-secondscreen__text {
        font-size: 14px;
    }

    .marketing-secondscreen__text {
        text-align: center;
    }

    .marketing-secondscreen__title {
        text-align: center;
    }

    .marketing-secondscreen__item {
        min-height: 343px;
    }
}

@media screen and (max-width: 991px) {
    .marketing-secondscreen {
        padding: 16px 0px;
    }
    .marketing-secondscreen__title {
        margin-bottom: 16px;
    }
    .marketing-secondscreen__item {
        padding: 20px;
    }

    .marketing-secondscreen__item-title {
        margin-bottom: 10px;
    }

    .marketing-secondscreen__item-text {
        font-size: 13px;
    }

    .marketing-secondscreen__text {
        font-size: 13px;
        padding: 0px 20px;
    }

    .marketing-secondscreen .tg-container {
        padding: 0;
    }

    .marketing-secondscreen__title {
        padding: 0px 20px;
    }

    .marketing-secondscreen {
        margin-top: 0;
        border-radius: 0;
    }

    .marketing-secondscreen-section .elementor-container.elementor-column-gap-default {
        padding: 0;
    }

    .whatsincluded__title {
        font-size: 28px;
    }

    .marketing-secondscreen__item {
        align-items: flex-start;
    }

    .marketing-secondscreen__slider {
        margin-left: 20px;
        border: 1px solid #F1F1F8;
        border-radius: 20px 0px 0px 20px;
        margin-bottom: 16px;
    }

    .marketing-secondscreen__item-icon img {
        max-width: 46px;
    }
}