.lc-precious-metals{
    width: 70%;
    margin: 0 auto;
}
.lc-precious-metals p{
    width: 100%;
    text-align: center;
}
.lc-precious-metals .lc-precious-metals-inner{
    display: flex;
    justify-content: space-between;
}

.lc-precious-metals .lc-precious-metals-inner .lc-precious-card{
    width: 12%;
}

.lc-precious-metals .lc-precious-metals-inner .lc-precious-card .metal-image img{
    width: 90%;
    margin: auto;
}

.lc-precious-metals .lc-precious-metals-inner .lc-precious-card .metal-title{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

@media (width <= 850px) {
    .lc-precious-metals {
        width: 100%;
        margin: 0 auto;
    }
}

@media (width <= 450px) {
    .lc-precious-metals {
        width: 100%;
        margin: 0 auto;
    }
    .lc-precious-metals .lc-precious-metals-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lc-precious-metals .lc-precious-metals-inner .lc-precious-card{
        width: 24%;
        margin-bottom: 30px;
    }

}