.service_news {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    border-radius: 16px;
    transition: 0.4s ease;
    box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    min-height: 433px;
}

.service_news_height_260 {
    height:310px
}

.service_news2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    border-radius: 16px;
    transition: 0.4s ease;
    box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    height: 260px;
}

.service_news_div {
    width: 100%;
    text-align: center;
}

.service_news_div_img {
    width: 100%;
    text-align: center;
}

.service_news_img {
    display: inline;
    height: 40px;
    width: 40px;
}

.service_news_img2 {
    display: inline;
    height: 100px;
    width: 100px;
}


.service_news_font {
    font-weight: 700;
    font-size: 20px;
}


.section {
    position: relative;
    padding: 50px 0;
    
}

.section__title {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    line-height: 130%;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.section__text {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.section__text:last-child {
    margin-bottom: 0;
}

.service__title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service__text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #707070;
}

@media (min-width: 768px) {

    

    .section {
        padding: 60px 0;
    }

    .section__title {
        font-size: 36px;
    }
    
    .section__text {
        font-size: 17px;
        line-height: 28px;
    }

    .section__text:last-child {
        margin-bottom: 10px;
    }

    .service__title {
        margin-top: 30px;
    }
    
}

@media (min-width: 1200px) {

    .service_news2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        background-color: #fff;
        margin-top: 30px;
        position: relative;
        border-radius: 16px;
        transition: 0.4s ease;
        box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 100%;
        height: 260px;
    }

    .section {
        padding: 80px 0;
    }

    .section__title {
        font-size: 38px;
    }
    
}


.display_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

