:root {
    /* Font */
    --primary_font_family: 'Manrope', sans-serif;
    /* color */
    --primary_color: #EEEFF0;
    --secondary_color: #FFFFFF;
    --color_one: #181818;
    --color_two: #7E36FD;
    --color_three: #23B3F2;
}

.d2c_timeline_wrapper {
    padding: 100px 0px;
}
.row {
    padding: 0px 50px;
}
.d2c_column {
    padding: 0px;
}
.d2c_img_wrapper {
    width: 100%;
    height: 700px;
    padding-top: 40px;
}
.d2c_img_wrapper img {
    width: 100%;
    height: 100%;
}
p {
    margin-bottom: 6.8rem;
}


/* Left */
.d2c_left_content_wrapper .d2c_card_wrapper {
    background: #eeeff01a;
    border-radius: 8px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--color_two);
}
.d2c_left_content_wrapper .d2c_card_wrapper .d2c_content {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: var(--color_one);
    padding: 25px 20px;
}
.d2c_left_content_wrapper .d2c_card_wrapper .d2c_content i {
    color: var(--color_two);
    margin-left: 15px;
}

/* Right */
.d2c_right_content_wrapper {
    margin-top: 90px;
}
.d2c_right_content_wrapper .d2c_card_wrapper {
    background: #eeeff01a;
    border-radius: 8px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--color_three);
}
.d2c_right_content_wrapper .d2c_card_wrapper .d2c_content {
    font-family: var(--primary_font_family);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--color_one);
    padding: 25px 20px;
}
.d2c_right_content_wrapper .d2c_card_wrapper .d2c_content i {
    color: var(--color_three);
    margin-right: 15px;
}

/* Responsive CSS */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_img_wrapper {
        display: none;
    }
    p {
        margin-bottom: 1rem;
    }
    .d2c_right_content_wrapper {
        margin-top: 0px;
    }
    .d2c_right_content_wrapper .d2c_card_wrapper .d2c_content {
        font-size: 15px;
        padding: 20px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_left_content_wrapper .d2c_card_wrapper .d2c_content {
        font-size: 14px;
        padding: 16px 20px;
    }
    .d2c_right_content_wrapper .d2c_card_wrapper .d2c_content {
        font-size: 14px;
        padding: 16px 20px;
    }
    .d2c_img_wrapper {
        padding-top: 33px;
        height: auto;
    }
    p {
        margin-bottom: 3rem;
    }
    .d2c_right_content_wrapper {
        margin-top: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        padding: 50px 0px;
    }
    .d2c_img_wrapper {
        height: 600px;
    }
    .d2c_right_content_wrapper {
        margin-top: 78px;
    }
    p {
        margin-bottom: 5rem;
    }
}



/* 
    KIT Name: 10+ Timeline - Bootstrap Bundle
    Product URL: https://www.designtocodes.com/product/10-timeline-section-html-web-ui-kits-html-components
    Product Description: The Timeline kit is made of all the basic elements you need to create a stunning website, from the start.
    Author: designtocodes.com
    Author URL: https://www.designtocodes.com/
*/