.container {
    width: 100%;
    max-width: 100%; 
    margin: 0 auto;
}
.lanyard_home_page {
    padding: 0 20px;
    background-color: #fff;
}
.product_title span {
    background-color: #fff;
    padding: 0 10px 0 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.product_title p {
    font-size: 15px;
    font-weight: normal;
    color: #b2b2b2;
    position: relative;
    padding: 5px 0;
}
.product_title::after {
    height: 4px;
    background-color: #c9c9c9;
    right: 0;
    width: 100%;
    top: 50px;
    z-index: 0;
}
.product{
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -o-box-shadow:initial;
     box-shadow: initial;
}

.product ul li{
    -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
    -o-box-shadow: 0 1px 4px 1px #DBDBDB;
    box-shadow: 0 1px 4px 1px #dbdbdb;    
    border: 2px solid #ffffff00;
}    

.product ul li:hover{
    -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
    -o-box-shadow: 0 1px 4px 1px #DBDBDB;
    box-shadow: 0 1px 4px 1px #dbdbdb;   
    border: 2px solid #337ab7;
}
.product ul li p {
    color: #9B9B9B;
    padding: 10px 25px 5px 25px;
}    
.product ul li a span{
    color: #046E9D;
}
.product a:hover {
    color: #337ab7;
}
.lanyard_home_page .product img{
    margin-top: 2%;
    max-width: 98%;
    border: 1px solid #cacaca;
    padding: initial;
}   
.aslowas{
    padding: 5px;
    display: block;
    color:#046E9D !important;
    font-size: 16px;
    font-weight: 400;
}

.order-now {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 2px;
    max-width: 140px;
    float: none;
    font-weight: 400 !important;
    border-radius: 15px;
    background: #3E8BC4;
}

@media only screen and (min-width: 992px){
    .product ul {
        text-align: center;
        padding: 0px;
        display: flex;
    }
    .product ul li{
        position: relative;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .product ul li:last-child{
        margin-right: 0px;
    }
}


@media (max-width: 991px){
    .product_title p {
        font-size: 12px;
    } 
    .product_title::after {
       top: 47px;
    }
    .lanyard_home_page .product ul li {
        width: 49%;
        height: initial;
        position: relative;
        margin-right: 1%;
        margin-bottom: 0.5rem;
    }   
    .product ul li:last-child{
        margin-right: 0px;
    }
    .order-now {
        margin-top: 5px;
    }
    .aslowas {
        font-size: 14px;
    }
}