.block-article-wordpress {
    margin-top: 100px;
    background: #f3f3f3;
    padding: 80px 0;
    position: relative;
    clear: both;
}

.div-article-wordpress {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
}

.div-side-article-content {
    padding: 23px 100px 35px 80px;
    background: white;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(66 66 66 / 12%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(66, 66, 66, 0.12);
    box-shadow: 0px 0px 20px 0px rgb(66 66 66 / 12%);
}
.div-side-article-content h2{
    color: #fab906;
    margin: 0px;
    font-size: 37px;
    line-height: 40px;
    font-family: 'Caveat';
}
.div-side-article-content h3{
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 10px;
}

.div-article-link {
    margin: 0 auto;
}

.button-article {
    background: black !important;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5em 1em;
    border: 0;
    color: white !important;
    font-weight: bold !important;
    font-size: 14px;
    text-align: center;
    background: #99CC00;
    display: table;
    clear: both;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DIN Pro-normal", sans-serif;
}

.div-img-video-article{
    z-index: 999;
    margin-left: -30px;
}

.div-img-video-article img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.div-img-video-article video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 990px) {
    .block-article-wordpress {
        background: linear-gradient(#f3f3f3, white);
        padding-bottom: 0;
        padding-top: 80px;
    }
    .div-article-wordpress {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0 !important;
    }
    .div-side-article-content {
        padding: 15px 30px 15px 30px;
        text-align: center;
    }
    .div-side-article-content h3{
        text-align: center;
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;

    }
} 


@media (max-width: 767px) {
    .block-article-wordpress {
        background: linear-gradient(#f3f3f3, white);
        padding-bottom: 0;
    }
    .div-article-wordpress {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0 !important;
    }
    .div-side-article-content {
        padding: 15px 30px 15px 30px;
        text-align: center;
    }
    .div-side-article-content h3{
        text-align: center;
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin: 0 auto !important;
    }
    .div-img-video-article {    
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .div-article-content {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
} 
