@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
      opacity: 0.9;
      scale: 100%;
    }
    to {
      opacity: 1;
      scale: 105%;
    }
}

body, html {
    background-color: #FFFFFF;
    margin: 0;
}

#content {
    display: block;
    animation: fadeIn 0.4s ease-in forwards;
}

#menu {
    display: none;
}

#topbar {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: fit-content;
    top: 0;
    position: fixed;
    z-index: 1000;
    background-color: #FFFFFF;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-style: solid;
    border-bottom-width: 4px;
}

#topbar_content {
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    height: fit-content;
    display: flex;
}

.logo {
    width: 50%;
    height: fit-content;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    #topbar_content {
        margin-top: 6%;
        margin-bottom: 6%;
    }

    .logo {
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .logo a img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    #topbar_content {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .logo a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .logo a img {
        width: 30%;
        height: auto;
    }
}

@media screen and (max-width: 1022px) {
    #nav_links {
        display: none;
    }
}

@media screen and (min-width: 1023px) {
    #nav_links {
        width: 60%;
        text-align: right;
        font-size: 20px;
        display: flex;
        justify-content: end;
        align-items: center;
    }
}

@media screen and (min-width: 1440px) {
    #nav_links {
        width: 50%;
        text-align: right;
        font-size: 150%;
        display: flex;
        justify-content: end;
        align-items: center;
    }
}

#nav_links a {
    height: fit-content;
    color: rgba(0, 0, 0, 0.856);
    font-family: "Inter", sans-serif;
    font-weight: 440;
    margin-left: 30px;
    text-decoration: none;
}

#nav_links a:hover {
    color: rgb(121, 134, 148);
}

#burger_menu {
    width: 50%;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#burger_menu img {
    width: 19%;
    height: 90%;
    padding-left: 70%;
}

@media screen and (min-width: 1024px) {
    #burger_menu {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    #baner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.30);
        background-image: url('../img/hero_banners/baner-podstrony-o-nas-mobilny.webp?v=2');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        width: 95%;
        height: auto;
        padding-bottom: 140%;
        border-radius: 25px;
    }

    #type_of_products {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #type_of_products h1 {
        color: #ebebeb;
        font-family: "Inter", sans-serif;
        font-size: 165%;
        font-weight: 500;
        text-align: center;
    }

    #breadcrumbs {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15%;
        text-align: center;
    }

    .breadcrumbs_info {
        color: black;
        font-family: "Inter", sans-serif;
        font-size: 85%;
        font-weight: 500;
    }

    #breadcrumbs_data {
        color: black;
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 400;
        text-decoration: underline;
    }

    #about {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }

    #about_texts {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
        background-color: rgb(247, 247, 247);
        border-radius: 15px;
        border-width: 5px;
        border-color: rgb(238, 238, 238);
        border-style: solid;
    }

    #about_texts h2 {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 110%;
        font-weight: 400;
        margin-bottom: 3%;
    }

    #about_texts h3 {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 140%;
        font-weight: 520;
        margin-top: 0;
        margin-bottom: 2%;
    }

    #about_texts p {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 95%;
        margin-top: 7%;
    }

    #about_texts a {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 430;
        margin-bottom: 2%;
        text-decoration: none;
    }

    #about_image {
        width: 99%;
        margin-top: -2%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3%;
        padding-bottom: 3%;
        text-align: center;
        background-color: rgb(255, 255, 255);
        border-radius: 15px;
        border-width: 5px;
        border-color: rgb(238, 238, 238);
        border-style: solid;
    }

    #about_image img {
        width: 29%;
        height: auto;
        border-width: 2px;
        border-color: rgb(238, 238, 238);
        border-style: solid;
    }
}

@media screen and (min-width: 1024px) {
    #baner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5.5%;
        margin-bottom: 1%;
        background-color: rgba(255, 255, 255, 0.30);
        background-image: url('../img/hero_banners/baner-podstrony-o-nas.webp?v=2');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 98%;
        height: auto;
        padding-bottom: 28%;
        border-radius: 25px;
    }

    #type_of_products {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #type_of_products h1 {
        color: #ffffff;
        font-family: "Inter", sans-serif;
        font-size: 250%;
        font-weight: 500;
        text-align: center;
    }

    #breadcrumbs {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .breadcrumbs_info {
        color: black;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 500;
        padding-right: 10px;
    }

    #breadcrumbs_data {
        color: black;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

    #about {
        width: 100%;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2%
    }

    #about_texts {
        width: 40%;
        padding: 1%;
        background-color: rgb(247, 247, 247);
        border-radius: 15px;
        border-width: 5px;
        border-color: rgb(238, 238, 238);
        border-style: solid;
    }

    #about_texts h2 {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 120%;
        font-weight: 500;
        margin-bottom: 1%;
    }

    #about_texts h3 {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 160%;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 2%;
    }

    #about_texts p {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 100%;
        margin-top: 1%;
    }

    #about_texts a {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 500;
        margin-bottom: 2%;
        text-decoration: none;
    }

    #about_image {
        width: 35%;
        display: flex;
        justify-content: end;
        gap: 1%;
    }

    #about_image img {
        width: 32%;
        height: auto;
        border-radius: 15px;
        border-width: 5px;
        border-color: rgb(238, 238, 238);
        border-style: solid;
    }
}

@media screen and (min-width: 1024px) {
    #characteristic {
        background-color: rgb(255, 255, 255);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
    }

    #characteristic h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 220%;
        font-weight: 500;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #socialmedia {
        background-color: rgb(255, 255, 255);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
    }

    #socialmedia h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 220%;
        font-weight: 500;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #description {
        background-color: rgba(223, 223, 223, 0.233);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        text-align: center;
        border-radius: 20px;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
    }

    #description h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 220%;
        font-weight: 500;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #description p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-family: "Inter", sans-serif;
        font-size: 22px;
        font-weight: 300;
    }

    #description p:nth-child(5) {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1023px) {
    #characteristic {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    #characteristic h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 155%;
        font-weight: 500;
        padding-top: 80px;
        padding-bottom: 30px;
        text-align: center;
    }

    #socialmedia {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 20%;
        text-align: center;
    }

    #socialmedia h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 155%;
        font-weight: 500;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    #description {
        background-color: rgba(223, 223, 223, 0.233);
        width: 100%;
        margin-top: 300px;
        margin-bottom: 330px;
        text-align: center;
    }

    #description h2  {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 340%;
        font-weight: 500;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    #description p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-family: "Inter", sans-serif;
        font-size: 53px;
        font-weight: 300;
    }

    #description p:nth-child(5) {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1024px) {
    #characteristic_items {
        width: 80%;
        display: flex;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        gap: 10%;
    }

    #characteristic_items .characteristic_item {
        width: 30%;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
    }

    #characteristic_items .characteristic_item:hover {
        width: 30%;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        animation: fadeIn2 0.25s ease-in forwards;
    }

    #socialmedia_items {
        width: 80%;
        display: flex;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        gap: 1%;
    }

    #socialmedia_items .socialmedia_item {
        width: 33%;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        border-radius: 20px;
    }

    .socialmedia_item:first-child {
        background-image: url("../img/profil-facebook-firmy-masno-system.webp?v=2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .socialmedia_item:nth-child(2) {
        background-image: url("../img/profil-instagram-firmy-masno-system.webp?v=2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .socialmedia_item:nth-child(3) {
        background-image: url("../img/profil-linkedin-firmy-masno-system.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .characteristic_item h3 {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 20px;
    }
    
    .characteristic_item p {
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 18px;
    }
    
    .characteristic_item img {
        margin-left: auto;
        margin-right: auto;
        width: 14%;
        height: auto;
        background-color: rgb(245, 245, 245);
        padding: 9%;
        border-radius: 30%;
        border-width: 5px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
    }

    .socialmedia_item img {
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        height: auto;
        background-color: rgba(175, 175, 175, 0.425);
        box-shadow: 2px 2px 20px rgba(175, 175, 175, 0.5);
        padding: 1%;
        border-radius: 25%;
    }
} 

@media screen and (max-width: 1023px) {
    #characteristic_items {
        width: 80%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #characteristic_items .characteristic_item {
        width: 100%;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        margin-bottom: 25%;
    }

    #socialmedia_items {
        width: 90%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #socialmedia_items .socialmedia_item {
        width: 100%;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        margin-bottom: 10%;
        border-radius: 30px;
    }

    .socialmedia_item:first-child {
        background-image: url("../img/profil-facebook-firmy-masno-system.webp?v=2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .socialmedia_item:nth-child(2) {
        background-image: url("../img/profil-instagram-firmy-masno-system.webp?v=2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .socialmedia_item:nth-child(3) {
        background-image: url("../img/profil-linkedin-firmy-masno-system.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .characteristic_item h3 {
        text-align: left;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 105%;
    }
    
    .characteristic_item p {
        text-align: left;
        color: rgb(0, 0, 0);
        font-family: "Inter", sans-serif;
        font-size: 100%;
    }
    
    .characteristic_item img {
        margin-left: auto;
        margin-right: auto;
        width: 16%;
        height: auto;
        background-color: rgb(245, 245, 245);
        padding: 10%;
        border-radius: 20%;
        border-width: 5px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
    }

    .socialmedia_item img {
        margin-top: 4%;
        margin-bottom: 4%;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        height: auto;
        background-color: rgba(175, 175, 175, 0.425);
        padding: 1%;
        border-radius: 20px;
    }
}

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

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

    #order_items {
        width: 80%;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        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;
        gap: 2%;
        margin-bottom: 10%;
    }

    .order_image {
        width: 30%;
    }

    .order_image img {
        width: 90%;
        height: auto;
        border-radius: 20px;
    }

    .order_text{
        width: 70%;
        text-align: left;
    }

    #order_items p {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.0em;
    }

    ol {
        list-style-position: inside;
    }

    ol li {
        margin-bottom: 1.0em;
    }

    ol li::marker {
        font-weight: bold;
    }
}

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

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

    #order_items {
        width: 95%;
        margin-bottom: 10%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 400;
        color: rgb(20, 20, 20);
        background-color: rgb(247, 247, 247);
        border-radius: 20px;
        border-width: 8px;
        border-color: rgb(243, 243, 243);
        border-style: solid;
    }

    .order_image {
        display: none;
    }

    #order_items p {
        margin-left: 0;
        margin-right: 0;
    }

    ol {
        list-style-position: inside;
        padding-left: 0;
    }

    ol li {
        margin-bottom: 1.0em;
    }

    ol li::marker {
        font-weight: bold;
    }
}

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

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

    #consulting h3 {
        font-family: "Inter", sans-serif;
        font-weight: 430;
        font-size: 120%;
        text-align: left;
    }

    #consulting_items {
        width: 80%;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        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;
        gap: 2%;
        margin-bottom: 10%;
    }

    .consulting_image {
        width: 30%;
    }

    .consulting_image img {
        width: 90%;
        height: auto;
        border-radius: 20px;
    }

    .consulting_text{
        width: 70%;
        text-align: left;
    }

    #consulting_items p {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.0em;
    }

    ul {
        list-style-position: inside;
        padding-left: 0;
    }

    ul li {
        margin-bottom: 1.0em;
    }

    ul li::marker {
        font-weight: bold;
        margin-right: 10px
    }
}

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

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

    #consulting h3 {
        font-family: "Inter", sans-serif;
        font-weight: 430;
        font-size: 105%;
        text-align: left;
    }

    #consulting_items {
        width: 95%;
        margin-bottom: 10%;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 100%;
        font-weight: 400;
        color: rgb(20, 20, 20);
        background-color: rgb(247, 247, 247);
        border-radius: 20px;
        border-width: 8px;
        border-color: rgb(243, 243, 243);
        border-style: solid;
    }

    .consulting_image {
        display: none;
    }

    #consulting_items p {
        margin-left: 0;
        margin-right: 0;
    }

    ul {
        list-style-position: inside;
        padding-left: 0;
    }

    ul li {
        margin-bottom: 1.0em;
    }

    ul li::marker {
        font-weight: bold;
        margin-right: 1em;
    }
}

#footer {
    width: 100%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    background-color: rgb(247, 247, 247);
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 8px;
}

@media screen and (min-width: 1024px) {
    #footer {
        font-size: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #footer_items {
        display: flex;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_item {
        width: 33%;
    }

    .footer_item:first-child {
        display: flex;
        text-align: left;
    }

    .footer_item:first-child img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    }

    .footer_item:first-child p {
        padding-left: 15px;
    }

    .footer_item:nth-child(2) {
        display: flex;
        gap: 20px;
        padding-top: 10px;
        justify-content: center;
    }

    .footer_item:nth-child(2) img {
        width: 25px;
        height: 25px;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    }

    .footer_item:nth-child(2) img:hover {
        width: 25px;
        height: 25px;
        opacity: 0.8;
    }

    .footer_item:nth-child(3) {
        display: flex;
        margin-right: auto;
        gap: 20px;
        padding-top: 10px; 
        justify-content: end;
    }

    .footer_item:nth-child(3) a {
        text-decoration: none;
        color: black;
    }

    .footer_item:nth-child(3) a:hover {
        text-decoration: none;
        color: black;
        opacity: 0.8;
    }
}

@media screen and (max-width: 1023px) {
    #footer {
        width: 100vw;
        font-size: 35px;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    #footer_items {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_item {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .footer_item:first-child {
        text-align: left;
        font-size: 50%;
        align-items: center;
    }

    .footer_item:first-child img {
        width: 22%;
        height: 22%;
        border-radius: 50%;
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    }

    .footer_item:first-child p {
        padding-left: 3%;
    }

    .footer_item:nth-child(2) {
        display: flex;
        padding-top: 10px;
        justify-content: center;
        margin-top: 8%;
    }

    .footer_item:nth-child(2) p {
        width: 15%;
        margin: 0;
    }

    .footer_item:nth-child(2) img {
        width: 55%;
        height: auto;
    }

    .footer_item:nth-child(2) img:hover {
        width: 65px;
        height: 5px;
        opacity: 0.8;
    }

    .footer_item:nth-child(3) {
        display: flex;
        margin-top: 6%;
        gap: 8%;
        justify-content: center;
        font-size: 60%;
    }

    .footer_item:nth-child(3) a {
        text-decoration: none;
        color: black;
    }

    .footer_item:nth-child(3) a:hover {
        text-decoration: none;
        color: black;
        opacity: 0.8;
    }
}