
.state-name h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize !important;
}
.fuel h2 {
    color: #101010;
    text-align: left;
    margin: 0px;
}
.metal h2 {
    color: #101010;
    text-align: left;
    margin: 0px;
}
.fuel-details h2 {
    font-size: 14px !important;
    white-space: nowrap;
}
.metal-details h2 {
    font-size: 14px !important;
    white-space: nowrap;
}
.fuel-section,
.metal-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 0 3px #dbdbdb, 0 3px 5px #dbdbdb;
    border-radius: 8px;
    padding: 8px;
    justify-content: space-between;
}
.metal-section {
    padding: 8px !important;
}
.fuel,
.metal {
    width: calc(50% - 10px);
}
.fuel-details h2,
.metal-details h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}
.fuel-details h2 strong,
.metal-details h2 strong {
    font-weight: 700;
}
.state-name h2 {
    font-size: 20px;
}
.fuel-section .fuel:nth-child(odd){
    border-right: 1px solid #E6E7F1;
    padding-left: 5px;
}
.metal-section .metal:nth-child(odd){
    border-right: 1px solid #E6E7F1;
}
.fuel .fuel-details h2  {
    line-height: 23px !important;
}
@media (max-width: 600px) {
    .fuel-section .fuel:nth-child(even) {
        text-align: center;
    }
    .metal-section .metal:nth-child(even) {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .fuel-section,.metal-section {
    padding: 4px;
    }
}
.fuel-section .fuel:nth-child(odd),
    .metal-section .fuel:nth-child(odd) { 
    padding-left: 0px;
}

