.gt-asx-stock {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    padding: 40px 0;
    color: #000f3f;
}

.gt-asx-stock .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.gt-asx-stock .col {
    text-align: center;
}

.gt-asx-stock .label {
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .gt-asx-stock .col {
        width: 50%;
    }
}