.bc-news .small-top-ttl a{
    color: #1B1B1B;
}
.bc-news .small-top-ttl a:hover{
    color: #f25e2a;
}
.ttl-news-link-wrap {
    border-bottom: 1px solid #C1C1C1;
    margin-top: 60px;
    margin-bottom: 20px;
}

.ttl-news-link-wrap h2 {
    margin: 16px auto;
}

.list-link-news ul {
    padding-inline-start: 1em;
    margin: 12px 0 1em;
}

.gmap_canvas{
    width: 100% !important;
}

.main-caption-img{
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #727272;
}

.caption-bigger-img{
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #727272;
}

.list-link-news li a {
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.list-link-news a {
    display: block;
    padding-left: 1em;
}

.list-link-news li {
    list-style-type: ">";
}

.list-link-news li::marker {
    font-size: 16px;
    color: #E8472A;
}

.list-link-news .date{
    margin-right: 1.8em;
}

.date{
    font-size: 13px;
    color: #727272;
}

.title-news-wrap {
    border-bottom: 1px solid #C1C1C1;
}

.date-news {
    color: #8B8B8B;
    font-size: 13px;
    font-weight: 500;
    margin: 18px auto;
}

.title-news {
    font-weight: 600;
    margin: 18px auto;
}
.news-text-content .wrap-2img-cover{
    display: flex;
    align-items: flex-start;
    gap: 2em;
    justify-content: space-between;
}
.news-text-content #twitter-widget-0{
    max-height: 646px !important;
}
.news-text-content .mapouter{
    margin: auto;
    width: 100%;
    max-width: 600px;
    max-height: 410px;
}
.news-text-content .instagram-media{
    margin: auto !important;
}
.news-text-content iframe{
    display: block;
    margin: auto;
    width: 100% !important;
    max-width: 600px;
    min-width: unset !important;
    max-height: 395px;
}
.news-text-content .twitter-tweet{
    margin: auto;
}
.news-text-content .wrap-bigger-img img{
    margin: auto;
}
.news-text-content .wrapper-btns-feature{
    width: 20%;
    margin: 16px auto;
    background-color: rgba(242, 94, 42, 1);
    border: 2px solid rgba(242, 94, 42, 1);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    word-break: keep-all;
    min-width: fit-content;
    padding: 0 8px;
}
.news-text-content .wrapper-btns-feature a p{
    color: #fff;
}
.news-text-content .wrapper-btns-feature:hover{
    background-color: #fff;
}
.news-text-content .wrapper-btns-feature:hover p{
    background-color: #fff;
    color: rgba(242, 94, 42, 1);
}
.news-text-content .wrapper-btns-feature a{
    text-decoration: none !important;
}

.news-text-content {
    margin-top: 30px;
    line-height: 26px;
    text-align: justify;
}

.centered-wrapper .news-text-content a:hover{
    color: #f25e2a;
}
.centered-wrapper .news-text-content a{
    color: rgba(242, 94, 42, 1);
    text-decoration: underline;
}

@media screen and (max-width: 40.063em) {
    .list-link-news li a {
        flex-direction: column;
    }
    .news-text-content .wrap-bigger-img img{
        width: 100%;
    }
}