/* Add custom CSS styles below */ 
@font-face {
    font-family: "Thmanyah Serif Text";
    src: url("https://wpazzrk.github.io/again/thmanyahseriftext-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Thmanyah Serif Text", serif;
}

.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
    width: 70%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width:768px) {
.group.container {
    
    width: 100%;
}


}edia(min-width:992px) {
.osh-sales .max-w-full {
    max-width: 50%;
    transform: translate(10px, -5rem);
}
}