.container__media{
    margin-top: 4rem;
}

.bnnr__media__card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bnnr__media__card:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.44) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.44) 100%);
    z-index: 1;
}
.bnnr__media__card img{
    width: 100%;
    height: auto;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
}
.inner__bnnr__media{
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.media__card_info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.media__card__cat {
    color: #6E6E6E;
    font-size: 1.25rem;
    font-weight: 400;
}
.media__card__title {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}
.media__card__date {
    color: #6E6E6E;
    font-size: 1.25rem;
    font-weight: 400;
}

.hero__bnnr__media{
    margin-bottom: 4rem;
}

.tabs__media{
    margin-bottom: 4rem;
}
.inner__tabs__media{
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #D6D6D6;
    max-width: 1360px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.inner__tabs__media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.inner__tabs__media ul li{
    margin-left: 2rem;
}
.inner__tabs__media ul li:first-of-type {
    margin-left: 0;
}
.inner__tabs__media ul a {
    color: #EFEFEF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding-bottom: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.inner__tabs__media ul a.active__section {
    color: #BE9171;
    border-bottom: 3px solid #BE9171;
}
/* interior */
.wrap__interior__media{
    margin-top: 6rem;
}
.inner__interior__media{
    padding-left: 4rem;
    padding-right: 4rem;
    color: #fff;
}

.inner__article__media{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.wrap__interior__media .img__article{
    padding-bottom: 4rem;
    padding-top: 3rem;
}
.wrap__interior__media .img__article img{
    width: 100%;
}
.header__article{
    text-align: center;
}
.title__article{
    font-size: 2.75rem;
}
.content__article p {
    margin-bottom: 2rem;
}
.content__article p img{
    max-width: 100%;
}

.article__related__info{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 4rem;
    border-top: 1px solid #E3BFA5;
    border-bottom: 1px solid #E3BFA5;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.article__related__info ul {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.article__related__info ul li{
    margin-left: 1rem;
}
.article__related__info ul li:first-of-type {
    margin-left: 0;
}
.related__info__share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.divider__line{
    width: 1px;
    height: 2rem;
    background-color: #BE9171;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
}

.related__articles{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E3BFA5;
}
.related__articles a{
    text-decoration: none;
    color: #fff;
}
.title__related{
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 2rem;
}
.date__article{
    font-size: 1.25rem;
    color: #888888;
}

@media screen and (max-width: 767px){
    .inner__tabs__media{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .inner__tabs__media ul {
        padding-left: 0;
    }
    .inner__tabs__media ul li a{
        font-size: 0.875rem;
        text-transform: initial;
    }
    .media__card_info{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bnnr__media__card {
        min-height: 400px;
    }
    .bnnr__media__card img {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .bnnr__media__card:after{
        background: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
    }

    /* article */

    .inner__interior__media{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .title__article{
        font-size: 1.5rem;
    }
    .wrap__interior__media .img__article{
        width: calc(100% + 4rem);
        margin-left: -2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .article__related__info{
        padding-left: 0;
        padding-right: 0;
    }
}   