.top-image img {
    width: 100%;
    height: 100px;
    object-position: center;
    object-fit: contain;
}

@media(min-width:480px) {
    .top-image img {
        height: 134px;
    }
}
@media(min-width:768px) {
    .top-image img {
        height: 214px;
    }
}
@media(min-width:1024px) {
    .top-image img {
        height: 285px;
    }
}
@media(min-width:1280px) {
    .top-image img {
        height: 356px;
    }
}
h3.page-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    
}

@media(min-width:480px) {
    h3.page-header {
        font-size: 36px;
    }
}



p.page-content {
    padding: 0 20px;
}

@media(min-width:1440px) {
    p.page-content {
        padding: 0 0;
    }
}

/**/
.products {
    padding: 40px 20px 100px;
    display: grid;
    grid-template-columns: repeat(2, minmax(155px, 210px));
    grid-auto-rows: 250px;
    grid-gap: .5rem;
}

@media(min-width:480px) {
    .products {
        grid-auto-rows: 320px;
        grid-template-columns: repeat(2, minmax(210px, 229px));
        justify-content: center;
        grid-gap: 1rem;
    }
}

@media(min-width:768px) {
    .products {
        grid-template-columns: repeat(3, minmax(210px, 229px));
    }
}

@media(min-width:1024px) {
    .products {
        grid-template-columns: repeat(4, minmax(210px, 229px));
    }
}

@media(min-width:1440px) {
    .products {
        grid-template-columns: repeat(4, minmax(210px, 290px));
        grid-gap: 2rem;

        padding: 40px 0 100px;
    }
}

@media(min-width:1440px) {
    .products {
        grid-template-columns: repeat(5, minmax(210px, 290px));
    }
}

/**/
.ph-block, .sub-info-items{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 30px 20px 40px 20px;
}
.certs-awards{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.certificates, .awards{
    width: 100%;
}
.awards{
        padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(155px, 210px));
    grid-auto-rows: 250px;
    grid-gap: .5rem;
    align-items: center;
    justify-content: center;
}
.awards > img{
    margin: 0 auto;
}
@media (min-width:480px) {
    .awards{
        display: flex;
    flex-wrap: wrap;
    gap: 15px;
    }
}
@media(min-width:768px) {
    .certs-awards {
        flex-direction: row;
    }
}
@media(min-width:1440px) {
    .ph-block, .sub-info-items {
        padding: 30px 0px 40px 0px;
    }
}
.goto-a-link{
    text-align: center;
}
@media(min-width:1024px) {
    .goto-a-link{
        text-align: center;
        max-width: 200px;
    }
    .ph-block{
        flex-direction: row;
        justify-content: space-between;
    }
    .sub-info-items{
        flex-direction: row;
    }
    .certs-awards{
        width:100%;
        flex-direction: column;
    }
}
.certificate-link {

    width: 100%;
    color: var(--color-dark);
    font-weight: 700;
    font-size: 16px;
    background: rgba(255, 184, 0, 0.03);
    /* Yellow - main */

    border: 1px solid #FFB800;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    padding: 12px 24px;
    margin-top: 1rem;
}
@media(min-width:768px){
    .certificate-link{
        
    }
}
.certificate-sub-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    /* light text */

    color: #999999;
}

.manufacture-movie {
    width: 320px;
    height: 180px;
    margin-bottom: 30px;
}

.manufacture-movie iframe {
    width: 320px;
    height: 180px;
}

@media(min-width: 480px) {
    .manufacture-movie {
        width: 440px;
        height: 290px;
        margin-bottom: 30px;
    }

     .manufacture-movie iframe {
        width: 440px;
        height: 290px;
    }
}
@media(min-width: 768px) {
    .manufacture-movie {
        width: 720px;
        height: 290px;
        margin: 0 auto;
    }

     .manufacture-movie iframe {
        width: 720px;
        height: 290px;
    }
}
@media(min-width: 992px) {
    .manufacture-movie {
        width: 460px;
        height: 300px;
        margin-bottom: 30px;
    }

     .manufacture-movie iframe {
        width: 460px;
        height: 300px;
    }
}
@media(min-width: 1200px) {

    .manufacture-movie {
        width: 560px;
        height: 315px;
    }

     .manufacture-movie iframe {
        width: 560px;
        height: 315px;
    }
}

@media(min-width: 1440px) {
    .manufacture-movie {
        width: 620px;
        height: 315px;
    }

     .manufacture-movie iframe {
        width: 620px;
        height: 315px;
    }
}
h4{
    font-size: 18px !important;
    font-weight: 700 !important;
}