@media (width>1024px) {

.prop-trading-table-widget {
	display: flex;
	flex-direction: column;
}

.ptt-block {
    border: 2px solid #3a3a3a;
    display: flex;
    margin-top: -2px;
}

.ptt-block-title {
    min-width: 300px;
    padding: 20px;
    border-right: 2px solid #3a3a3a;
	font-size: 20px;
	font-weight: bold;
    margin: 0 !important;
}

.ptt-items {
    padding: 20px;
	display: flex;
	flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
	align-items:baseline;
}

.ptt-item {
        width: fit-content;
        text-align: center;
        max-width: 330px;
        margin: 0 20px;
}

.ptt-item-image {
    width: auto;
    height: 60px !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.ptt-item-desc {
	margin-top: 8px;
	font-size: 14px;
	color: #555;
}
}
@media (width<1023px) {

.prop-trading-table-widget {
	display: flex;
	flex-direction: column;
}

.ptt-block {
    border: 2px solid #3a3a3a;
    display: flex;
    flex-direction: column;
    margin-top: -2px;
}

.ptt-block-title {
    width: 100%;
    padding: 20px;
    border-bottom: 2px solid #3a3a3a;
	font-size: 20px;
	font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.ptt-items {
    padding: 20px;
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.ptt-item {
        width: fit-content;
        text-align: center;
        max-width: 400px;
        margin: 0 20px;
}

.ptt-item-image {
    width: auto;
    height: 60px !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.ptt-item-desc {
	margin-top: 8px;
	font-size: 14px;
	color: #555;
}
}
