.stuewer_news_wrapper {
    margin-top: 50px;
}

.stuewer_news {
    padding: 10px;
    margin-bottom: 100px;
}

.stuewer_news_body {
    display: flex;
    width: 100%;
}

.stuewer_news_left {
    width: 55%;
    padding-right: 10px;
}

.stuewer_news_content {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.stuewer_news_right {
    width: 45%;
    overflow-x: hidden;
    padding-left: 20px;
}

.switch_order .stuewer_news_right{
    padding-left: 0px;
    padding-right: 10px;
}

.switch_order .stuewer_news_left{
    padding-left: 20px;
    padding-right: 0px;
}

.stuewer_news_left h2 {
    font-size: 30px !important;
    font-family: "Roboto", Sans-serif;
    font-weight: 500 !important;
    line-height: 1.2em !important;
    margin-top: 0;
}

.stuewer_news_left .stuewer_news_content h3 {
    color: #54595F;
}

.stuewer_news_footer {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.stuewer_news_button {
    background-color: #e7c127 !important;
    border: 1px solid #e7c127;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-radius: 20px;
    width: 300px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.stuewer_news_button:hover {
    background-color: #ffffff !important;
    color: #e7c127 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.stuewer_news_button div {
    cursor: pointer;
}

.stuewer_news .swiper-wrapper {
    margin-bottom: 30px;
}

.elementor-element .stuewer_news .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.stuewer_image img {
    width: 100%;
}

.stuewer_news .swiper-pagination-bullet-active {
    background: #e7c127;
}

.switch_order .stuewer_news_right {
    order: -1;
}

.stuewer_news_caption {
    line-height: 1.6;
    margin: 0;
    padding: 0 .5rem;
    text-align: center;
    font-size: .71111em;
}

.stuewer_news_caption p {
    margin: 0;
}

.accordion_first_row {
    display: flex;
    justify-content: space-between;
}

dl.date_accordion {
    border-bottom: 1px solid #d5d8dc;
    margin: 0;
}

.date_accordion dt {
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #d5d8dc;
}

.date_accordion dd {
    display:none;
    border-top: 1px solid #d5d8dc;
    border-left: 1px solid #d5d8dc;
    border-right: 1px solid #d5d8dc;
    margin: 0;
    padding: 25px 25px;
}

.date_accordion dt a {
    display: block;
    cursor: pointer;
}

.date_accordion dd.initial-open {
    display:block;
}

.date_accordion .accordion_title {
    font-family: "Roboto", Sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: rgb(17, 17, 17);
}

.date_accordion .open .accordion_title {
    color: #e7c127;
}

.date_accordion .accordion_second_row {
    font-size: 19px;
    color: #E7C127;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

.download_list {
    border-top: 1px solid #dedede;
}

.download_row {
    display: flex;
    padding: 30px 0px;
    border-bottom: 1px solid #dedede;
}

.download_image {
    width: 20%;
    padding: 10px;
}

.download_image img {
    width: 100%;
    display: block;
}

.download_content {
    width: 55%;
    padding: 10px;
}

.download_buttons {
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.download_title {
    padding: 0 0 15px;
    border-bottom: 1px solid #e7c127;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #e7c127;
}

.download_text {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.download_button {
    background-color: #e7c127;
    color: #1e1d1d;
    padding: 40px 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
}

a.download_button:hover {
    background-color: #cfcfcf;
    color: #1e1d1d !important;
}

@media only screen and (max-width: 768px) {
    .stuewer_news_body {
        flex-direction: column;
    }

    .stuewer_news_left {
        width: 100%;
        padding-right: 0;
    }

    .stuewer_news_right {
        width: 100%;
        order: -1;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .switch_order .stuewer_news_left {
        padding-left: 0;
    }

    .switch_order .stuewer_news_right {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .download_row {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .download_image {
        width: 100%;
        text-align: center;
    }
    .download_image img {
        width: 40%;
        display: inline-block;
    }
    .download_content {
        width: 100%;
    }
    .download_buttons {
        width: 100%;
    }
    .download_title {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .stuewer_news {
        padding: 10px;
    }
    .stuewer_news_footer {
        flex-direction: column;
    }
    .stuewer_news_button {
        width: 100%;
    }
    .download_image img {
        width: 90%;
    }
}