#forecast-main-content {
    padding: 80px 0 0px 0;
    background-color: #fff;
}
#forecast-main-content .forecast-main-content-inner {
    max-width: 1120px;
    margin: 0 auto;
}
#forecast-main-content .title {
    font-weight: bold;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #0A2144;
    max-width: 800px;
    margin: 0 auto 24px auto;
}
#forecast-main-content .text {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #0A2144;
    max-width: 760px;
    margin: 0 auto 64px auto;
}
#forecast-main-content .forecast-section-boxes-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box {
    max-width: 448px;
    width: 100%;
    margin: 0 0 67px;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box-icon {
    width: 135px;
    height: 135px;
    margin: 0 0 14px 0;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box-icon img {
    display: block;
    width: 100%;
    height: auto;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box-category {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2671FF;
    margin: 0 0 16px 0;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.04em;
    color: #0A2144;
    margin: 0 0 24px 0;
}
#forecast-main-content .forecast-section-boxes-wrapper .forecast-box-text {
    font-size: 18px;
    line-height: 32px;
    color: #353D46;
}
#forecast-main-content .forecast-section-graph {
    padding: 0;
    margin: 80px 0 80px;
}
#forecast-main-content .forecast-section-graph svg,
#forecast-main-content .forecast-section-graph img {
    width: 100%;
    height: auto;
    display: block;
}
.forecast-section-graph.desktop {display: block;}
.forecast-section-graph.mobile {display: none;}

@media (max-width: 1120px) {
    #forecast-main-content .forecast-main-content-inner .title,
    #forecast-main-content .forecast-main-content-inner .text,
    #forecast-main-content .forecast-main-content-inner .forecast-section-boxes-wrapper,
    #forecast-main-content .forecast-main-content-inner .title,
    #forecast-main-content .forecast-main-content-inner .title {
        padding: 0 24px;
    }
    #forecast-main-content .forecast-section-graph.mobile {
        margin-bottom: 0;
    }
    #forecast-main-content .title {
        font-size: 40px;
        line-height: 48px;
    }
    #forecast-main-content .text {
        font-size: 16px;
        line-height: 27px;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box-icon {}
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box-category {
        font-size: 14px;
        line-height: 17px;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box-title {
        font-size: 24px;
        line-height: 29px;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box-text {
        font-size: 16px;
        line-height: 27px;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    #forecast-main-content {
        padding: 50px 0 80px 0;
    }
    #forecast-main-content .title {
        text-align: left;
    }
    #forecast-main-content .text {
        text-align: left;
        margin-bottom: 40px;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box {
        margin: 0 0 48px 0;
    }
    .forecast-section-graph.desktop {display: none;}
    .forecast-section-graph.mobile {
        display: block;
        margin: 0 auto;
    }
    #forecast-main-content .forecast-section-boxes-wrapper {
        flex-direction: column;
    }
    #forecast-main-content .forecast-section-boxes-wrapper .forecast-box {
        max-width: 100%;
    }
    #forecast-main-content .forecast-section-graph {
        margin-top: 30px;
        padding: 0;
    }
     #forecast-main-content .forecast-section-graph svg {
        max-width:  100%;
     }
}