.gc_weather-weather_greeting-weathergreeting {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gc_weather-weather_greeting-weather-left {
    font-family: inherit;
}

.gc_weather-weather_greeting-var_temp_and_condition {
    font-size: 2rem;
    font-weight: 700;
}

.gc_weather-weather_greeting-var_date_and_time {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

.gc_weather-weather_greeting-var_greeting {
    font-size: 2rem;
    font-family: 'Muli';
    font-weight: 700;
    text-transform: none;
}

.gc_weather-weather_greeting-weather-right {
    font-size: 6rem;
    color: #bea96f;
    display: flex;
    align-items: center;
}

.gc_weather-weather_greeting-field_current_font_awesome_icon_name {
    font-family: inherit;
}

@media screen and (max-width: 1320px) {
    .gc_weather-weather_greeting-weathergreeting {
        height: 12rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .gc_weather-weather_greeting-var_greeting {
        font-size: 1.25rem;
    }
    .gc_weather-weather_greeting-var_temp_and_condition {
        font-size: 1.25rem;
    }
}