:root {
    /* Primary */
    --bg-AAA-primary-color: #367e3d;
    --bg-AAA-secondary-color: #93ae3c;
    --bg-AAA-tertiary-color: #18351c;
}

#main-wrapper{
    background: linear-gradient(135deg, var(--bg-AAA-secondary-color) , var(--bg-AAA-primary-color) 100%);
}

#main.container{
    background: white;
    box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

.speakerImg{
    max-width: 150px;
    float: right;
}

.speakerCard{
    padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    box-shadow: 0px 4px 8px -2px rgba(9, 30, 66, 0.25), 0px 0px 0px 1px rgba(9, 30, 66, 0.08);
}

#banner240209Web{
    margin-bottom: 1rem;
}

#AAA-section .col-lg-3{
    border-left: 2px solid var(--bg-AAA-primary-color);
    box-shadow: 16px 0 8px -20px rgba(0,0,0,0.45) inset;
    padding-left: 1rem;
}

#AAA-section .col-lg-3 a.btn.btn-success{
    display: block;
}
