.events{
    padding-inline: 50px;
    background-image: url('../images/green-background-v4.webp');
    background-size: contain;
    max-width: 1863px; 
    margin-inline: auto;
}

.events > h2{
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 60px;
}

.left > .wp-block-columns > .wp-block-column > p.has-text-color{
    margin-bottom: 0;
}

.left h3{
    margin-top: 10px;
}

.left > .wp-block-columns > .wp-block-column > p:not(.has-text-color){
    font-size: 20px;
    width: 80%;
    line-height: 1.5;
}

.events article{
    position: relative;
    padding: 50px;
    margin-top: 50px;
}

.events article::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #D9D9D9;
}

section.events > section > article > div.left > div > div:nth-child(2) > div{
    gap: 10px;
}

@media only screen and (max-width: 1500px){
    div.left > div{
        flex-direction: column;
    }

    .left > .wp-block-columns > .wp-block-column > p:not(.has-text-color){width: 100%;}
    .events > section > article{margin-top: 0}
    .events h2{
        font-size: 50px;
    }
    .wp-block-image img{margin: auto;}
}

@media only screen and (max-width: 850px){
    .events h2{
        font-size: 40px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 670px){
    .left h3{
        font-size: 20px;
    }

    .left > .wp-block-columns > .wp-block-column > p:not(.has-text-color){font-size: 15px;}
    .events article{padding: 20px;}
}

@media only screen and (max-width: 500px){
    .events h2{text-align: center;}
}

@media only screen and (max-width: 400px){
    .events{padding-inline: 10px;}
}