.technical-advantages-bottom img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.table.table-striped.table-bordered {
    max-width: 75%;
    margin: 0 auto;
}


@media (max-width:991px) {
    .table.table-striped.table-bordered {
        max-width: 90%;
    }
}

th,
.table {
    text-align: center;
}

.top-banner {
    background-image: url("../images/core-technology.jpg");
}

.platelet-svg-sectoin.left-side {
    min-height: 120px;
}
@media screen and (max-width: 767px) {
    .platelet-svg-sectoin.left-side {
        min-height: 80px;
    }
}
/*.technical-advantages-bottom{
    max-width: 100%;
    height: 800px;
    margin: 0px;
    background-image: url(../images/technology/technology.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
    .technical-advantages-bottom {
        background-image: url(../images/technology/technology_mobile.jpg);
        height: 1000px;
    }
}
*/

/* 
@media screen and (max-width: 767px) {
   .technical-advantages-bottom img{
        background-image: url(../images/technology/technology_mobile.jpg);
        height: 1000px;
    }*
}
/
