
    /* SECTION */
#workshops {
    background: #F0FDF4;
    padding: 60px 0;
    color: #111827; 
    /*font-size: 32px;*/
    /*font-weight: 600;*/
    
}

/*#workshops{*/
/*    background-color: #F0FDF4;*/
/*    background-size: 100% 100%;*/

/*    height:auto;*/
/*    color:#fff;*/
/*    padding-bottom:0;*/
/*}*/
/*.workshops_content{*/
/*    background: rgba(236, 239, 241, 0.20);*/
/*    padding-top:0.5%;*/
/*    text-align:justify;*/
/*    padding-bottom:1%;*/
/*}*/
#workshops p{

     color: #1f2937;
}
/* HEADER */
.section-header h2 {
    font-family: 'Russo One', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
        font-size: 42px !important;
    font-weight: 600;
}

.section-header hr {
    width: 80px;
    border: 1px solid #00e5ff;
    margin: 0 auto 40px;
}

/* TIMELINE */
.workshop-timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.workshop-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #9ca3af;
}

/* CARD */
.workshop-card {
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    padding: 18px 20px 18px 50px;
    margin-bottom: 25px;
    transition: all .3s ease;
}

.workshop-card:hover {
     background: #f9fafb;
    transform: translateX(5px);
}

/* DOT */
.workshop-card .dot {
    position: absolute;
    left: 12px;
    top: 22px;
    width: 16px;
    height: 16px;
    background: #2563eb;
    border-radius: 50%;
}

/* TEXT */
.workshop-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.workshop-card strong {
    color: #0077b6;
}

.workshop-card em {
     color: #b45309;
    font-style: normal;
}

.workshop-card .date {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #4b5563;
}

/* BUTTON */
.workshop-btn {
    
    padding: 10px 28px;
    font-size: 14px;
    background: #0a1931 !important;
    color: #ffffff !important;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.workshop-btn:hover {
    background: #15305b !important;
    color: #ffffff !important;
}

/* MOBILE */
@media(max-width: 768px) {
    .workshop-card {
        padding-left: 45px;
    }

    .section-header h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .section-header hr {
        margin: 0 auto 20px !important;
    }
}
