#before_footer_post {
    background: #68AEFF29;
}

#before_footer_post a:hover{
    opacity: 0.7;
}

#before_footer_exclude_post a:hover{
    opacity: 0.7;
}

.before_footer_post_container {
    max-width: 1496px;
    margin: 0 auto;
    padding: 95px 52px 105px 52px;
    gap: 34px;
    display: flex;
    flex-direction: column;
}

.before_footer_post_container h4 {
    color: var(--Marketing-Samsung-Black, var(--Samsung-Primary-Black, #000));
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

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

.popular_category .category {
    display: flex;
    flex-direction: column;
    justify-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 48px;
    gap: 23px;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 312px;
    padding-bottom: 80px;
}

.popular_category .category .category-button {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: -60px;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
  }
  
.popular_category .category:hover .category-button {
    bottom: 40px;
  }
  
.popular_category .category .category-button a {
    text-align: center;
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    height: 40px;
    width: 100%;
    max-width: 119px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 40px;
}

.popular_category .category .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular_category .category .icon {}

.popular_category .category .icon img {
    width: 48px;
    height: auto;
}

.popular_category .category .category_detail {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.popular_category .category .category_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular_category .category .category_title a {
    color: var(--Samsung-Primary-Black, #000);
    font-family: SamsungOne-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.94px;
    text-align: center;
}

.popular_category .category_description {
    color: var(--Samsung-Primary-Black, #000);
    font-family: SamsungOne-Normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.96px;
    text-align: center;
}

@media (max-width: 767px) {
    .popular_category .category_description {
        display: none;
    }

    .popular_category {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 17px;
    }

    .popular_category .category {
        display: flex;
        flex-direction: row;
        justify-items: center;
        background-color: #fff;
        width: 100% !important;
        border-radius: 6px;
        padding: 12px;
        gap: 16px;
        align-items: center;
        min-height: 81px;
        height: auto;
        padding-bottom: 12px;
    }

    .before_footer_post_container {
        padding: 41px 24px;
        gap: 16px;
    }

    .popular_category .category .icon {}

    .popular_category .category .icon img {
        width: 48px;
        object-fit: cover;
    }

    .before_footer_post_container h4 {
        color: var(--Marketing-Samsung-Black, var(--Samsung-Primary-Black, #000));
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 39.9px;
    }

    .popular_category .category .category_title a {
        font-size: 14px;
        line-height: 18.62px;
        text-align: left;
    }
    
    .popular_category .category .category-button {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .popular_category .category_description {
        display: none;
    }

    .before_footer_post_container {
        padding: 72px 52px 80px 52px;
        gap: 34px;
    }

    .popular_category .category {
        display: flex;
        flex-direction: row;
        justify-items: center;
        background-color: #fff;
        width: 22.5%;
        border-radius: 6px;
        padding: 12px;
        gap: 24px;
        align-items: center;
        min-height: 81px;
        padding-bottom: 12px;
    }

    .popular_category .category .icon {}

    .popular_category .category .icon img {
        width: 48px;
        object-fit: cover;
    }

    .popular_category .category .category_title a {
        font-size: 14px;
        line-height: 18.62px;
        text-align: left;
    }

    .popular_category .category .category-button {
        display: none;
    }
}