.image-description {
    margin-top: 15px;
}

.row-products .image-top img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}




/* 
.image-top .image {
    display: flex;
    height: 189px;
}
 */



.container-img-right {
    position: relative;
}

@media screen and (min-width: 768px) {
    .title-number-text-all.opposition {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 50px !important;
        left: initial;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .image.container-img-left {
        position: relative;
    }

    .title-number-text-all {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


    .title-number-text-all .number-text {
        font-size: 32px;
        font-weight: 500;
        color: #fff;
    }

    .title-number-text-all .number {
        font-size: 120px;
        font-weight: 500;
        opacity: .5;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .number-text {
        margin-top: 10px;
    }

    .title-number-text-all {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }


    .title-number-text-all .number-text {
        font-size: 19px;
        font-weight: 500;
        color: #fff;
    }

    .title-number-text-all .number {
        font-size: 60px;
        font-weight: 500;
        opacity: .5;
        color: #fff;
    }
}

.image-top img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}