.news_main {
    margin-top: 3%;
}

.news_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.news_box {
    justify-content: flex-start !important;
    align-items: center;
    border-top: 1px solid rgba(217, 217, 217, 0.6);
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
    padding: 15px 0;
}

.news_date {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-right: 50px;
}

.news_share {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    align-items: center;
}

.news_share img {
    max-width: 200px;
    margin-left: 20px;
}

.news_details {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}
.news_details a{
    color: var(--dominant-color);
    font-weight:bold
}
.news_details a:hover{
    text-decoration:underline
}
.news_details p {
    margin-bottom: 20px;
}

.news_details .news_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 44%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.news_details .news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.news_details .news_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.click_btn {
    position: relative;
    width: 100%;
    margin-top: 15px;
    justify-content: space-between !important;
    align-items: center;
    padding: 15px 0;
}

.click_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #E9E9EB;
}

.click_btn .colo_btn a {
    display: flex;
    align-items: center;
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 4px;
}


.prev_btn .colo_btn {
    border-radius: 4px 4px 4px 4px;
}



.next_btn .colo_btn {
    border-radius: 4px 4px 4px 4px;
}


.prev_btn .con,
.prev_btn .con a,
.prev_btn .con span,
.next_btn .con,
.next_btn .con a,
.next_btn .con span {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.prev_btn,
.next_btn {
    display: flex;
    align-items: center;
}


.prev_btn .con a:hover,
.next_btn .con a:hover {
    color: var(--dominant-color);
}
.a2a_kit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
}
.news_share{
    width: 50% !important;
    justify-content: flex-start !important;
}
@media (max-width:950px) {
    .main {
        width: 100% !important;
    }

    .news_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .news_date {
        margin-bottom: 30px;
    }
    .news_share a{
        margin-right: 15px !important;
    }
    .news_share,
    .news_next .tit {
        width: 100% !important;

    }

    .news_share {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .news_share .a2a_kit {
        display: flex;
        justify-content: flex-start;
        margin-left: 15px;
    }

    .click_btn::after {
        display: none !important;
    }

    .click_btn {
        flex-direction: column;
        align-items: flex-start;
    }

    .prev_btn,
    .next_btn {
        width: 100%;
    }

    .prev_btn .con,
    .prev_btn .con a,
    .prev_btn .con span,
    .next_btn .con,
    .next_btn .con a,
    .next_btn .con span {
        line-height: 1.5;
    }
    .next_btn .colo_btn{
        width: 115px !important;
    }
    .next_btn .con{
        width: calc(100% - 130px) !important;
    }
}