.product-and-services {
    padding: 7.556vw 0 8.267vw 0;
}

.product-and-services p {
    color: #33D8E5;
    text-align: center;
    font-family: 'Circular Std';
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 2.222vw;
    /* 138.889% */
    letter-spacing: 0.208vw;
}

.product-and-services h2 {
    margin-bottom: 1.111vw;
}

d {}

d {}

.products-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.889vw -1.778vw -0.889vw;
}

.products-wrapper .product-item {
    width: 25%;
    padding: 0 0.889vw;
    margin-bottom: 1.778vw;
}

.products-wrapper .product-item .product-block {
    border-radius: 1.333vw;
    border: 0;
    background: #33D8E5;
    height: 100%;
    text-align: center;
    min-height: 19.244vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3.556vw 0 1.689vw 0;
}

.product-and-services .section-title {
    margin-bottom: 4.8vw;
}

.product-block .image img {
    min-height: 7.911vw;
    max-width: 7.911vw;
    object-fit: contain;
    margin-bottom: 1.778vw;
    vertical-align: middle;
    max-height: 7.911vw;
}

.products-wrapper .product-item .product-block h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Circular Std';
    font-size: 1.689vw;
    font-weight: 500;
    line-height: 1.689vw;
    text-transform: capitalize;
}


@media only screen and (max-width: 991px) {
    .product-and-services h2{
        margin-bottom: 10px;
    }
    .product-and-services p {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 2.34px;
        text-transform: capitalize;
    }
    .products-wrapper {
        margin: 0 -8px -16px -8px;
    }
    .products-wrapper .product-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .products-wrapper .product-item .product-block {
        min-height: 175px;
        padding: 20px;
    }

    .products-wrapper .product-item .product-block h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .product-block .image img {
        min-width: 79px;
        min-height: 79px;
        max-height: 79px;
        margin-bottom: 0;
    }
}