.biomatica-reviews {
    display: flex!important;
    gap: 38px!important;
}

.biomatica-reviews .slick-list {
    overflow: clip;
}

.biomatica-reviews .slick-track {
    display: flex;
    gap: 20px;
}

.biomatica-reviews__item {
    position: relative!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 28px!important;
    width: 739px!important;
    min-height: 374px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 44px;
    padding-left: 217px;
    background-color: #F4F4F3; 
    border-radius: 20px;
}

.biomatica-reviews__item-description p {
    color: #122D28;
}

.biomatica-reviews__item h3 {
    margin-bottom: 0;
}

.biomatica-reviews__item::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 130px;
    height: 130px;
    background: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.342 64.392H97.6801V58.4296C97.6801 46.6236 103.034 35.7871 112.287 28.4838C112.41 28.4838 112.41 28.3602 112.529 28.2413V28.1177C113.746 27.0241 113.989 25.3171 112.895 23.9811C112.287 23.2489 111.193 22.7639 110.218 22.8875C110.095 22.8875 109.976 22.7639 109.852 22.7639C87.9424 25.1983 70.7773 44.9159 70.7773 67.5585L70.7821 103.951C70.7821 105.776 72.2418 107.236 74.0676 107.236H110.46C112.286 107.236 113.745 105.776 113.745 103.951L113.75 67.5585C113.626 65.8516 112.167 64.392 110.342 64.392Z' fill='%23D8FAAA'/%3E%3Cpath d='M55.9335 64.392H43.1528V58.4296C43.1528 46.6236 48.5065 35.7871 57.7593 28.4838C57.8829 28.4838 57.8829 28.3602 57.8829 28.2413C58.0065 28.2413 58.0065 28.2413 58.0065 28.1177C59.1001 27.0241 59.3474 25.3171 58.3726 23.9811C57.6404 23.2489 56.6705 22.7639 55.6957 22.8875C55.5721 22.8875 55.4532 22.7639 55.3296 22.7639C33.4198 25.1983 16.2548 44.9159 16.2548 67.5585L16.25 103.951C16.25 105.776 17.7097 107.236 19.5355 107.236H55.9276C57.7535 107.236 59.2131 105.776 59.2131 103.951L59.2179 67.5585C59.0943 65.8516 57.6356 64.392 55.9335 64.392Z' fill='%23D8FAAA'/%3E%3C/svg%3E") center/contain no-repeat;
}

.biomatica-reviews .slick-prev, 
.biomatica-reviews .slick-next {
    top: -70px;
    left: unset;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #89D017;
    border-radius: 9999px;
    border: 1px solid #89D017;
}

.biomatica-reviews .slick-prev:hover, 
.biomatica-reviews .slick-next:hover {
    background-color: #89D017;
    border: 1px solid #89D017;
}

.biomatica-reviews .slick-prev:focus, 
.biomatica-reviews .slick-next:focus {
    background-color: #89D017;
    box-shadow: unset;
    border: 1px solid #037317;
}

.biomatica-reviews .slick-prev {
    right: 45px;
}

.biomatica-reviews .slick-next:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12L20 12M20 12L14 6M20 12L14 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/contain no-repeat;
    opacity: 1;
}

.biomatica-reviews .slick-prev:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L4 12M4 12L10 18M4 12L10 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/contain no-repeat;
    opacity: 1;
}

@media (max-width: 767px) {
    
    .biomatica-reviews .slick-track {
        gap: 16px;
    }
    
    .biomatica-reviews__item {
        justify-content: space-between;
        gap: 0!important;
        width: 317px!important;
        min-height: 423px;
        padding-top: 90px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
    }
    
    .biomatica-reviews__item::before {
        top: 12px;
        left: 24px;
        width: 74px;
        height: 74px;
    }
    
    .biomatica-reviews__item-description p {
        margin-bottom: 16px;
    }
    
    .biomatica-reviews__item h3 {
        text-align: right;
    }
    
    .biomatica-reviews .slick-prev, 
    .biomatica-reviews .slick-next {
        top: -36px;
    }
    
}