.goods-items {
    display: flex;
    flex-direction: column;
}

.goods-items > .goods-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 00px 30px;
    align-items:start;
    justify-content: center;
    gap: 30px;
    
}

.goods-items > .goods-items-title {
    width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
    border-radius: 4px;
    padding: 2px 60px;
    padding-right: 10px;
    text-align: justify;
    color: #EB8C23;
}

.goods-items > .goods-items-title h2 {
    margin: 0px;
}


.goods-items > .goods-items-wrapper >  p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    margin-top: 5px;

}

.goods-items > .goods-items-wrapper >  div>  p {
    /* padding: 15px; */
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;

}
.goods-items > .goods-items-wrapper >  div>   {
    /* padding: 15px; */
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    text-align: justify;
    /* margin-top: 5px; */

}


.goods-items > .goods-items-wrapper >  div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 15px; */
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    margin-top: 5px;

}


.goods-items > .goods-items-wrapper >  div img {
    flex: 0 0 250px; 
    height: 150px;
    border-radius: 20px;
    padding-bottom: 10px;
}

.spark-table-wrapper {
    width: 100%;
    margin-top: 15px;
}

.spark-table-title {
    margin-bottom: 8px;
    color: #333;
}

.spark-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #bebbb8;
    border: 1px solid #a05010;
    border-radius: 4px;
    overflow: hidden;
}

.spark-table th,
.spark-table td {
    border: 1px solid #a05010;
    padding: 10px;
    text-align: center;
}

.spark-table th {
    background-color: #444444;
    color: #ffffff;
}


.goods-items p {
    border-radius: 4px;
    text-align: justify;
    margin-top: 5px;
    /* line-height: 1.7; */
}

.equipmentTitle {
    width: 100%;
    text-align: center;
    color: #7F151B;

}

.equipmentTitle h2 {
    font-size: clamp(1.4rem, 6.9vw, 1.9rem);
    margin-block: 0.67em;
}
