.the-woman-color{

    color: #ab7b2f !important

}

.the-woman-background-color{

    background-color: #ab7b2f !important

}

.the-woman-border{

    border-color: #ab7b2f !important

}

.header-mobile-2::-webkit-scrollbar {
    display: none; /* Hides the scrollbar in WebKit browsers (Chrome, Safari, Edge) */
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Change this number to desired line count */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-play-store{
    font-size: small
}

@media (max-width: 700px) {
    .text-play-store{
        font-size: x-small
    }
}
