.detail .img-cover {
    width: 700px;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}
.detail .wrapper .title{
    display: flex;
    justify-content: space-between;
}

.title h1 {
    font-size: 26px;
    font-weight: bolder;
}

.list-of-product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #AFFFD7;
    border-radius: 25px;
}

.list-of-product-container a {
    margin: 20px 0;
}

.list-of-product.wrapper img{
    height: 125px;
    width: 125px;
    object-fit: cover;
    border-radius: 10px;
}

.list-of-product.wrapper .title {
    font-size: 12px;
    font-weight: bolder;
    width: 125px;
}

.scope li, .description li, .specification li {
    text-indent: 0px !important;
    font-family: "Roboto", sans-serif !important;
}
.scope ul, .description ul, .specification ul {
    padding-left: 15px;
    margin-bottom: 0px;
}
span.bolder {
    font-weight: bold;
}
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    div.header > h1 {
        font-size: 26px;
    }
    .product-and-services h2 {
        font-size: 32px;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .title h1 {
        font-size: 18px;
        font-weight: bolder;
    }

    .detail .img-cover {
        height: 200px;
        border-radius: 25px;
    }
    .list-of-product-container {
        display: flex;
        /* flex: 1; */
        flex-flow: row nowrap;
        justify-content: start;
        background-color: #AFFFD7;
        border-radius: 5px;
        overflow-x: auto;
    }

    .list-of-product-container a {
        margin: 10px 10px;
    }
        
    .list-of-product.wrapper img{
        height: 75px !important;
        width: 75px !important;
        object-fit: cover;
        border-radius: 10px;
        min-width: 75px !important;
    }
    .list-of-product.wrapper .title {
        font-size: 10px;
        font-weight: bolder;
        width: 75px;
    }
    
    .list-of-product.wrapper img .img-fluid{
        border-radius: 10px;
    }
    
    .active {
        cursor: grabbing;
    }
   
}
