.htu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;

    margin-bottom: 0 !important;
}
.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 > div:first-child > div {
    margin-top: auto;
}
.htu > div:last-child {
    flex: 1 1 46%;
    max-width: 660px;
}
.htu .htu_gif {
    position: absolute;
    border-radius: var(--brad);
    overflow: hidden;
    width: 23%;
    height: auto;
    z-index: 5;
    rotate: -15deg;
    top: 144px;
    left: 36px;
    box-shadow: -6px 12px 24px rgba(0, 0, 0, 0.4);
}

.htu > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.htu > div:last-child p {
    font-family: "poppins", sans-serif;
}
.htu > div:last-child > div {
    flex: 1 1 48%;
    padding: 30px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    overflow: hidden;
    min-height: 220px;
    max-height: 220px;
}
.htu > div:last-child > div > div:first-child p:first-child,
.htu > div:last-child > div > p:first-child {
    /* background-color: var(--innerBg); */
    padding: 10px 14px;
    border-radius: 13px;
    width: max-content;
    font-weight: 700 !important;
    color: black !important;
    margin-bottom: 44px;
    z-index: 1;
}
.htu > div:last-child > div > div:first-child p:first-child::before,
.htu > div:last-child > div > p:first-child::before {
    z-index: -1;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 190%;
    height: 100%;
    background-image: url(/assets/clothOffBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.htu > div:last-child > div > div:first-child p:first-child,
.htu > div:last-child > div > p:last-child {
    max-width: 90%;
}
.htu > div:last-child > div:last-child {
    padding: initial;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.htu > div:last-child > div:last-child > div:first-child {
    padding: 30px 0 30px 30px;
    z-index: 2;
    max-width: 236px;
}

.htu > div:last-child > div:last-child > div:nth-child(2) {
    z-index: 2;
}
.htu > div:last-child > div:last-child > img {
    position: absolute;
    z-index: 0;
    width: auto;
    height: 100%;
    height: auto;
    right: 0;
}
.htu .fz24 {
    font-size: 24px !important;
}
@media (max-width: 1187px) {
    .htu > div:last-child > div {
        min-width: 407px;
    }
    .htu > div:last-child > div:last-child > div:first-child {
        max-width: 220px;
    }

    .htu > div:last-child > div:last-child > div:nth-child(2) {
        position: absolute;
        height: 100%;
        right: -26%;
    }
    .htu > div:last-child > div:last-child > img {
        display: none;
    }
}
@media (max-width: 768px) {
    .htu {
        padding: 0;
        margin-bottom: 40px;
    }
    .htu > div:first-child {
        padding: 0 14px;
    }
    .htu > div:first-child > div .htu_gif {
        top: 23%;
        width: 30vw;
        left: 4%;
    }
    .htu > div:first-child > div img {
        width: 150%;
    }
}
@media (max-width: 425px) {
    .htu > div:last-child > div {
        min-width: 0;
    }

    .htu > div:last-child > div:last-child > div:nth-child(2) {
        right: -36%;
    }
}
