@media screen and (min-width: 1024px) {
    #industrial_offer {
        width: 90%;
        margin-top: 6%;
        margin-right: auto;
        margin-left: auto;
        background-color: rgb(254, 254, 254);
    }

    #industrial_offer h2 {
        margin-bottom: 1.5%;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 210%;
        text-align: center;
    }

    .industrial_category {
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 2%;
        margin-bottom: 10%;
    }

    .industrial_images {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        display: wrap;
    }

    .industrial_category img {
        width: 17%;
        height: 17%;
        border-radius: 20px;
        border-width: 2px;
        border-color: rgb(248, 248, 248);
        border-style: solid;
    }

    .industrial_category p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: rgb(10, 10, 10);
        font-family: "Inter", sans-serif;
        font-size: 120%;
        font-weight: 400;
        background-color: rgb(247, 247, 247);
        padding: 2%;
        border-radius: 20px;
        border-width: 4px;
        border-color: rgb(243, 243, 243);
        border-style: solid;
    }

    .links_to_catalog {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
    }

    .links_to_catalog .link_desktop {
        color: rgb(0, 99, 8);
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: 125%;
        font-weight: 500;
        text-align: center;
    }

    .links_to_catalog .link_desktop:hover {
        scale: 101%;
        color: rgb(1, 143, 12);
    }

    .links_to_catalog .link_mobile {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    #industrial_offer {
        width: 90%;
        margin-top: 25%;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
        align-items: center;
    }

    #industrial_offer h2 {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 160%;
        text-align: center;
    }

    .industrial_category {
        width: 95%;
        margin-bottom: 33%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 2%;
    }

    .industrial_images {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        display: wrap;
    }

    .industrial_category img {
        width: 40%;
        height: 40%;
        border-radius: 20px;
        border-width: 6px;
        border-color: rgb(248, 248, 248);
        border-style: solid;
    }

    .industrial_category p {
        margin-left: 0;
        margin-right: 0;
        font-family: "Inter", sans-serif;
        font-size: 110%;
        font-weight: 400;
        text-align: left;
        color: rgb(20, 20, 20);
        background-color: rgb(247, 247, 247);
        padding: 8%;
        border-radius: 20px;
        border-width: 8px;
        border-color: rgb(243, 243, 243);
        border-style: solid;
    }

    .links_to_catalog {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
    }

    .links_to_catalog .link_mobile {
        color: rgb(0, 99, 8);
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 400;
        text-align: center;
    }

    .links_to_catalog .link_desktop {
        display: none;
    }
}