/*about company*/
.about-company{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 61%;
}

.about-company .ac-container{
    padding: 90px 0;
    background: #000000d1;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    gap: 40px;
}

.about-company .ac-title{
    font-family: "Verdana";
    font-weight: normal;
    font-size: 20px !important;
    color: #e3a54f;
    line-height: normal;
}

.about-company .ac-description{
    max-width: 600px;
}

.about-company .ac-description p{
    text-align: center;
    font-size: 16px;
}

.about-company .ac-action a{
    font-family: "Verdana";
    font-weight: normal;
    font-size: 16px ;
    color: #e3a54f;
    line-height: normal;
}
/*about company*/
/* news */
.news .body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
    padding-right: 3rem;
}

.news .body .categ {
    margin-bottom: 1rem;
}
.news .body .categ span {
    font-family: "Verdana-bold";
    font-weight: normal;
    font-size: 14px ;
    color: #e3a54f;
    line-height: normal;
}
.news .body .title {
    margin-bottom: 1.5rem;
}
.news .body .title h3 {
    font-family: "Verdana-bold";
    font-size: 16px ;
    color: #000;
    line-height: normal;
}

.news .body .summary {
    margin-bottom: 2rem;
}
.news .body .summary p {
    font-family: "Verdana";
    font-size: 16px ;
    color: #000;
    line-height: normal;
}

.news .body .action a {
    font-family: "Verdana-bold";
    font-size: 16px ;
    color: #e3a54f;
    line-height: normal;
}
.news .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41vw;
}

.news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
    column-gap: 0;
}

.normal_news{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
    column-gap: 0;
}
.normal_news .news{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41vw;
}

.normal_news .news .body{
    display: flex;
    justify-content: center;
    background: #000000d1;
    height: 100%;
}

.normal_news .news .body .title h3 , .normal_news .news .body .summary p{
    color: #fff;
}

