.ut-scs-section{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ut-scs-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.ut-scs-section-header{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 4px;
}
.ut-scs-heading-text{
    margin-bottom: 0px !important;
}
.ut-scs-image img {
    max-width: 40px;
    height: auto;
    display: block;
}
.scroll_arrow_section{
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: right;
}
.scroll_arrow_section .scroll-btn:disabled {
    opacity: 0.4;
    cursor: default;
}
.scroll_arrow_section .scroll-btn.ut-scs-prev {
    transform: rotate(180deg);
}
.scroll_arrow_section .scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: rgba(238, 36, 53, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    padding: 0px;
}

.ut-scs-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-right: 80px;
}

.ut-scs-scroll::-webkit-scrollbar {
    display: none;
}

.ut-scs-card {
    /* flex: 0 0 340px; */
    /* max-width: 340px; */
    width: 100%;
    min-width: 340px;
    max-width: 340px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.ut-scs-card-header{
    padding: 14px 0px 14px 0px;
    width: 340px;
    position: relative;
}
.ut-scs-card-title{
    margin-bottom: 0px;
    padding: 20px 44px 20px 16px;
}
.ut-scs-card-desc{
    width: 340px;
    padding: 20px 16px;
}
.ut-scs-card-desc ul{
    margin-left: 20px;
}

.ut_card_badge{
    margin-bottom: 0px !important;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 0;
    right: 0;
    border-radius: 0px 6px 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ut_card_badge span{
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.04%;
    text-align: center;
}

.ut-scs-card-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

@media(max-width:768px){
    .ut-scs-scroll {
        padding-right: 25px;
    }

}
