.icon-xxl img{
    width: 150px;
}

.dlab-box-bg,
.blog-bx{
    background-color: #fff!important;
}

.blog-curve-img a:after{
    width: 95%;
    background-repeat: no-repeat;
}

.blog-curve-img img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 95%; 
    mask-size: 95%;
}

.feature-img-bx .video{
    position: relative;
    width: 300px;
    height: 534px;
    margin: -45px auto 0 auto;
    transform: rotate(-5deg);
    -webkit-box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    -moz-box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    box-shadow: 0px 10px 7px -3px rgba(254,244,243,1);
    border-radius: 5px;
}

.embed-responsive {
    overflow: visible;
}

.feature-img-bx .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 534px;
    border-radius: 5px;
}

.produtos-mosaico-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}

.produto-mosaico-item {
    min-height: 0;
}

.produto-mosaico-item .product-box {
    margin-bottom: 0;
    height: 100%;
}

.produto-mosaico-item--featured {
    grid-column: span 2;
    grid-row: span 2;
}

.produto-mosaico-item--featured .product-box {
    flex-direction: row;
}

.produto-mosaico-item--featured .product-img img {
    max-height: 320px;
    width: auto;
    object-fit: contain;
}

.produto-mosaico-item:not(.produto-mosaico-item--featured) .product-img img {
    max-height: 140px;
    width: auto;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .produtos-mosaico-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .produto-mosaico-item--featured {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media only screen and (max-width: 575px) {
    .produtos-mosaico-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .produto-mosaico-item--featured {
        grid-column: span 1;
    }
}

@media only screen and (max-width: 425px) {

    .feature-img-bx .video{
        width: 100%;
        max-width: 290px;
        transform: rotate(0);
        border-radius: 5px;
        text-align: center;
        height: 515px;
    }
    .feature-img-bx .video iframe{
        border-radius: 5px;
        width: 100%;
        height: 515px;
    }

}

