.tomorrow-info-container{
    width: calc(100% - 60px);
    max-width: 860px;
    background-color: #305a99;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: -2px 4px 16px rgba(0, 0, 0, 0.15);
    min-height: 59.2px;
}
.tomorrow-info-text{
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    color: white;
    text-align: justify;
    margin-bottom: 15px;
}
.title-h2-dema-container{
    margin: 30px 0px 0px 0px;
    border-bottom: 2px solid #242428;
    width: 100%;
    max-width: 860px;
    min-height: 38.4px;
    row-gap: 10px;
}
.title-h2-dema{
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    color: #242428;
    width: fit-content;
    cursor: default;
    height: fit-content;
    font-weight: normal;
    text-align: center;
}

@media (max-width: 600px){
    .tomorrow-info-container{
        min-height: 177.6px;
    }
    .title-h2-dema-container{
        min-height: 163.6px;
        justify-content: center;
    }
}