.site-header__logo-mark {
  height: 60px;
}
.site-header__wrapper{
      background-color:rgba(26, 57, 82, 1.0);

}


.content__container{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding-top:150px;
}
.content__container div{
    
}

.newslist__item{
    box-shadow: rgba(207, 207, 213, 0.2) 0px 7px 29px 0px;
    width:100%;
    margin:1rem;
    padding:.5rem;
    
}

.newslist__container{
    font-size: 1rem;
    display:flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.newslist__title h2{
    
}

.news__container{
    
}
.news__header{
    
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding:0 15px;
    border-bottom: 2px solid var(--color--fas-blue);
}
.news__header h1{
    margin:0px;
    color: var(--color--fas-blue);
    display: flex;
    align-items: flex-end;
    
}
.news__filters{
    display:flex;
    flex-direction: row;
    gap:20px;
    align-items: flex-end;
}
.news__filters h4{
    margin: 5px;
    color: rgb(146 146 146);
    
}
.news__combine{
    display:flex;
    height:100%;
    margin:20px;
}
.news__main{
    max-height: 675px;
    width:50%;
    box-sizing: border-box;
    padding:20px;
    display:flex;
    flex-direction: column;
    transition: all .2s ease-out;
}
.news__main-btnHold{
    height: 7%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 10px 0px;
    
}

.news__main-aut{
    margin:0px;
    padding: 5px;
    font-family: 'StabilGrotesk-regular';
    font-size:18px;
    line-height: 20px;
}

.news__main-img{
    width:80%;
    max-height:56%;
    min-height:50%;
    object-fit: cover;
}
.news__main-title{
    margin:0px;
    padding:5px;
    height:20%;
    line-height: 35px;

}
.news__main-title a{
    color:var(--color--fas-blue);
    font-style: none;
    text-decoration: none;
    font-family: 'StabilGrotesk-bold';
    font-size:32px;
    
    
}
.news__main-date{
    margin:0px;
    padding:5px;
    font-weight: bold;
    height:6%;
    font-family: 'StabilGrotesk-bold';
    font-size:18px;
    line-height: 20px;
}
.news__main-publication{
    margin:0px;
    padding:5px;
    font-family: 'StabilGrotesk-LightItalic';
    font-size:18px;
    line-height: 20px;
}
.news__main-left{
    display: flex;
    width:50px;
    height:50px;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}
.news__main-right{
    display:flex;
    width:50px;
    height:50px;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(180deg);
}

.news__main-btnHold img{
    width:110%;
    
}


.news__list{
    width:50%;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all .2s ease-out;
    height:650px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.news__item{

    display: flex;
    gap:20px;
    padding:10px;
    

    
}
.news__item-img{
    width:20%;

    
}
.news__item-link{
    color:var(--color--fas-blue);
    text-decoration: none;
    font-family: 'StabilGrotesk-bold';
    font-size:24px;
    line-height: 26px;
}

.news__item-title{
    margin:0px;
    font-size: 1.5rem;
    color: var(--color--fas-blue);
}
.news__item-date{
    margin:0px;
    font-size: 1.2rem;
    font-family: 'StabilGrotesk-bold';
    font-size:16px;
    line-height: 19px;
}
.news__item-pub{
    margin:0px;
    font-size: 1.2rem;
    font-family: 'StabilGrotesk-LightItalic';
    font-size:16px;
    line-height: 19px;
}
.news__item-aut{
    margin:0px;
    font-size: 1rem;
    font-family: 'StabilGrotesk-regular';
    font-size:16px;
    line-height: 19px;
}
.news__item-collect{
    display:flex;
    flex-direction: column;
    width:75%
}

.usecase__text{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width:100%;
    font-family: 'StabilGrotesk-regular';
    color:#6b6b6d;
    margin:10px;
}

.usecase__title{
    color:var(--color--fas-blue);
    font-family: 'StabilGrotesk-bold';
    margin:10px;
}

@media (max-width: 1200px) {
    .news__item-title{
        font-size:18px;
    }
    .news__item-title a{
        line-height: 16px;
        font-size:18px;
    }
    .news__main-title a{
        font-size: 18px;
        line-height: 10px;
    }
    
}


@media (max-width: 850px) {
    .news__item-title a{
        line-height: 10px;
        font-size:14px;
    }
    .news__item-pub{
        font-size: 14px;
    }
    .news__item-aut{
        font-size: 14px;
    }
    .news__item-date{
        font-size: 14px;
    }
    .news__item-img{
        justify-self: center;
        align-self: center;
        width:80px;
        height:80px;
    }

}
@media (max-width: 800px) {
    .news__main{
        width:100%;
    }
    .news__list{
        width: 100%;
        height:auto;
        overflow-y: auto;
    }
    .news__combine{
        flex-direction: column;
        margin:0px;
    }
    .news__item-title a{
        line-height: 10px;
        font-size:14px;
    }
    
    
}
