.weather-description-page {
    background-color: #1c1c33;
    min-height: 200px;
}

.weather-description-content {
    padding-top: 8px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.weather-description-info {
    background-color: #2c2c44;
    color: white;
    padding: 20px;
    border-radius: 25px;
}

.weather-description-content h2 {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

.weather-description-content p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

.weather-description-content h3 {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    margin-top: 20px;
}

.weather-description-content ul {
    font-size: 1rem;
    line-height: 1.6;
}

.weather-description-content h4 {
    font-size: 1rem;
    text-align: justify;
}

@media (max-width: 768px) {
    .weather-description-info {
        padding: 15px;
    }

    .weather-description-content h2,
    .weather-description-content p,
    .weather-description-content h3,
    .weather-description-content ul,
    .weather-description-content h4 {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .weather-description-info {
        padding: 10px;
    }

    .weather-description-content h2,
    .weather-description-content p,
    .weather-description-content h3,
    .weather-description-content ul,
    .weather-description-content h4 {
        font-size: 0.9rem;
    }
}
