.popular-cat {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.popular-cat .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;
}

.popular-cat .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);
}

.popular-cat .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);
}

.popular-cat .title-area .button-go {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 40px;
    background-color: #BB9255;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
}

.popular-cat .title-area .button-go:hover {
    background-color: #000000;
}

.popular-cat .items-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.popular-cat .items-area .item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(25% - 15px);
}

.popular-cat .items-area .item .img-area {
    width: 100%;
    height: 400px;
}

.popular-cat .items-area .item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-cat .items-area .item .title-item {
    font-size: 20px;
    font-weight: 800;
}

.popular-cat .items-area .item .text {
    font-size: 14px;
    font-weight: 300;
}

.popular-cat .items-area .item .button {
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: auto;
}

.popular-cat .items-area .item .button:hover {
    background-color: #BB9255;
}

.popular-cat>.img-area {
    width: 100%;
    height: 825px;
}

.popular-cat>.img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 950px) {
    .popular-cat .items-area .item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .popular-cat .title-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .popular-cat .title-area .title-section {
        line-height: 120%;
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .popular-cat>.img-area {
        height: 408px;
    }
}

@media (max-width: 555px) {
    .popular-cat .items-area .item .img-area {
        height: 225px;
    }

    .popular-cat .items-area .item .title-item {
        font-size: 16px;
    }

    .popular-cat .items-area .item .button {
        width: 100%;
    }

    .popular-cat .items-area .item {
        text-align: center;
    }
}

@media (max-width: 360px) {
    .popular-cat .items-area .item {
        width: 100%;
    }
}


.services {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.services .wrapper_title {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.services .wrapper_title .title-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 0 0;
    margin-left: auto;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    color: #414243;
    gap: 25px;
    padding-right: 50px;
}

.services .wrapper_title .title-area .title-section {
    color: #414243;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 8px;
    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);
}

.services .wrapper_title .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);
}

.services .wrapper_title .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;
}

.services .wrapper_title .title-area .button-go:hover {
    background-color: #000000;
}

.services .wrapper_title .text_title {
    font: 300 20px/1.2 'Montserrat', sans-serif;
    color: #414243;
    padding-top: 25px;
}

.services .items_area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.services .items_area .item {
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 7px);
    min-height: 280px;
    overflow: hidden;
    position: relative;
    padding: 12px;
}

.services .items_area .item .img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.services .items_area .item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .items_area .item .text-area {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    background: rgba(225, 255, 255, 0.58);
    position: relative;
    width: 85%;
}

.services .items_area .item .text-area .title-item {
    font: 800 20px/1.2 'Montserrat', sans-serif;
    color: #000000;
}

.services .items_area .item .text-area .text-item {
    font: 500 12px/1.2 'Montserrat', sans-serif;
    color: #000000;
}

@media (max-width: 970px) {
    .services .wrapper_title {
        flex-direction: column;
    }

    .services .items_area .item {
        width: calc(50% - 10px);
        padding: 0;
    }

    .services .items_area .item .text-area {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .services .items_area {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .services .items_area::-webkit-scrollbar {
        display: none;
    }

    .services .items_area .item {
        width: 287px;
        min-width: 287px;
    }

    .services .items_area .item .text-area .title-item {
        font: 800 16px/1.2 'Montserrat', sans-serif;
    }

    .services .items_area .item .text-area .text-item {
        font: 500 10px/1.2 'Montserrat', sans-serif;
    }
}

@media (max-width: 600px) {
    .services .wrapper_title {
        gap: 20px;
    }

    .services .wrapper_title .title-area {
        font-size: 25px;
        text-align: center;
        padding-right: 0;
        align-items: center;
    }

    .services .wrapper_title .title-area .title-section {
        line-height: 1.3;
    }

    .services .wrapper_title .text_title {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .services .wrapper_title .title-area .title-section {
        font-size: 23px;
    }
}