.htu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;

    /* margin-bottom: 0 !important; */
    gap: 24px;
}
.htu > div:first-child > p {
    /* max-width: 70%; */
}
.htu > div {
    flex: 1 1 46%;
}
.htu > div:first-child {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.htu_cards {
    flex: 1 1 46%;
    max-width: 660px;
}

.htu_cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.htu_cards p {
    font-family: "poppins", sans-serif;
    margin-bottom: 0px;
}
.htu_cards > div {
    flex: 1 1 48%;
    padding: 30px;
    background-color: var(--innerBg2);
    border-radius: var(--brad);
    overflow: hidden;

    display: flex;
    flex-direction: row;
    gap: 24px;
    /* max-height: 220px; */
}
.htu_cards > div > div:first-child p:first-child,
.htu_cards > div > p:first-child {
    border-radius: 13px;
    font-weight: 700 !important;
    color: rgb(255, 255, 255) !important;
    margin-bottom: 0px;
    z-index: 1;
    height: max-content;
}
.htu_cards > div > div:first-child p:first-child::before,
.htu_cards > div > p:first-child::before {
    /* z-index: -1;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-35deg);
    width: 350%;
    height: 200%;
    background-image: url(/assets/clothOffBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
}

.htu_cards > div > div:first-child p:first-child,
.htu_cards > div > p:last-child {
}
.htu .fz24 {
    font-size: 24px !important;
}
@media (max-width: 1187px) {
    .htu_cards > div {
        min-width: 407px;
    }
}
@media (max-width: 768px) {
    .htu {
        padding: 0;
        margin-bottom: 40px;
    }
    .htu > div:first-child {
        padding: 0 14px;
    }
}
@media (max-width: 425px) {
    .htu_cards > div {
        min-width: 0;
    }
}
