.oem_project {
    padding: 0 30px 30px;
}
.oem_project_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 405px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(144, 144, 144, 0.08);
    border-radius: 14px;
    overflow: hidden;
}
.oem_project_title {
    position: relative;
    z-index: 1;
    max-width: 730px;
    width: 100%;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #005D28;
}
.oem_text {
    position: relative;
    z-index: 1;
    max-width: 730px !important;
    width: 100%;
    margin: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
}

.oem_project_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media(max-width: 1600px) {
    .oem_text {
        max-width: 650px !important;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1024px) {
    .oem_project_wrapper {
        min-height: 550px;
        justify-content: start;
    }
    .oem_project_title {
        max-width: 420px;
        font-size: 28px;
        line-height: 36px;
    }
    .oem_text {
        max-width: 390px;
    }
}

@media(max-width: 767px) {
    .oem_project {
        padding: 0 20px 30px;
    }
    .oem_project_wrapper {
        padding: 30px 20px;
    }
    .oem_project_title {
        max-width: 420px;
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 24px;
    }
    .oem_text {
        max-width: 390px;
    }
}




.products .prodItem {grid-gap:10px; padding: 0 30px;}

.products .prodItem .shadowBlock    {justify-items:center; background: var(--white-1); padding:0 30px;}

.pImg   {margin: 15px 0 10px;}

.pImg, .pImg img   {width:210px; height:210px;}

.pBlockLink {
    background: url(/img/icons/pRightP.svg) no-repeat 100% 50%; 
    margin:30px 0; min-height:44px; padding-right: 50px;}

a:hover > .pBlockLink   {
    background: url(/img/icons/pRightA.svg) no-repeat 100% 50%;
}
.oem_products .ph1 {
    margin: 0 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #005D28;
}
.oem_products .pBlockLink {
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    .products .prodItem {
        padding: 0 15px 30px;
    }
}