.oem-products{
    background-color: #f7f7f7;
}
.oem-quality{
    background-color: #f7f7f7;
}
.oem-card-quality{
    padding: 20px;
    background-color: #36eb82;
    border-radius: 20px;
    color: #03044f;
}
/*.oem-quality-list li::before{*/
/*    content: url("/assets/images/oem/check-mark.webp");*/
/*    display: inline-flex;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    margin-right: 10px;*/
/*}*/
/*.oem-quality-list li{*/
/*    padding: 15px;*/
/*    color: #03044f;*/
/*}*/
.know-more{
    background-color: #03044f;
    width: 100px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
    color: #fff;
}
.divider{
    width: 60px;
    height: 2px;
    background-color: #36eb82;
    margin: 0 auto 20px;
    opacity: 0.7;
}
.oem-banner{
    background: linear-gradient(122deg, rgba(25, 25, 112, 1) 20%, rgb(25 19 70) 70%);
    /*background: linear-gradient(150deg, #03044f 55%, #36eb82 55%);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*padding: 300px 0px;*/
}
.oem-banner-heading h1, .oem-banner-heading p{
    color: #ffffff;
    font-weight: 700;
}
.oem-scope{
    background-color: #03044f;
}
.oem-banner-heading h1 span{
    color: #36eb82;
}
.menu-card {
    /*width: 420px;*/
    width: auto;
    max-height: 670px;
    margin-top: 10px;
    /*width: 380px;*/
    /*max-height: 670px;*/
    position: relative;
    padding: 48px 32px;
    color: #fff;
    border-radius: 50% / 25%;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 20px #dbdbdb;
}
.menu-card::hover{
    transform: translateY(-15px);
}
.menu-card::before {
    content: "";
    position: absolute;
    inset: 16px;
    /*border: 1.5px solid #d4af6a;*/
    border: 1.5px solid #36eb82;
    border-radius: 50% / 30%;
    pointer-events: none;
}
.category {
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #d4af6a;
    margin-bottom: 28px;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.image-wrapper img {
    width: 250px;
    height: 250px;
    /*width: 260px;*/
    /*height: 260px;*/
    border-radius: 50%;
    object-fit: cover;
    /*box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.35)*/
    box-shadow: 5px 5px 10px 5px rgba(196, 196, 196, 0.35);
}
.image-wrapper img:hover{
    transform: scale(1.25);
    transition: 1s ease-in-out;
}

.title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #03044f;
}

.description {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: #707070;
    padding: 0 18px;
    margin-bottom: 20px;
}
.oem-card{
    text-align: center;
    padding: 15px;
    margin: 5px;
    border: 1px solid #36eb82;
    border-radius: 20px;
    color: #03044f;
    background-color: #fff;
    max-height: 325px;
}