.full-news div[class*="article_list_wrapper"]{
    flex-wrap: wrap;
}


section ol, section ul{
    padding-left: 1rem !important;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-family: Worksans;
    font-weight: 300;
}


.edn_article_gallery img{
 width: 20%;
 margin-bottom: 1rem;
}

html{
 overflow-x: hidden;
}

body{
 overflow-x: hidden;
}

@media(max-width: 1000px){
        .button-wrapper {
            left: 50% !important;
            position: absolute;
            bottom: 0 !important;
            transform: translate(-50%, 0) !important;
            width: 100%;
        }
    }


.layout-image img{
    @media(max-width: 1000px){
        height: auto !important;
    }
}

.button i{
    display: none;
}

.form_list{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
    box-shadow: none !important;
}

.LiveForm.Default .Field label[class*="Field-Label-"], .LiveForm.Default .Field > label, .LiveForm.Default .Field .MatrixWrapper > label {
    font-weight: normal !important;
}

footer a, footer a:hover, footer a:visited {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.button {
    color: #000 !important;
}

a:hover {
    color: #c3c1ba !important;
}

p {
    line-height: 2rem !important;
}




