.div-page-col-header{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.div-page-header-cover{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2463;
    opacity: 0.8;
    z-index: 1;
}
.div-page-header{
    background-image: url('../images/about-header.jpg');
    height: 67vh;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 4.5rem;*/
}
.div-page-header-content{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
    color: white;
}
.div-page-header-content-title{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}
.div-page-header-content-title span{
    color: rgba(242, 153, 74, 1);
}
.div-page-header-content-desc{
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
}
.btn-header{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Inter', "sans-serif";
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-header-accent{
    background-color: #F2994A;
    color: white;
}
.btn-header-accent:hover {
    background-color: #e08a3c;
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.btn-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.btn-header:hover::after {
    left: 100%;
}
.div-about-row-introduction{
    padding: 5rem 0;
    position: relative;
    background-color: #F0F7FF;
    background-color: black;
    background-image: linear-gradient(180deg, #F0F7FF 0%, white 100%);
    opacity: 1;
    transform: translateY(1.25rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-top: -1.25rem;
}
.div-page-introduction-header{
    margin-bottom: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}

.div-row-select{
    background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.div-select{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-select-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.div-select-container h2{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: rgba(10, 36, 99, 1);
    margin-bottom: 0px;
}
.div-select-container-options{
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.btn-bti{
    text-transform: none;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 9999px;
    background-color: #ffffff;
    border: 1px solid rgba(10, 36, 99, 1);
}
.btn-click{
    background-color: rgba(10, 36, 99, 1);
    color: #ffffff;
}
.div-row-news{
    background-color: rgb(255, 255, 255, 1);
    padding-top: 4rem;
    padding-bottom: 4rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 10rem;
}
.div-news{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-news-details{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-news-details-focus{
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgba(247, 250, 252, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    grid-column: span 3 / span 3;
    max-height: 25rem;
    display: block;
    text-decoration: none;
    transition: background-color 0.5s;
}
.div-news-details-focus:hover img{
    transform: scale(1.05);
}
.div-news-details-focus:hover h3{
    color: rgba(242, 153, 74, 1);

}
.div-news-details-focus:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}

.div-news-details-focus-all{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-tap{
    background-color: #1AB020 !important;
}
.industry-tap{
    background-color: rgba(10, 36, 99, 1) !important;
}
.company-tap{
    background-color: rgba(242, 153, 74, 1) !important;
}
.div-news-details-focus-left{
    position: relative;
    overflow: hidden;
}
.div-news-details-focus-left img{
    width: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.div-news-details-focus-left-tap{
    position: absolute;
    left: 1rem;
    top: 2rem;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}
.div-news-details-focus-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;;
    padding: 2rem;
}
.div-news-details-focus-right-date{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: rgba(107, 114, 128, 1);
}
.div-news-details-focus-right-date svg{
    margin-right: 0.5rem;
}
.div-news-details-focus-right-date span{
    margin-right: 0.5rem;
}

.div-news-details-focus-right h3{
    margin-bottom: 1rem;
    font-weight: 700;
    color: rgba(10, 36, 99, 1);
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.div-news-details-focus-right p{
    margin-bottom: 1.5rem;
    line-height: 1.625;
    color: rgba(75, 85, 99, 1);
}
.div-news-details-focus-right .div-news-details-focus-right-span{
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    font-weight: 500;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-news-details-item{
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    position: relative;
}
.div-news-details-item:hover img{
    transform: scale(1.1);
}
.div-news-details-item:hover h3{
    color: rgba(242, 153, 74, 1);
}
.div-news-details-item:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}

.div-news-details-item-top{
    position: relative;
    overflow: hidden;
}
.div-news-details-item-top img{
    width: 100%;
    height: 14rem;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.div-news-details-item-left-tap{
    position: absolute;
    left: 1rem;
    top: 1rem;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}
.div-news-details-item-bottom{
    padding: 1.5rem;
}
.div-news-details-item-bottom-date{
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(107, 114, 128, 1);
}
.div-news-details-item-bottom-date svg{
    margin-right: 0.5rem;
}

.div-news-details-item-bottom h3{
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(10, 36, 99, 1);
}
.div-news-details-item-bottom p{
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(75, 85, 99, 1);
    padding-bottom: 1rem;
}
.span-read-more{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
.div-news-pagination{
    margin-top: 4rem;
}
/* news details */
.div-container{
    margin-top: 6.75rem;
    background-color: rgba(247, 250, 252, 1);
}
.div-article-header-container{
    margin-top: 3rem;
}
.div-row-article-header{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-article-header-nav{
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(107, 114, 128, 1);
    margin-top: 2rem;
}
.div-article-header-nav a{
    text-decoration: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-right: 0.5rem;
    color: rgba(107, 114, 128, 1);
}
.div-article-header-nav span{
    margin-right: 0.5rem;
}
.div-article-header-tag{
    margin-bottom: 1.5rem;
}
.div-article-header-tag span{
    display: inline-block;
    color: rgba(242, 153, 74, 1);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(242, 153, 74, 0.1);
    border-radius: 9999px;
}
.div-article-header h2{
    margin-bottom: 1.5rem;
    max-width: 56rem;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.25;
    color: rgba(10, 36, 99, 1);
}
.div-article-header-meta{
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    color: rgba(107, 114, 128, 1);
}
.div-article-meta-item{
    display: flex;
    align-items: center;
}
.div-article-meta-item svg{
    margin-right: 0.5rem;
}
.div-article-header-img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 46rem;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-article-header-img img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

.div-row-article-content{
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    background-color: rgba(255, 255, 255, 1);
}
.div-article-content{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-article-content-display{
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.div-article-content-display-left{
    grid-column: span 8 / span 8;
}
.div-article-content-display-right{
    grid-column: span 4 / span 4;
}
.div-article-content-display-right-related-news{
    margin-bottom: 2rem;
    border-radius: 0.75rem;
    background-color: rgba(247, 250, 252, 1);
    padding: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-article-content-display-right-related-news h3{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-article-content-display-right-related-news h3 img{
    margin-right: 0.5rem;
}
.div-article-content-display-right-related-news-item a{
    display: block;
    text-decoration: none;
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.div-article-content-display-right-related-news-item a:hover h4{
    color: rgb(242, 153, 74, 1);
}
.news-item{
    display: flex;
    align-items: flex-start;
}
.news-item-img{
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.5rem;
}
.news-item-img img{
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.news-item-content{
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.news-item-content span{
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(107, 114, 128, 1);
}
.news-item-content h4{
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-article-content-display-right-related-product{
    border-radius: 0.75rem;
    background-color: rgba(247, 250, 252, 1);
    padding: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-article-content-display-right-related-product h3{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-article-content-display-right-related-product h3 img{
    margin-right: 0.5rem;
}

.div-article-content-display-right-related-product-item{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.div-article-content-display-right-related-product-item a{
    text-decoration: none;
}
.div-article-content-display-right-related-product-item a:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.div-article-content-display-right-related-product-item a:hover img{
    transform: scale(1.05);
}
.product-item{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.product-item-img{
    height: 8rem;
    overflow: hidden;
}
.product-item-img img{
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.product-item-content{
    padding: 0.75rem;
}
.product-item-content h4{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.product-item-content p{
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(107, 114, 128, 1);
}
.div-article-content-product-more{
    margin-top: 1rem;
    text-align: center;
}
.div-article-content-product-more a{
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.div-row-featured-products{
    padding-top: 3rem;
    padding-bottom: 15rem;
    background-color: rgba(247, 250, 252, 1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.div-featured-products{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-featured-products-title{
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-featured-products-title img{
    margin-right: 0.5rem;
}
.div-featured-products-middle{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-featured-products-middle a{
    text-decoration: none;
}
.div-featured-products-middle a:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.div-featured-products-middle a:hover img{
    transform: scale(1.05);
}
.div-featured-products-item{
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(247, 250, 252, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-featured-products-item-img{
    height: 12rem;
    overflow: hidden;
}
.div-featured-products-item-img img{
    object-fit: cover;
    transition-duration: 300ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.div-featured-products-content{
    flex-grow: 1;
    padding: 1.2rem;
}
.div-featured-products-content-tap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.div-featured-products-content-tap span{
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-weight: 500;
    color: rgba(10, 36, 99, 1);
    margin-right: 0.75rem;
}
.div-featured-products-content h3{
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75;
    color: rgba(10, 36, 99, 1);
    margin-bottom: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-top: 0.5rem;
}
.div-featured-products-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-featured-products-content-more{
    padding-top: 0px;
}
.div-featured-products-content-more span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-featured-products-bottom{
    margin-top: 2rem;
    text-align: center;
}
.div-featured-products-bottom a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: rgba(10, 36, 99, 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    color: #ffffff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

}
