.spl-weather-section-heading-block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    .spl-weather-section-heading {
        order: 1;
        display: flex;
        &.heading-two {
            .spl-weather-section-heading-text {
                position: relative;
            }
        }
        &.heading-four {
            .spl-weather-section-heading-text {
                border-bottom: none !important;
            }
        }
    }
    .spl-weather-section-heading-text {
        margin: 0;
        padding: 0;
        width: fit-content;
    }
    .spl-weather-section-sub-heading{
        display: flex;
        order: 2;
        &.top {
            order: 0;
        }
    }
}