.application_details_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    margin: 30px 0 15px;
}
.application_details_main {
    font-family: Lato-Light ;
    font-weight: 300;
    font-size: 19px;
    color: #666666;
    line-height: 2;
}
.application_details_main *{
    font-family: Lato-Light !important;
}

.application_details_img {
    padding-bottom: 46.5%;
}
.news_details_btns {
    margin-top: 30px;
}
.news_details_btn {
    margin-top: 10px;
}
.news_details_btn,
.news_details_btn a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.news_details_btn a:hover {
    color: #F45B0B;
}
.news_details_btn1 {
    min-width: 106px;
    height: 30px;
    background: #EAEAEA;
    border-radius: 2px;
    padding: 0 10px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 15px;
    justify-content: center;
}
.news_details_btn1_prev::before {
    content: '';
    display: inline-block;
    width: 8px;
    margin-right: 10px;
    height: 11px;
    background: url('img/news_details_left.png') no-repeat;
    background-size: 100% 100%;
}
.news_details_btn1:hover {
    background: #F45B0B;
    color: #FFFFFF !important;
}
.news_details_btn1_prev:hover::before {
    background: url('img/news_details_left2.png') no-repeat;
    background-size: 100% 100%;
}
.news_details_btn1_next::before {
    content: '';
    display: inline-block;
    width: 8px;
    margin-right: 10px;
    height: 11px;
    background: url('img/news_details_right.png') no-repeat;
    background-size: 100% 100%;
}
.news_details_btn1_next:hover::before {
    background: url('img/news_details_right2.png') no-repeat;
    background-size: 100% 100%;
}
@media only screen and (max-width: 950px) {
    .application_details_main{
        font-size: 16px;
    }
}