#navigation-footer {
    margin-bottom: 0 !important;
}

.has-rl {
    margin-bottom: 61px;
    /* margin-bottom: 117px; */
}

@media screen and (min-width: 359px) {
    .has-rl {
        margin-bottom: 46px;
        /* margin-bottom: 105px; */
    }
}

@media screen and (min-width: 768px) {
    .has-rl {
        margin-bottom: 31px;
        /* margin-bottom: 84px; */
    }
}

@media screen and (min-width: 1140px) {
    .has-rl {
        margin-bottom: 40px;
    }
}

ul.list-style-disc li {
   list-style: disc;
}

ul.list-style-disc {
   margin-left: 24px;
}

.icw .box-thumb .thumb-title {
    margin-bottom: 8px;
}

/* .box-thumb .thumb-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.des-title {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.thumb-des {
    padding: 24px;
    background: #fff;
    height: calc(100% / 220px);
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    gap: 16px;
}

.box-thumb {
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 2px;
} */


.box-thumb .thumb-title,.head-thumb p {
    padding: 2px;
}

.sc-thumb {
    /* position: relative;
    z-index: 2;
    gap: 24px; */
    margin-bottom: 40px;
}

/* .box-thumb img {
    border-radius: 8px 8px 0 0;
} */

.icw .box-thumb {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.icw .img-thumb {
    height: 100%;
    max-height: fit-content;
}

@media screen and (max-width:767px) {
    /* .sc-thumb {
        grid-template-columns: 1fr;
        gap: 24px;
    } */

    .icw .thumb-des {
        padding: 16px 0 0;
    }

    .icw .sc-thumb {
        row-gap: 16px;
    }
    
   .f-20-mb {
      font-size: 20px !important;
   }
   .f-24-mb {
      font-size: 24px !important;
   }

   .mb-16-8 {
      margin-bottom: 8px !important;
   }

   .f-18-mb {
      font-size: 18px !important;
   }

   .f-16-mb {
      font-size: 16px !important;
   }

   .f-13-mb {
      font-size: 13px !important;
   }

   /* .sc-thumb-box {
      min-height: 100dvh;
   } */

   .icw a.link {
        font-size: 13px;
    }
}

@media screen and (min-width:768px) {
    .sc-thumb {
        margin-bottom: 64px;
    }    
    
    /* .sc-thumb-box {
        width: 93.24%;
        margin: 40px auto;
    } */

    .icw .box-thumb .thumb-title {
        margin-bottom: 16px;
    }
}

@media screen and (min-width:1024px) {
   .icw .box-thumb .thumb-title {
        font-size: 18px;
        height: 3em;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 360px) {
    .campaign-code p {
        max-width: 220px;
    }
}