.elementor-633 .elementor-element.elementor-element-2fe9fb8{--display:flex;}.elementor-633 .elementor-element.elementor-element-f541d1c > .elementor-widget-container{padding:50px 50px 50px 50px;}/* Start custom CSS for html, class: .elementor-element-f541d1c */h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", Sans-serif !important;
}
        .timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }
        .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #565656;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }
        .container {
            padding: 10px 40px;
            position: relative;
            background-color: inherit;
            width: 50%;
        }
        .container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -13px;
            background-color: white;
            border: 4px solid #565656;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }
        .left {
            left: 0;
        }
        .right {
            left: 50%;
        }
        .right::after {
            left: -12px;
        }
        .content {
            padding: 20px 30px;
            background-color: white;
            position: relative;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .content h2 {
    margin-top: 0;
    color: #454545;
    font-size: 22px;
}
        .content ul {
            padding-left: 20px;
        }
        @media screen and (max-width: 600px) {
            .timeline::after {
                left: 31px;
            }
            .container {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }
            .container::after {
                left: 15px;
            }
            .right {
                left: 0%;
            }
        }/* End custom CSS */