.article {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #FAFAFA;
    width: 100%;
    max-width: 1352px;
    margin: auto;
    padding: 50px 0;
}
.article .title_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 46px;
}
.article .title_area .title_article {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font: 700 40px/1.2 'Montserrat', sans-serif;
    color: #333;
}
.article .title_area .date_author {
    display: flex;
    gap: 10px;
    font: 600 20px/1.2 'Montserrat', sans-serif;
    color: #BB9255;
    flex-wrap: wrap;
}
.article .img_area {
    width: 100%;
    height: 520px;
    position: relative;
}
.article .img_area .img {
    width: 100%;
    height: 100%;
}
.article .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article .cat_area {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 2;
    flex-wrap: wrap;
}
.article .cat_area .cat {
    display: flex;
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 100px;
    font: 500 16px/1.2 'Montserrat', sans-serif;
    color: #222422;
}
.article .text_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 45px;
}
.article .text_area h2,
.article .text_area h3 {
    font: 700 32px/1.2 'Montserrat', sans-serif;
    color: #000000;
}
.article .text_area p {
    font: 400 20px/1.2 'Montserrat', sans-serif;
    color: #000000;
}
.article .text_area img {
    width: 100%;
    max-width: 904px;
    height: 610px;
    object-fit: cover;
    margin: auto;
}
.article .text_area ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article .text_area ul li {
    display: flex;
    align-items: center;
    font: 400 16px/1.2 'Montserrat', sans-serif;
    color: #222422;
}
.article .text_area ul li::before {
    content: '';
    display: flex;
    width: 2px;
    height: 2px;
    margin: 0 5px;
    background-color: #222422;
}
@media (max-width: 600px) {
    .article .text_area h2,
    .article .text_area h3 {
        font: 700 28px/1.2 'Montserrat', sans-serif;
    }
    .article .text_area {
        padding: 0 16px;
        text-align: center;
        align-items: center;
    }
    .article .text_area ul {
        text-align: center;
        justify-content: center;
        align-items: center;
        max-width: max-content;
    }
    .article .text_area ul li {
        text-align: center;
        justify-content: center;
        max-width: max-content;
    }
    .article .text_area ul li::before {
        display: none;
    }
    .article .title_area .title_article {
        font: 700 29px/1.2 'Montserrat', sans-serif;
    }
    .article .title_area {
        padding: 0 16px;
    }
}

.faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 45px;
}
.faq .title-area {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 59px;
    margin-left: auto;
    position: relative;
    font-size: 38px;
    text-transform: uppercase;
    color: #414243;
    gap: 20px;
}
.faq .title-area .title-section {
    color: #414243;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 90%;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.faq .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.faq .items {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 40px;
}
.faq .items .item {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 48px;
    border-bottom: 2px solid #BB9255;
    gap: 32px;
}
.faq .items .item .top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222422;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    gap: 110px;
    cursor: pointer;
}
.faq .items .item .top-area .icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M30 55C43.75 55 55 43.75 55 30C55 16.25 43.75 5 30 5C16.25 5 5 16.25 5 30C5 43.75 16.25 55 30 55Z' fill='%23BB9255'/%3E%3Cpath d='M20 30H40' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 40V20' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.faq .items .item.active .top-area .icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M30 55C43.75 55 55 43.75 55 30C55 16.25 43.75 5 30 5C16.25 5 5 16.25 5 30C5 43.75 16.25 55 30 55Z' fill='%23222422'/%3E%3Cpath d='M20 30H40' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.faq .items .item .text {
    color: #222422;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    display: none;
    flex-direction: column;
    transition: all 0.3s ease;
}
.faq .items .item.active .text {
    display: flex;
}
@media (max-width: 1000px) {
    .faq .items {
        gap: 32px;
    }
    .faq .items .item {
        padding-bottom: 32px;
        border-bottom: 1px solid #F0F0F0;
        gap: 24px;
    }
    .faq .items .item .top-area {
        font-size: 20px;
        gap: 15px;
    }
    .faq .items .item .top-area .icon {
        width: 32px;
        height: 32px;
    }
    .faq .items .item .text {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .faq .title-area {
        font-size: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px 0;
    }
    .faq .title-area .title-section {
        line-height: 1.3;
    }
}

.blog_2 {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.blog_2 .title-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #414243;
    gap: 20px;
}
.blog_2 .title-area .title-section {
    color: #414243;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 90%;
    position: relative;
    text-shadow:
        6px 0 #F1F0EF,
        -6px 0 #F1F0EF,
        0 6px #F1F0EF,
        0 -6px #F1F0EF,
        6px 6px #F1F0EF,
        -6px -6px #F1F0EF,
        -6px 6px #F1F0EF,
        6px -6px #F1F0EF,
        0px 8px 8px rgba(0, 0, 0, 0.25);
}
.blog_2 .title-area::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #BB9255;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog_2 .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    min-width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}
.blog_2 .title-area .button-go:hover {
    background-color: #000000;
}
.blog_2 .items-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.blog_2 .articles_area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.blog_2 .articles_area .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(33% - 11px);
}
.blog_2 .articles_area .item .img_area {
    width: 100%;
    height: 269px;
}
.blog_2 .articles_area .item .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_2 .articles_area .item .title_item {
    font: 800 20px/1.4 'Montserrat', sans-serif;
    color: #000000;
}
.blog_2 .articles_area .item .text_item {
    font: 300 14px/1.4 'Montserrat', sans-serif;
    color: #000000;
}
.blog_2 .articles_area .item .button_url {
    font: 600 16px/1.4 'Montserrat', sans-serif;
    color: #BB9255;
    text-decoration: underline;
}
.blog_2 .articles_area .item .button_url:hover {
    color: #000000;
}
@media (max-width: 950px) {
    .blog_2 .articles_area .item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .blog_2 .title-area {
        flex-direction: column;
        align-items: center;

    }
    .blog_2 .title-area .title-section {
        line-height: 120%;
        font-size: 30px;
        text-align: center;
    }
}
@media (max-width: 555px) {
    .blog_2 .articles_area .item {
        width: 100%;
    }
}
@media (max-width: 490px) {
    .blog_2 .articles_area .item {
        align-items: center;
    }
    .blog_2 .articles_area .item .title_item {
        font-size: 18px;
        text-align: center;
    }
    .blog_2 .articles_area .item .text_item {
        text-align: center;
    }
}