:root {
    /* Font */
    --primary_font_family: 'Vollkorn', serif;
    --secondary_font_family: 'Open Sans', sans-serif;
    /* color */
    --primary_color: #3266FF;
    --secondary_color: #686868;
}

.d2c_timeline_wrapper {
    margin: 100px 0px;
    background-image: url(../images/Line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.d2c_img_wrapper {
    width: 100%;
    height: 400px;
    margin: 10px 0px;
    padding: 0px 20px;
}
.d2c_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.d2c_title {
    font-family: var(--secondary_font_family);
    font-weight: 700;
    font-size: 45px;
    line-height: 150%;
    color: var(--primary_color);
}
.d2c_sub_title {
    font-family: var(--primary_font_family);
    font-weight: 600;
    font-size: 25px;
    color: var(--primary_color);
}
.d2c_content {
    font-family: var(--secondary_font_family);
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary_color);
    margin-bottom: 0px;
}

/* Responsive */

@media (min-width: 0px) and (max-width: 767px) {
    .d2c_timeline_wrapper {
        margin: 50px 0px;
    }
    .d2c_timeline_wrapper {
        background-image: none;
    }
    .d2c_title {
        font-size: 32px;
    }
    .d2c_sub_title {
        font-size: 18px;
    }
    .d2c_content {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .d2c_img_wrapper {
        height: 280px;
        padding: 0px;
        margin: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_timeline_wrapper {
        margin: 50px 0px;
    }
    .d2c_timeline_wrapper {
        background-image: none;
    }
    .d2c_title {
        font-size: 32px;
    }
    .d2c_sub_title {
        font-size: 18px;
    }
    .d2c_content {
        font-size: 14px;
    }
    .d2c_img_wrapper {
        height: 280px;
        padding: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_timeline_wrapper {
        margin: 50px 0px;
    }
    .d2c_title {
        font-size: 36px;
    }
    .d2c_sub_title {
        font-size: 18px;
    }
    .d2c_content {
        font-size: 14px;
    }
    .d2c_img_wrapper {
        height: 300px;
    }
}



/* 
    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/
*/