.page-wrapper{
    width: 100%;
    max-width: 778px;
    padding: 0 14px;
}
.page-article{
    padding-top: 60px;
}
.article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #222422;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.article .top-area{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article .top-area .title-page{
    color: #222422;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}
.article .top-area .date-area{
    color: #B3B3B3;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.article .img-area{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1042px;
    padding: 0 14px;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
}
.article .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}
.article .tags-area{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 15px;
    padding: 20px 30px;
    flex-wrap: wrap;
}
.article .tags-area .tag{
    border-radius: 100px;
    background: #FFF;
    color: #222422;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.article .article-text-area{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.article ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.article ul li {
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.article ul li::before {
    content: '';
    display: flex;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
}
@media (max-width: 555px) {
    .article .top-area .title-page {
        font-size: 32px;
    }
    .article .top-area .date-area {
        font-size: 14px;
    }
    .article .img-area {
        height: 224px;
    }
    .article .tags-area .tag {
        font-size: 10px;
    }
    .article {
        font-size: 14px;
    }
    .article h2 {
        font-size: 24px;
    }
    .page-article {
        padding-top: 24px;
    }
}


.news-events {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-events .news-events-items {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.news-events .news-events-items::-webkit-scrollbar {
    display: none;
}

.news-events .news-events-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-events .news-events-items .item {
    display: flex;
    width: 424px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: #F0F0F0;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.news-events .news-events-items .item .img-area {
    position: relative;
    width: 100%;
    height: 262px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.news-events .news-events-items .item .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.news-events .news-events-items .item .cat-area {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222422;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 100px;
    background: #FFF;
}

.news-events .news-events-items .item .text-area {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 12px;
}

.news-events .news-events-items .item .text-area .date-area {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 500;
}

.news-events .news-events-items .item .text-area .title-item {
    color: #222422;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.news-events .news-events-items .item .text-area .text {
    color: #222422;
    font-size: 14px;
    line-height: 140%;
}

.news-events .news-events-items .item .text-area .more {
    margin-top: 5px;
    color: #007444;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    transition: color 0.7s;
}
.news-events .news-events-items .item .text-area .more:hover {
    color: #18271D
}

.news-events .news-events-items .item .text-area .more::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.92712 5.07312L7.84334 6.99478L9.75956 8.91644L5.92712 12.7598' stroke='%23007444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 700px) {
    .news-events .news-events-items .item {
        width: 330px;
        padding-bottom: 20px;
        gap: 10px;
    }
}

@media (max-width: 350px) {
    .news-events .news-events-items .item {
        width: 300px;
    }
}

.feedbackform2 {
    display: flex;
}

.feedbackform2 .wrapper-form {
    display: flex;
    border-radius: 16px;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 60px;
    background: #007444;
}

.feedbackform2 .wrapper-form .text-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 500px;
}

.feedbackform2 .wrapper-form .text-area .title {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

.feedbackform2 .wrapper-form .text-area .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.feedbackform2 .wrapper-form .form-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    gap: 16px;
}

@media (max-width: 950px) {
    .feedbackform2 .wrapper-form {
        padding: 24px;
    }

    .feedbackform2 .wrapper-form .text-area .title {
        font-size: 32px;
    }

    .feedbackform2 .wrapper-form .text-area .text {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .feedbackform2 .wrapper-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}