.news_section{
    padding: 100px 0;
}
.faq{
    padding-top: 100px;
}
.news_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 27px;
    flex-wrap: wrap;
}
.news{
    width: calc(100% / 2 - 27px / 2);
    height: 311px;
    border-radius: 20px;
    background: #F55F89;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.news_title{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.news_txt{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: 0.48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 103.63px;
}
.news_date{
    color: #D1D1D1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: 0.36px;
}
.default{
    padding: 50px 0;
    margin-bottom: 100px;
}
.default__title{
    margin-bottom: 50px;
}
.default_img{
    width: 500px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}
.deafault_txt{
    font-size: 20px;
}
.null{
    clear: both;
}
.header_logo{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: 0.48px;
}
.logo_and_number .header__phone{
    display: none;
}
.logo_and_number{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}
@media screen and (max-width: 920px){
    .default_img{
        width: 100%;
        margin-right: 0;
    }
    .default{
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .default__title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 730px){
    .logo_and_number .header__phone{
        display: block;
        font-size: 18px;
    }
    .header_logo{
        font-size: 17px;
    }
}
@media screen and (max-width: 620px){
    .news{
        width: 100%;
    }

}