@font-face {
    font-family: 'sansa_prosemibold';
    src: url('./fonts/sansapro-semibold-webfont.eot');
    src: url('./fonts/sansapro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sansapro-semibold-webfont.woff2') format('woff2'),
         url('./fonts/sansapro-semibold-webfont.woff') format('woff'),
         url('./fonts/sansapro-semibold-webfont.ttf') format('truetype'),
         url('./fonts/sansapro-semibold-webfont.svg#sansa_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansa_pronormal';
    src: url('./fonts/sansapro-normal-webfont.eot');
    src: url('./fonts/sansapro-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sansapro-normal-webfont.woff2') format('woff2'),
         url('./fonts/sansapro-normal-webfont.woff') format('woff'),
         url('./fonts/sansapro-normal-webfont.ttf') format('truetype'),
         url('./fonts/sansapro-normal-webfont.svg#sansa_pronormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-content{
    width: 1080px;
    height: 1920px;
    overflow: hidden;

    background: url(../assets/bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.title-content{
    width: 669px;
    height: 195px;
    margin: 20px 40px 0;

    background: url(../assets/title.png);
    background-position: center;
    background-repeat: no-repeat;
}

.news-container {
    width: 100%;
    height: 1400px;
    padding: 15px 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-component{
    width: 958px;
    height: 656px;
    padding: 32px;
    background: #FFF;
    border-radius: 45px;
    position: relative;
}

img.news-image{
    width: 889px;
    height: 311px;
    border-radius: 43px;
}

.description-content{
    width: 70%;
    margin-top: 10px;
    margin-left: 22px;
}

h1.newsnews-title{
    color: #E94E38;
    font-family: 'sansa_prosemibold';
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-height: 132px;
    overflow: hidden;
}

p.news-description{
    color: #000;
    font-family: 'sansa_pronormal';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-height: 144px;
    overflow: hidden;
}

.qr-code{
    width: 209px;
    height: 209px;
    position: absolute;
    bottom: 38px;
    right: 40px;
    border: 2px solid #E94E38;
    background-size: cover;
    background-position: center;

}

.footer{
    width: 1080px;
    height: 299px;
}

.footer-title{
    width: 688px;
    height: 103px;
    margin: 10px auto;
    background: url(../assets/subtitle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.indicators{
    display: flex;
}

.indicator{
    width: 352px;
    text-align: center;
}

p.indicator-title{
    color: #000;

    font-family: 'sansa_prosemibold';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
}

.main-indicator{
    width: 220px;
    height: 47px;
    border-radius: 45px;
    background: #000;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.main-indicator p{
    color: #FFF;
    font-family: 'sansa_prosemibold';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.indicator-percentage{
    margin-top: 5px;
    font-family: 'sansa_prosemibold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.increase{
    color: #5AB20D;
}

.decrease{
    color: #E21313;
}