﻿.news1 .descparag {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    align-items: center;
    min-height: 50vh;
    padding: 20px 50px;
    font-size: 1.5rem;
    margin: 30px 7vw;
    line-height: 3em;
    color: #767790;
}
.news1 .card-4 {
    -webkit-box-shadow: 0px 0px 3px 1px #0000001a;
    -ms-box-shadow: 0px 0px 3px 1px #0000001a;
    box-shadow: 0px 0px 3px 1px #0000001a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.news1 .newscontent h3 {
    color: #4f772e;
}

.news1 .newspic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}