.site-content {
    background-color: #f3f3f3;
}

.is-bold-600 {
    font-weight: 600;
}

.is-flex-column {
    display: flex;
    flex-direction: column;
}

.is-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-evently {
    justify-content: space-evenly;
}

.vertical-post-card {
    flex-direction: column;
}

#homepage-new {
    padding: 0px 15px 20px !important;
}

.homepage-post-card {
    background-color: white;
    margin-bottom: 20px;
    font-family: var(--default-title-font);
}

.homepage-post-card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-post-card .text-container h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.homepage-post-card .text-container > *, .homepage-post-card.big-post-card .post-card-data-container > * {
    font-weight: 600;
    margin: 0;
}

 .post-card-title-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
}

.homepage-post-card.big-post-card .text-container{
    position: relative;
    align-items: center;
    transition: all 0.3s ease 0s;
}


.post-card-title-link h6{
    margin: 10px 0px;
}

.post-card-category{
    z-index: 2;
}

.post-card-category a{
    color: var(--main-color);
}

.post-card-category a:hover{
    color: var(--secondary-color);
}

.note-container {
    border-radius: 50%;
    background-image:url("../assets/Cercle-Note.svg");
    background-size: cover;
    position: absolute;
    text-align: center;
    color: white;
    font-weight: 600;
}

.note-container p {
    margin: 0;
    font-family: var(--default-title-font);
    color: white;
}

.homepage-nos-tests {
    text-align: center;
    margin: 70px 0px;
}

.homepage-nos-tests .post-link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
}

.last-videos-container h2, .homepage-content-grid h2{
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 30px;
 }

.homepage-nos-tests .is-flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.homepage-nos-tests-postcard {
    position: relative;
    text-align: left;
    top: 0px;
    transition: top 0.3s ease 0s;
}

.homepage-nos-tests-postcard:hover {
    top:-5px
}

.homepage-nos-tests-postcard:hover h6{
    color: var(--secondary-color);
}

.homepage-nos-tests img{
    object-fit: cover;
    display: block;
}

.homepage-nos-tests .title-container div{
    flex-grow: 1;
}

.homepage-nos-tests h6{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin: 0;
    /* padding: 0px 25px; */
    font-weight: 600;
}

.homepage-buttton-list {
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    padding: 5px 50px;
    color: var(--main-color);
    font-weight: 800;
    margin: 0 auto;
    font-family: var(--default-title-font);
}

.homepage-buttton-list:hover, .homepage-buttton-list:focus {
    background-color: var(--main-color);
    border: 2px solid #fff;
    color: #fff;
}

#content-load-more-btn {
    text-align: center;
}

#load_more_btn {
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    padding: 5px 50px;
    color: var(--main-color);
    font-weight: 800;
    margin: 0 auto;
    font-family: var(--default-title-font);
}

#load_more_btn:hover, #load_more_btn:focus {
    background-color: var(--main-color);
    border: 2px solid #fff;
    color: #fff;
}

.bon-plan-flamme-container{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.homepage-post-card.big-post-card .post-card-data-container {
    flex-shrink: 2;
}

.homepage-post-card.horizontal-post-card{
    transition: top 0.3s ease 0s;
    top: 0;
}

.homepage-post-card.horizontal-post-card:hover{
    top: -5px;
}

.homepage-post-card.horizontal-post-card:hover .post-card-title-link h6{
    color: var(--main-color);
}

.homepage-post-card .disclaimer-sponso, .homepage-header-main-container .disclaimer-sponso, .homepage-header-secondary-container .disclaimer-sponso{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: #999999;
}

.homepage-header-main-container .disclaimer-sponso{
    color: white;
}

.homepage-content-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 50px;
    margin: 80px 0px;
}

.homepage-content-grid .inside-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.homepage-content-grid .homepage-post-card {
    margin-bottom: 0;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
    height: 286px;
}

.homepage-content-grid .homepage-post-card:hover {
    top: -5px;
}

.homepage-content-grid .homepage-post-card:hover h6{
    color: var(--main-color);
}

.homepage-content-grid .homepage-post-card .img-container{
    height: 180px;
}

.homepage-content-grid .homepage-post-card .text-container h6{
    font-size: inherit !important;
}

.content-grid-element .text-container.is-flex-column {
    padding: 15px 10px;
}

.content-grid-element .more-link {
    text-align: center;
}

.homepage-content-grid .note-container{
    width: 65px;
    height: 65px;
    top: 5px;
    left: 5px;
}

.home-youtube-section{
    margin-bottom: 40px;
}

.home-youtube-section h1{
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.home-youtube-section .see-more a{
    float: right;
    line-height: 38.5px;
    font-size: 14px !important;
    font-family: var(--default-title-font);
    color: var(--main-color) !important;
    font-weight: 600 !important;
}

.home-youtube-section .see-more a:hover{
    color: var(--main-color) !important;
}

.home-trust-banner{
    display: flex;
    flex-direction: column;
    background-image: url("../assets/Background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 40px;
    margin-bottom: 40px;
}

.home-trust-banner div{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    color: #fff;
    width: 100%;
    text-align: center;
}

.home-trust-banner img{
    max-width: 100%;
    width: 120px;
    margin-right: 0px;
    margin-bottom: 25px;
}

.home-trust-banner h1{
    color: #3a3a3a;
}

.home-trust-banner .trust-slogan{
    line-height: 1;
    margin-bottom: 50px;
}

.home-trust-banner p{
    font-size: 20px;
    margin: 0;
    color: #3a3a3a;
}

.home-pros-section{
    background-color: #ebebeb;
    padding: 50px 40px;
    margin-bottom: 70px;
}

.home-pros-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-single-pro{
    max-width: 230px;
    text-align: center;
    margin-bottom: 50px;
}

.home-single-pro img{
    max-height: 120px;
    margin-bottom: 10px;
}

.pros-title{
    color: var(--secondary-color);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.home-single-pro p{
    margin: 0;
}

.home-single-pro p span{
    color: var(--main-color);
}

@media(min-width:500px){

    .home-trust-banner div{
        flex-direction: row;
        text-align: left;
    }

    .home-trust-banner img{
        margin-right: 25px;
        margin-bottom: 0px;
    }

    .home-trust-banner .trust-slogan{
        margin-bottom: 0px;
    }
}

@media (max-width:800px){

    .homepage-post-card.horizontal-post-card{
        height: 120px;
        position: relative;
    }

    .homepage-post-card.horizontal-post-card .img-container {
        height: 120px;
        width: 120px;
        min-width: 120px;
    }

    .homepage-post-card.horizontal-post-card .text-container {
        padding: 5px 15px;
    }

    .homepage-post-card .post-card-category, .homepage-post-card .post-card-date {
        font-size: 12px;
    }

    .homepage-post-card.big-post-card-1 .img-container, .homepage-post-card.big-post-card-2 .img-container, .homepage-post-card.big-post-card-3 .img-container {
        width: 100%;
        height: calc(((100vw - 20px) / 3) * 2);
        position: relative;
    }

    .homepage-post-card.big-post-card-1 .text-container, .homepage-post-card.big-post-card-2 .text-container, .homepage-post-card.big-post-card-3 .text-container {
        height: 120px;
        padding: 10px 20px;
    }

    .homepage-post-card .note-container {
        left: 5px;
        top: 5px;
        height: 45px;
        width: 45px;
    }

    .homepage-post-card .note-container span, .homepage-nos-tests-postcard .note-container span {
        font-size: 25px;
    }

    .homepage-nos-tests-postcard{
        width: 100%;
        background-color: white;
        margin: 0px auto 15px auto;
        max-width: 250px;
    }

    .homepage-nos-tests-postcard img{
        height: calc(((100vw - 30px) *0.45)*1.3);
        max-height: 300px;
    }

    .homepage-nos-tests-postcard .note-container{
        height: calc(((100vw - 30px)*0.45)*0.3);
        width: 30%;
        top: 10px;
        left: 10px;
    }

    .homepage-nos-tests .title-container{
        height: 80px;
        padding: 10px;
    }

    .homepage-nos-tests .title-container .post-card-category{
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .homepage-nos-tests h6{
        -webkit-line-clamp: 2;
    }

    .homepage-inside-grid {
        display: grid;
        grid-template-columns: repeat(2,calc(50% - 7.5px));
        column-gap: 15px;
    }

    .bon-plan-flamme-container{
        left: -10px;
    }

    .bon-plan-flamme-container img{
        width: 40px;
    }

    .big-post-card .bon-plan-flamme-container {
        position: initial;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .big-post-card .note-container {
        height: 55px;
        width: 55px;
        position: initial;
        margin-right: 10px;
        margin-left: -10px;
        flex-shrink: 0;
    }

    .homepage-content-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,1fr);
    }

    .homepage-content-grid .note-container{
        width: 55px;
        height: 55px;
    }

}

@media (min-width:800px){

    #homepage-new {
        max-width: 960px;
        margin: 0 auto;
    }

    .homepage-post-card.horizontal-post-card{
        height: 180px;
        position: relative;
    }

    .homepage-post-card .text-container h6 {
        font-size: 25px !important;
    }

    .homepage-post-card.horizontal-post-card .img-container {
        height: 180px;
        width: 180px;
        min-width: 180px;
    }

    .homepage-post-card.horizontal-post-card .text-container {
        padding: 5px 20px;
    }

    .homepage-post-card.horizontal-post-card .post-card-category, .homepage-post-card.horizontal-post-card .post-card-date {
        font-size: 16px;
    }

    .horizontal-post-card .note-container {
        height: 80px;
        width: 80px;
        top: 50px;
        left:-40px;
    }

    .homepage-post-card .note-container span {
        font-size: 35px;
    }

    .homepage-post-card .note-container p {
        font-size: 23px;
    }

    .homepage-post-card.big-post-card-1, .homepage-post-card.big-post-card-3 {
        flex-direction: row !important;
        position: relative;
        background-color: transparent;
    }

    .homepage-post-card.big-post-card-1 .img-link {
        width: 60%;
    }

    .homepage-post-card.big-post-card-1 .img-container {
        width: 100%;
        height: 390px;
        object-fit: cover;
        position: relative;
    }


    .homepage-post-card.big-post-card-1 .text-container {
        padding: 20px 20px;
        background-color: white;
        position: absolute;
        max-width: 60%;
        right: 0;
        top: 78px; /* 20% de la hauteur de .img-container */
    }

    .homepage-post-card.big-post-card-1 .text-container:hover {
        top:73px;
    }
    
    .homepage-post-card.big-post-card-2 {
        position: relative;
        background-color: transparent;
        margin-bottom: 100px; /* 80px pour le décalage de la box texte + 20px */
    }   

    .homepage-post-card.big-post-card-2 .img-container {
        width: 100%;
        height: 390px;
        object-fit: cover;
        position: relative;
    }

    .homepage-post-card.big-post-card-2 .text-container {
        padding: 20px 20px;
        background-color: white;
        max-width: 75%;
        min-width: 45%;
        bottom: -50px;
        position: absolute;
    }

    .homepage-post-card.big-post-card-2 .text-container:hover {
        bottom: -45px;
    }

    .homepage-post-card.big-post-card-3 .img-link {
        width: 60%;
    }

    .homepage-post-card.big-post-card-3 .img-container {
        height: 390px;
        object-fit: cover;
        position: relative;
    }


    .homepage-post-card.big-post-card-3 .text-container {
        padding: 20px 20px;
        background-color: white;
        width: 45%;
        right: 0;
        top: 195px;
        position: absolute;
    }

    .homepage-post-card.big-post-card-3 .text-container:hover {
        top: 190px;
        
    }

    .homepage-nos-tests-postcard{
        width: 225px;
        background-color: white;
        margin: 0px auto 30px auto;
    }

    .homepage-nos-tests-postcard .note-container {
        height: 80px;
        width: 80px;
        top: -6px;
        left: -25px;
    }

    .homepage-nos-tests-postcard .note-container span {
        font-size: 35px;
    }

    .homepage-nos-tests-postcard .note-container p {
        font-size: 23px;
    }

    .homepage-nos-tests img{
        height: 235px;
    }

    .homepage-nos-tests .title-container{
        height: 110px;
        padding: 10px 20px;
        justify-content: flex-start;
    }

    .homepage-nos-tests .title-container .post-card-category{
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .homepage-nos-tests h6{
        -webkit-line-clamp: 3;
    }

    .homepage-inside-grid {
        display: grid;
        grid-template-columns: repeat(3,min-content);
        column-gap: 30px;
        width: min-content;
        margin: 0 auto;
    }

    .horizontal-post-card .bon-plan-flamme-container{
        left: -35px;
    }

    .bon-plan-flamme-container img{
        width: 70px;
    }

    .big-post-card .bon-plan-flamme-container {
        position: initial;
        width: 80px;
        height: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .big-post-card .note-container {
        height: 80px;
        width: 80px;
        position: initial;
        margin-right: 10px;
        margin-left: -10px;
        flex-shrink: 0;
    }

    .big-post-card .text-container:hover h6 {
        color: var(--main-color);
    }

    .home-trust-banner{
        flex-direction: row;
        justify-content: space-between;
    }

    .home-trust-banner div{
        width: 45%;
    }

    .home-trust-banner img{
        margin-bottom: 0px;
    }

    .home-trust-banner h1{
        font-size: 35px !important;
    }

    .home-pros-container {
        flex-direction: row;
        justify-content: space-evenly;
      }

      .home-single-pro{
        margin-bottom: 0px;
    }
}
.home .content {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0px;
    margin-top: 30px;
    padding-bottom: 0 !important;
    background-color: white;
}

.home .home-block {
    margin-bottom: 70px !important;
}

.home-last-posts {
    display: grid;
    grid-template-columns: 66% 33%;
    grid-gap: 20px;
    margin-right: 40px;
}

.home_header_primary img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.home_header_primary .text-container{
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.home_header_primary h2{
    font-size: 40px !important;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.home_header_primary .intro-text{
    font-size: 18px;
    font-family: var(--default-text-font);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.home_header_primary .post-info{
    font-size: 16px;
    font-family: var(--default-title-font);
    color: #ACACAC;
    margin: 0;
}

.home_header_sidebar{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding-top: 15px;
    padding-right: 4px;
}

.see-more .arrow-right{
    border: solid var(--main-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.home_header_sidebar_top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home_header_sidebar_top h3{
   margin: 0;
   font-weight: 700;
   font-size: 22px;
}

/* .home_header_sidebar_top .see-more{
    flex: auto 1 0;
} */

.see-more p{
    font-size: 14px !important;
    font-family: var(--default-title-font);
    color: var(--main-color) !important;
    font-weight: 600 !important;
    margin: 0;
 }

 .see-more:hover p{
     color: var(--secondary-color) !important;
 }

 .see-more:hover .arrow-right{
     border-color: var(--secondary-color);
 }

.home_header_sidebar_posts {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.home_header_sidebar .post-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 15px;
    background-color: white;
    height: 150px;
    position: relative;
    top: 0;
}

.home_header_sidebar .post-card h6{
    font-weight: 600 !important;
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1em;
}

.home_header_sidebar .post-card img{
    max-width: 60%;
    height: 100%;
    object-fit: cover;
}

.home_header_sidebar .post-card .post-info{
    font-size: 14px;
    font-family: var(--default-title-font);
    color: #ACACAC;
    margin: 0;
}


/*
Partie saisonnalite
*/

.home-season {
    padding: 30px 0;
    margin: 0 40px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.home-season h2{
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.home-season p{
    font-size: 18px;
    font-family: var(--default-title-font);
    margin-bottom: 20px !important;
}

.season-post-list {
    display: flex;
    flex-direction: row;
    grid-gap: 15px;
}

.season-post-list .post-card {
    width: 25%;
  }

.season-post-list img{
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.season-post-list h6{
    font-weight: 600;
    padding: 5px 10px 10px;
    margin: 0 !important;
}

/*
    Blocks Catégorie
*/
.cat-block{
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto auto;
    column-gap: 30px;
    padding: 0 40px;
}

.cat-block h1{
    margin-bottom: 0;
    color: var(--main-color);
    font-weight: 700;
}

.cat-main-post{
    margin-top: 20px;
    margin-bottom: 15px;
}

.cat-main-post img{
    display: block;
    margin-bottom: 10px;
}

.cat-main-post h2, .cat-list-post h6{
    margin-bottom: 5px;
    font-weight: 600;
}

.cat-main-post p{
    font-size: 16px;
    color: #ACACAC;
    font-family: var(--default-title-font);
}

.cat-block-see-more {
    display: flex;
    align-items: flex-end;
}

.cat-block-see-more p{
    margin-bottom: 0;
}

.cat-list-post {
    margin-top: 20px;
}

.cat-list-post .post-card p{
    font-size: 14px;
    color: #ACACAC;
    font-family: var(--default-title-font);
}

.cat-list-post .post-card{
    margin: 20px 0;
}

/*
Vertical lists
*/
.home-vertical-lists{
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-vertical-lists h3{
    font-size: 26px !important;
    font-weight: 700;
    color: var(--main-color);
}

.home-vertical-posts{
    display: flex;
    flex-direction: column;
}

.home-vertical-posts .post-card{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    max-width: 250px;
    height: 276px;
}

.home-vertical-posts .post-card img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.home-vertical-posts h6{
    font-family: var(--default-title-font);
    font-weight: 600;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.home-vertical-posts .post-card p{
    font-family: var(--default-title-font);
    font-size: 14px;
    color: #ACACAC;
    margin: 0;
}

.post-card{
    position: relative;
    top: 0;
}

.post-card a{
    color: var(--default-text-color);
    text-decoration: none;
}

.post-card a:hover{
    color: var(--main-color);
}


.post-card-absolute-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
}

@media (max-width:1080px){
    .home .content{
        max-width: 100%;
    }
}


@media (max-width:950px){
    .home .content{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0;
    }

    .home-last-posts {
        grid-template-columns: 1fr;
        margin-right: 0;
        grid-gap: 0;
    }

    .home_header_primary {
        margin-bottom: 70px;
    }

    .home_header_primary .text-container {
        margin: 20px 40px 0;
    }

    .home_header_sidebar{
        margin: 0 20px;
        padding: 0;
    }

    .home_header_sidebar .post-card .post-info{
        margin: 0;
    }

    .home_header_sidebar .post-card{
        flex-direction: column;
        grid-gap: 0;
        height: auto;
    }

    .cat-block {
        grid-template-columns: auto auto;
    }
}

@media (max-width:950px) and (min-width:581px){
    .home_header_sidebar_posts{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .home_header_sidebar .post-card{
        flex: 1 1 0px;
        min-width: 165px;
        max-width: 185px
    }

    .home_header_sidebar .post-card img {
        height: 135px;
        min-height: 135px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .season-post-list{
        flex-wrap: wrap;
        justify-content: center;
    }

    .season-post-list .post-card{
        flex: 1 1 0px;
        min-width: 165px;
        max-width: 185px;
        width: auto;
    }
}

@media (max-width:580px){
    .home_header_primary img{
        height: 350px;
    }

    .home_header_primary .text-container{
        margin: 20px 20px 0px;
    }

    .home_header_primary h2{
        font-size: 30px !important;
    }

    .home_header_primary .intro-text{
        font-size: 16px;
    }

    .home_header_sidebar_top h3{
        font-size: 22px !important;
        font-weight: 700;
    }

    .home_header_sidebar .post-card img{
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .home_header_sidebar .post-card .post-title{
        margin-bottom: 5px;
        font-size: 18px !important;
    }

    .home_header_sidebar .post-card{
        align-items: flex-start;
    }

    .home-season {
        margin: 0 20px;
    }

    .home-season p{
        font-size: 16px;
    }

    .season-post-list .post-card {
        width: 100%;
    }
    
    .season-post-list {
        flex-direction: column;
        grid-gap: 30px;
    }

    .season-post-list img{
        height: auto;
        width: 100%;
    }

    .season-post-list h6{
        padding: 10px 0 0 0;
        font-size: 18px !important;
    }

    .cat-block {
        padding: 0;
        margin: 0 20px;
        grid-template-rows: auto auto auto;
        column-gap: 0;
        row-gap: 30px;
    }

    .cat-block-left{
        grid-column: span 2;
    }

    .cat-main-post{
        margin: 0;
    }

    .cat-block-see-more {
        justify-content: flex-end;
    }

    .cat-main-post .post-title{
        font-weight: 700;
    }

    .cat-main-post p{
        margin: 0;
        font-size: 14px;
    }

    .cat-block-right{
        grid-column: span 2;
    }

    .cat-list-post{
        margin: 0;
    }

    .cat-list-post .post-card{
        margin-bottom: 30px;
    }

    .cat-list-post h6{
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .home .home-vertical-lists{
        flex-direction: column;
        margin-bottom: 0 !important;
        padding: 0 20px !important;
    }

    .home-vertical-list{
        margin-bottom: 70px;
    }

    .home-vertical-posts .post-card{
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .home-vertical-posts .post-card img{
        height: auto;
    }

    .home-vertical-lists h3{
        margin-bottom: 30px;
    }
}

