.custom_item-template-2 .modtitle {
    margin-bottom: 0;
    margin-top: var(--margin);
}

.custom_item-template-2 .custom_item_list .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Changed from start to flex-start */
    position: relative;
}

.custom_item-template-2 .custom_item_list .item-text {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #6c757d;
}

.custom_item-template-2 .custom_item_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--margin) 0;
}

@media (max-width: 991px) {
    .custom_item-template-2 {
        padding: 2rem 0 !important;
    }    
    .custom_item-template-2 .module_description {
        text-align: center;
        margin-bottom: var(--margin);
        font-size: 12px;
    }

    .custom_item-template-2 .custom_item_list li {
        width: 50%;
        padding: 0 var(--margin);
    }

    .custom_item-template-2 .custom_item_list img {
        width: 60px;
        height: 60px;
        margin-bottom: var(--margin);
        padding: var(--margin-2);
        border-radius: 20px;
        border: 0;
    }

    .custom_item-template-2 .custom_item_list .item-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: var(--margin-3);
    }

    .custom_item-template-2 .custom_item_list .item:before {
        content: "";
        width: 50px;
        height: 20px;
        border-top: 4px solid var(--primary_1);
        border-right: 4px solid var(--primary_1); /* Changed from border-left */
        position: absolute;
        left: 70px; /* Changed from right */
        top: 3rem;
    }

    .custom_item-template-2 .custom_item_list .item_number {
        position: absolute;
        left: 130px; /* Changed from right */
        top: 28px;
        font-size: 34px;
        font-weight: bold;
        color: var(--primary_1);
    }

    .custom_item-template-2 .video_item img,
    .custom_item-template-2 .video_item iframe {
        border-radius: 70px 0 50px 50px; /* Changed border-radius for LTR */
        padding: var(--margin-2);
        height: 232px !important;
        width: calc(100% - 15px);
        min-height: unset;
        z-index: 200;
    }

    .custom_item-template-2 .video_item:before {
        content: '';
        position: absolute;
        width: 85%;
        height: 85%;
        right: 10px; /* Changed from left */
        bottom: -8px;
        border-radius: 80px 0 60px 60px; /* Changed border-radius for LTR */
        border: 4px solid var(--border_color_3);
    }

    .custom_item-template-2 .video_item {
        position: relative;
        right: 0; /* Changed from left */
        align-items: center;
        display: flex;
        margin-top: 2rem;
    }

    .product-product .custom_item-template-2 {
        background-color: var(--primary_4);
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .custom_item-template-2 .module_description {
        text-align: center;
        margin-bottom: var(--margin);
        font-size: 16px;
    }

    .custom_item-template-2 .ci_items{
        padding-left: 0px; /* Changed from padding-right */
    }

    .custom_item-template-2 .custom_item_list li {
        width: 50%;
        padding-right: var(--margin); /* Changed from padding-left */
    }

    .custom_item-template-2 .custom_item_list img {
        width: 76px;
        height: 76px;
        margin-bottom: var(--margin);
        padding: var(--margin-2);
        border-radius: 20px;
        border: 0;
    }

    .custom_item-template-2 .custom_item_list .item-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 7rem;
    }

    .custom_item-template-2 .custom_item_list .item:before {
        content: "";
        width: 60px;
        height: 30px;
        border-top: 4px solid var(--primary_1);
        border-right: 4px solid var(--primary_1); /* Changed from border-left */
        position: absolute;
        left: 100px; /* Changed from right */
        top: 3rem;
    }

    .custom_item-template-2 .custom_item_list .item_number {
        position: absolute;
        left: 170px; /* Changed from right */
        top: 38px;
        font-size: 48px;
        font-weight: bold;
        color: var(--primary_1);
    }

    .custom_item-template-2 .video_item img,
    .custom_item-template-2 .video_item iframe {
        border-radius: 70px 0 50px 50px; /* Changed border-radius for LTR */
        padding: var(--margin-2);
        height: 374px !important;
        min-height: unset;
        z-index: 200;
    }

    .custom_item-template-2 .video_item:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 85%;
        right: -1.5rem; /* Changed from left */
        bottom: 0;
        border-radius: 80px 0 60px 60px; /* Changed border-radius for LTR */
        border: 4px solid var(--border_color_3);
    }

    .custom_item-template-2 .video_item {
        position: relative;
        align-items: center;
        display: flex;
        right: 15px; /* Changed from left */
    }

    .product-product .custom_item-template-2 {
        background-color: var(--primary_4);
        padding: 2rem 5rem 5rem;
        margin: 0;
    }
}