@media only screen and (max-width: 600px) {
    .w_category {
        margin-top: 136px;
        padding: 0 36px;
    }
    .w_category_title {
        font-size: 16pt;
        color: #000;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .w_category_container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .w_category_container_position {
        width: 44%;
    }
    .w_category_container_position img {
        border-radius: 2px;
        width: 100%;
    }
    .w_category_container_position p {
        font-size: 12pt;
        margin-top: 8px;
        color: #000;
        font-weight: bold;
        line-height: 32px;
    }
}

@media only screen and (min-width: 600px) {
    .w_category {
        margin-top: 136px;
        padding: 0 36px;
    }
    .w_category_title {
        font-size: 16pt;
        color: #000;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .w_category_container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .w_category_container_position {
        width: 45%;
    }
    .w_category_container_position img {
        border-radius: 2px;
        width: 100%;
    }
    .w_category_container_position p {
        font-size: 12pt;
        margin-top: 8px;
        color: #000;
        font-weight: bold;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) {
    .w_category {
        margin-top: 136px;
        padding: 0 36px;
    }
    .w_category_title {
        font-size: 16pt;
        color: #000;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .w_category_container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .w_category_container_position {
        width: 45%;
    }
    .w_category_container_position img {
        border-radius: 2px;
        width: 100%;
    }
    .w_category_container_position p {
        font-size: 12pt;
        margin-top: 8px;
        color: #000;
        font-weight: bold;
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .w_category {
        margin-top: 136px;
        padding: 0px 0px !important;
    }
    .w_category_title {
        font-size: 24px;
        color: #000;
        line-height: 29px;
        font-weight: bold;
        margin-bottom: 34px;
    }
    .w_category_container {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .w_category_container_position {
        width: 22.65%;
    }
    .w_category_container_position img {
        border-radius: 2px;
    }
    .w_category_container_position p {
        font-size: 16px;
        margin-top: 16px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1200px) {
    .w_category {
        margin-top: 136px;
        padding: 0px 0px !important;
    }
    .w_category_title {
        font-size: 24px;
        color: #000;
        line-height: 29px;
        font-weight: bold;
        margin-bottom: 34px;
    }
    .w_category_container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .w_category_container_position {
        width: 23%;
    }
    .w_category_container_position img {
        border-radius: 2px;
    }
    .w_category_container_position p {
        font-size: 16px;
        margin-top: 16px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1500px) {
    .w_category {
        margin-top: 136px;
        padding: 0px 0px !important;
    }
    .w_category_title {
        font-size: 24px;
        color: #000;
        line-height: 29px;
        font-weight: bold;
        margin-bottom: 34px;
    }
    .w_category_container {
        display: flex;
        flex-wrap: wrap;
        gap: 61px;
    }
    .w_category_container_position {
        width: 21.81%;
    }
    .w_category_container_position img {
        border-radius: 2px;
    }
    .w_category_container_position p {
        font-size: 16px;
        margin-top: 16px;
        color: #000;
        font-weight: bold;
    }
}