.articles-wrapper + .more-btn{
    margin-top: 3.5rem;
}

.box-section,
body .tribute.box-section {
    background-color: #FAF9F0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}



@media screen and (max-width: 920px) {
    .articles-wrapper + .more-btn{
        margin-top: 2rem;
    }
    
}

/*  hero  */

.hero{
    margin-bottom: 5.8125rem;
}

.hero .articles-wrapper{
    --gap: 3.3125rem;
}

.hero .columns.md .md .card-image{
    margin-bottom: 1.5rem;
}

.hero .columns.md .md .title{
    font-size: 2.25rem;
    line-height: 2.625rem;
}

.hero .col-list .card-wrapper:not(:last-of-type){
    margin-bottom: 1.75rem;
}

.hero .col-list > div{
    background-color: #FAF9F0;
}
.hero .col-list .card-info{
    padding-top: 1rem;
}

@media screen and (max-width: 1080px) {
    .hero{
        margin-bottom: 4rem;
    }
    .hero .articles-wrapper{
        --gap: 2.5rem;
    }
    .hero .columns.md .md .card-image{
        margin-bottom: 1.25rem;
    }
    .hero .columns.md .md .title{
        font-size: 1.625rem;
        line-height: 2rem;
    }
}
@media screen and (max-width: 880px) {
    .hero{
        margin-bottom: 2.5rem;
    }
    .hero .articles-wrapper .col.md{
        order: -1;
        margin-left: 0;
    }
    .hero .articles-wrapper .col.md .card-image{
        --aspect-ratio: 0.82!important;
    }
    .hero .articles-wrapper .col-list:last-of-type{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .hero .articles-wrapper .col-list:last-of-type > div{
        width:  calc((100% - 2rem) / 2);
        margin-bottom: 0;
    }
    .hero .articles-wrapper.columns > div:first-of-type:after{
        display: none;
    }
}
@media screen and (max-width: 740px) {
    .hero .articles-wrapper.columns > div:after{
        display: none;
    }
    .hero .articles-wrapper .col.md{
        margin-right: 0;
    }
    .hero .articles-wrapper .col-list:first-of-type{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 2.25rem;
    }
    .hero .articles-wrapper .col-list:first-of-type > div{
        width:  calc((100% - 2rem) / 2);
        margin-bottom: 0;
    }
    .hero .articles-wrapper .col-list:last-of-type{
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 620px) {
    .hero{
        margin-bottom: 1.5rem;
    }
    .hero .articles-wrapper .col-list:first-of-type > div,
    .hero .articles-wrapper .col-list:last-of-type > div{
        width:  calc((100% - 1.375rem) / 2);
    }
    .hero .articles-wrapper .col-list:first-of-type{
        margin-bottom: 0;
    }
    .hero .columns.md .md .card-image{
        margin-bottom: 1rem;
    }
    .hero .columns.md .md .title{
        font-size: 1.3125rem;
        line-height: 1.5625rem;
    }
    .hero .articles-wrapper .col.md{
        margin-bottom: 0;
    }
}

/*  tags  */

.tags{
    margin-bottom: 3.625rem;
}

.tags .box-section{
    align-items: center;
    background-color: #FBDD66;
    padding: 2rem; 
}

.tags .inner-container{
    overflow: hidden;
}

.tags .section-header{
    margin-right: 1rem;
    font-size: 1.5rem;
    font-family: "PFDasGroteskProBlack";
}

.tags .tag-list{
    /*-webkit-overflow-scrolling: touch;*/
    /*display: grid;*/
    /*place-items: center;*/
    /*height: 100%;*/
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% - 100px);
}
.tags .tag-list ul {
    white-space: nowrap;
}
.tags .tag-list ul.border {
    display:    flex;   
}
.tags .tag-list .simplebar-content {
    height: 100%;
    display: flex;
    align-items: center;
}
.tags .tag-list li{
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #000;
    padding: 0 1rem;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.tags .tag-list li:last-child {
    border-right: none;
}

@media screen and (max-width: 980px) {
    .tags{
        margin-bottom: 2.75rem;
    }
    .tags .box-section{
        padding-right: 0;
    }
}
@media screen and (max-width: 620px) {
    .tags{
        margin-bottom: 1.6875rem;
    }
    .tags .box-section{
        padding-left: 1.5rem;
    }
    .tags .tag-list li{
        padding: 0 0.75rem;
    }
}
/*  recipes  */

.recipes .articles-wrapper{
    --gap: 27px;
}

.recipes .card-wrapper{
    margin-bottom: 1.5rem;
}

.recipes .articles-wrapper + .more-btn{
    margin-top: 2.5rem;
}

@media screen and (max-width: 980px) {
    .recipes .articles-wrapper{
        --gap: 22px;
    }
    .recipes .articles-wrapper + .more-btn{
        margin-top: 1rem;
    }
}

@media screen and (max-width: 620px) {
    .recipes .columns.cl-3 > div{
        margin-bottom: 1.5rem;
    }
}

/*  trends  */

.trends .articles-wrapper{
    --gap: 25px;
}

.trends .card-image{
    margin-bottom: 0;
}

.trends .more-btn{
    margin-top: 2.625rem;
}

@media screen and (max-width: 620px) {
    .trends .more-btn{
        margin-top: 2rem;
    }    
}
@media screen and (max-width: 620px) {
    .trends .columns > div:not(:last-of-type){
        margin-bottom: 1.75rem;
    }
    .trends .card-image{
        --aspect-ratio:1.53!important;
    }
}

/*  tribute */

.tribute .card-wrapper:not(:last-of-type, :nth-last-of-type(2)){
    margin-bottom: 3.125rem;
}

@media screen and (max-width: 1120px) {
    .tribute .card-wrapper:not(:last-of-type, :nth-last-of-type(2)){
        margin-bottom: 2.5rem;
    }    
}
@media screen and (max-width: 980px) {
    .tribute .articles-wrapper{
        --gap: 24px;
    }
    .tribute .card-wrapper:not(:last-of-type, :nth-last-of-type(2)){
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 720px) {
    .tribute.box-section{
        padding-top: 4rem;
    }
}
@media screen and (max-width: 720px) {
    .tribute .card-wrapper:not(:last-of-type, :nth-last-of-type(2)){
        margin-bottom: 1.5rem;
    }    
}
@media screen and (max-width: 520px) {
    .tribute .card-wrapper:not(:last-of-type, :nth-last-of-type(2)){
        margin-bottom: 1.125rem;
    }    
}

/*  experiences  */

.exp .articles-wrapper{
    --gap: 27px;
}

.exp .articles-wrapper .card-image{
    margin-bottom: 1.125rem;
}

.exp .more-btn{
    margin-top: 4.6875rem;
}

@media screen and (max-width: 920px) {
    .exp .more-btn{
        margin-top: 2rem;
    }
}
/*  opinion */

.opinion{
    margin-bottom: 3.125rem;
}

.opinion .box-section .articles-wrapper {
    flex: 1;
}

.opinion .section-header{
    flex-basis: 250px;
    padding-right: 1rem;
}

.opinion .articles-wrapper{
    --gap: 3rem;
}

@media screen and (max-width: 1020px) {
    .opinion .articles-wrapper{
        --gap: 2rem;
    }
}

@media screen and (max-width: 880px) {
    .opinion .box-section{
        display: block;
    }
    .opinion .section-header{
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 620px) {
    .opinion .articles-wrapper{
        flex-direction: column;
    }
    .opinion .columns > div{
        width: 100%;
        padding-bottom: 1rem;
    }
    .opinion .columns > div:not(:last-of-type){
        margin-bottom: 1rem;
        border-bottom: 1px solid #000;
    }
    .opinion .columns > div:after{
        display: none;
    }

    .opinion .card{
        display: flex;
    }

    .opinion .card-info{
        padding-left: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .opinion .card-image{
        margin:0 auto;
    }
    .opinion .card-info{
        flex: 0 0 50%;
        padding-left: 0;
    }
}

/*  time out*/

.time-out .card-image{
    margin-bottom: 1.125rem;
}

/* to eat  & Videos */

.videoSection .swiper-container,
.toEat .swiper-container{
    padding-bottom: 3rem;
    margin-bottom: 1rem;
}

.swiper-pagination-bullet-active{
    background-color: #F5BC1E;
}


.articles-wrapper.swiper-wrapper{
    flex-wrap: nowrap;
    height: auto;
}

.card .video-icon{
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    width: 2rem;
    height: 2rem;
    background-color:#FBDD66;
    padding: 0.75rem;
    border-radius: 50%;
    box-sizing: border-box;
}
