@media only screen and (min-width: 1136px) {

    a {
        text-decoration: none;
        color: black;
    }

    html {
        font-family: c;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        scroll-behavior: smooth;
    }

    b {
        font-weight: 600;
    }


    h2,
    h3,
    h4,
    p {
        padding: 0;
        margin: 0;
        line-height: 120%;
    }

    h1 {
        line-height: 110%;
        padding: 0;
        margin: 0;
        font-size: 32px;
    }

    div {
        line-height: 130%;
    }

    h2 {
        font-size: 22px;
        line-height: 140%;
        font-weight: 400;
        color: #37393B;
    }

    h3 {
        font-size: 16px;
    }

    @keyframes slow-appear {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 100;
        }
    }

    body {
        animation: 900ms cubic-bezier(0.165, 0.84, 0.44, 1) slow-appear;
        font-family: lato, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 300;
        font-style: normal;
        padding: 0px;
        margin: 0px;
        line-height: 130% !important;
        scroll-behavior: smooth !important;
        background-image: url(./images/bg-2.jpg);
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .nav-container {
        padding: 12px 0;
        background: #fffffff5;
        backdrop-filter: blur(24px);
        /* box-shadow: 0px 0px 10px #3333333b; */
        position: fixed;
        top: 0%;
        right: 0%;
        left: 0%;
        z-index: 10;
        /* -webkit-backdrop-filter: blur(3px); */
        /* backdrop-filter: blur(3px); */
        color: #37393B !important;
    }

    .nav-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 900px;
        width: 90%;
        max-width: 1040px;
        margin: 0 auto
    }

    .name-container {
        /* display: grid; */
        /* grid-template-columns: auto auto; */
        /* grid-template-rows: auto; */
        /* column-gap: 22px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .name-container img {
        height: 40px;
        margin: 0 15px 0 0;
    }

    .name-container h2 {
        display: block;
        margin: auto 0 auto 0;
    }
    #on-mobile{
        display: none;
    }

    .links-container {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        column-gap: 50px;
    }

    .links-container a {
        display: block;
    }

    /* #resume-link{ */
    /* margin-right: 0px; */
    /* } */

    #about-link {
        display: none;
    }

    #menu-link {
        display: none;
    }

    #contact-number {
        font-size: 16px;
        font-weight: 600;
    }

    .head-banner {
        background-image: url(./images/head-banner-5.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding: 64px 0 0 0;
    }

    .section-wrapper {
        padding: 0 48px;
        /* width: 800px; */
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
        /* height: 60vh; */
        /* background-color: aqua; */
        background-color: rgba(184, 212, 230, 0.15);
    }

    .banner-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        column-gap: 80px;
    }

    #borderLogo {
        display: block;
        height: 300px;
        filter: drop-shadow(0px 0px 45px #111807);
        padding: 64px 0;
        /* shape-rendering: crispEdges; */
    }

    /* .glass-back { */
    /* grid-column: 2 / span 2; */
    /* grid-row: 1 / span 1; */
    /* z-index: 1; */
    /* background: rgba(255, 255, 255, 0.17); */
    /* backdrop-filter: blur(24px); */
    /* } */

    .headline-container {
        /* display: grid; */
        /* grid-template-columns: auto; */
        /* grid-template-rows: auto auto auto auto; */
        /* row-gap: 12px; */
        padding: 64px 0 68px 0;
        grid-column: 2 / span 2;
        /* height: 300px; */
        /* background-color: red; */
        grid-row: 1 / span 1;
        z-index: 2;
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
    }

    .headline-container h1 {
        padding: 15px 0 0 0;
        color: #F0C66F;
    }

    .headline-container p {
        font-size: 20px;
        color: rgba(245, 243, 241);
        font-weight: 400;
    }

    #stars-image {
        vertical-align: middle;
        padding-bottom: 4px;
        padding-right: 3px;
        height: 18px;
    }

    .button-1 {
        border-radius: 8px;
        font-family: lato;
        outline: none;
        background-color: #161a1f;
        border: none;
        font-size: 15px;
        color: rgba(245, 243, 241);
        font-weight: 600;
        padding: 10px 30px 12px 30px;
        box-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
        transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
        box-shadow: 0px 0px 36px #f0c56f3d;
    }

    .button-1:hover {
        transform: scale(1.05, 1.05);
        /* box-shadow: 0px 0px 52px rgba(17, 24, 7, 0.795); */
        box-shadow: 0px 0px 52px #f0c56f79;
    }

    .button-1:active,
    .button-1:focus {
        border: solid #f0c56f 1px;
    }

    #rating-line {
        font-size: 18px;
    }

    .client-list {
        padding: 75px 0 100px 0;
    }

    .clients-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
    }

    #clientLogos {
        display: block;
        mix-blend-mode: multiply;
        width: 95%;
        /* min-width: 900px; */
        /* width: 70%; */
        /* max-width: 1040px; */
        margin: 65px auto 0 auto;
    }

    .products-list-banner {
        background-image: url(./images/products-banner-2.jpg);
        background-attachment: fixed;
        background-size: cover;

    }

    .products-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
        background-color: rgba(184, 212, 230, 0.15);
        padding: 75px 48px 60px 48px;
    }

    .products-wrapper h2 {
        color: rgba(245, 243, 241);
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
        font-weight: 400;
    }

    .products-list-container {
        margin: 48px auto 52px auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 24px;
    }

    .product-listing {
        display: grid;
        grid-template-columns: 120px auto;
        grid-template-rows: auto;
        padding: 0 12px 0 24px;
    }

    .product-listing img,
    .product-listing ul {
        font-family: lato;
        display: block;
        color: rgba(245, 243, 241);
        font-size: 16px;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(17, 24, 7, 0.98);
        line-height: 130%;
    }

    li {
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
    }

    .product-listing img {
        height: 70px;
        padding-top: 12px;
        margin: 0 auto;
    }



    .border-overlay {
        z-index: 1;
        grid-column: 2 / span 1;
        grid-row: 1 / span 2;
        border-left: solid #f0c56f 1px;
        border-right: solid #f0c56f 1px;
    }

    #books {
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
    }

    #brochures {
        grid-column: 3 / span 1;
        grid-row: 2 / span 1;
    }

    #inserts {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
    }

    #calendars {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    #packaging {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
    }

    #business {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }

    #products-list-button {
        display: block;
        margin: 0 auto;
    }

    .services-list-banner {
        /* background-image: url(./images/products-banner-2.jpg); */
        /* background-attachment: fixed; */
        /* background-size: cover; */
        padding: 75px 0 60px 0;
    }

    .services-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
    }

    .services-wrapper h2 {
        color: #222222;
        /* text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98); */
        font-weight: 400;
    }

    .services-container {
        margin: 48px auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 32px;
        column-gap: 28px;

        /* background-color: aqua; */
    }

    .services {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        row-gap: 12px;
    }

    .services p,
    .services img {
        display: block;
        text-align: center;
    }

    .services img {
        margin: auto;
        width: 100%;
    }

    .services p {
        font-weight: 600;
        font-size: 16px;
    }

    #services-list-button {
        display: block;
        margin: 0 auto;
        box-shadow: 0px 0px 36px #dddddd3d;
    }

    #services-list-button:hover {
        transform: scale(1.05, 1.05);
        /* box-shadow: 0px 0px 52px rgba(17, 24, 7, 0.795); */
        box-shadow: 0px 0px 52px #ebebeb79;
    }

    .contact-footer {
        background-color: #37393B;
        padding: 40px 0 70px 0;
    }

    .contact-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
    }

    .main-grid {
        display: grid;
        grid-template-columns: auto 150px;
        grid-template-rows: auto;
    }

    .head-grid {
        display: grid;
        grid-template-columns: 150px auto;
        grid-template-rows: auto;
        column-gap: 22px;
    }

    .text-grid {
        padding: 10px 0 0 0;
        display: grid;
        grid-template-columns: 280px auto auto;
        grid-template-rows: auto auto auto auto;
        row-gap: 12px;
    }

    .text-grid h2 {
        display: block;
        color: #fff;
        grid-column: 1 / span 3;
        grid-row: 1 / span 1;
    }

    .email-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }

    .email-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .email-container a {
        display: block;
        color: #fff;
        font-weight: 300;
    }


    .landline-container {
        display: flex;
        align-items: center;
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
    }

    .landline-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .landline-container a {
        display: block;
        color: #fff;
        font-weight: 300;
    }


    .mobile-container {
        display: flex;
        align-items: center;
        grid-column: 3 / span 1;
        grid-row: 2 / span 1;
    }

    .mobile-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .mobile-container a {
        display: block;
        color: #fff;
        font-weight: 300;
    }


    .address-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 3;
        grid-row: 3 / span 1;
    }

    .address-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .address-container a {
        display: block;
        color: #fff;
        font-weight: 300;
    }

    .link-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 3;
        grid-row: 4 / span 1;
    }

    .link-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .link-container a {
        display: block;
        color: #fff;
        font-weight: 300;
    }

    .main-grid .buttons-container {
        margin: 4px 0 0 0;
    }


    .footer {
        background-color: rgba(245, 243, 241);
        padding: 15px 0 15px 0;
        font-size: 13px;
        color: #161a1fd7;
        box-shadow: inset 0 0 15px #bbb;
    }

    .footer-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
        text-align: center;
    }
}

@media only screen and (max-width: 1135px) {

    a {
        text-decoration: none;
        color: black;
    }

    html {
        font-family: c;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        scroll-behavior: smooth;
    }

    b {
        font-weight: 600;
    }


    h2,
    h3,
    h4,
    p {
        padding: 0;
        margin: 0;
        line-height: 120%;
    }

    h1 {
        line-height: 110%;
        padding: 0;
        margin: 0;
        font-size: 32px;
    }

    div {
        line-height: 130%;
    }

    h2 {
        font-size: 18px;
        line-height: 140%;
        font-weight: 400;
        color: #37393B;
    }

    h3 {
        font-size: 15px;
    }

    @keyframes slow-appear {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 100;
        }
    }

    body {
        animation: 900ms cubic-bezier(0.165, 0.84, 0.44, 1) slow-appear;
        font-family: lato, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 300;
        font-style: normal;
        padding: 0px;
        margin: 0px;
        line-height: 130% !important;
        scroll-behavior: smooth !important;
        background-image: url(./images/bg-2.jpg);
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .nav-container {
        padding: 12px 0;
        background: #fffffff5;
        backdrop-filter: blur(24px);
        /* box-shadow: 0px 0px 10px #3333333b; */
        position: fixed;
        top: 0%;
        right: 0%;
        left: 0%;
        z-index: 10;
        /* -webkit-backdrop-filter: blur(3px); */
        /* backdrop-filter: blur(3px); */
        color: #37393B !important;
    }

    .nav-wrapper {
        display: block;
        justify-content: space-around;
        align-items: center;
        /* min-width: 900px; */
        width: 255px;
        /* max-width: 1040px; */
        margin: 0 auto
    }

    .name-container {
        /* display: grid; */
        /* grid-template-columns: auto auto; */
        /* grid-template-rows: auto; */
        /* column-gap: 22px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .name-container img {
        height: 30px;
        margin: 0 10px 0 0;
    }

    .name-container h2 {
        display: block;
        margin: auto 0 auto 0;
    }

    .links-container {
        display: none;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        column-gap: 5px;
    }

    #on-mobile{
        display: block;
        margin: 6px auto;
        text-align: center;
        line-height: 170%;
    }

    .links-container a {
        display: block;
    }

    /* #resume-link{ */
    /* margin-right: 0px; */
    /* } */

    #about-link {
        display: none;
    }

    #menu-link {
        display: none;
    }

    #contact-number {
        font-size: 16px;
        font-weight: 600;
    }

    .head-banner {
        background-image: url(./images/head-banner-5.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding: 12px 0 0 0;
    }

    .section-wrapper {
        padding: 0 12px;
        /* width: 800px; */
        /* min-width: 900px; */
        /* width: 70%; */
        /* max-width: 1040px; */
        /* margin: 0 auto 0 auto; */
        /* height: 60vh; */
        /* background-color: aqua; */
        /* background-color: rgba(184, 212, 230, 0.15); */
    }

    .banner-grid {
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-rows: auto; */
        /* column-gap: 80px; */
    }

    #borderLogo {
        display: block;
        height: 150px;
        filter: drop-shadow(0px 0px 45px #111807);
        margin: 140px auto 0 auto;
        /* shape-rendering: crispEdges; */
    }

    /* .glass-back { */
    /* grid-column: 2 / span 2; */
    /* grid-row: 1 / span 1; */
    /* z-index: 1; */
    /* background: rgba(255, 255, 255, 0.17); */
    /* backdrop-filter: blur(24px); */
    /* } */

    .headline-container {
        /* display: grid; */
        /* grid-template-columns: auto; */
        /* grid-template-rows: auto auto auto auto; */
        /* row-gap: 12px; */
        padding: 22px 12px;
        /* grid-column: 2 / span 2; */
        /* height: 300px; */
        /* background-color: red; */
        grid-row: 1 / span 1;
        z-index: 2;
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
    }

    .headline-container h1 {
        padding: 15px 0 0 0;
        color: #F0C66F;
    }

    .headline-container p {
        font-size: 18px;
        color: rgba(245, 243, 241);
        font-weight: 400;
    }

    #stars-image {
        vertical-align: middle;
        padding-bottom: 4px;
        padding-right: 3px;
        height: 18px;
    }

    .button-1 {
        border-radius: 8px;
        font-family: lato;
        outline: none;
        background-color: #161a1f;
        border: none;
        font-size: 15px;
        color: rgba(245, 243, 241);
        font-weight: 600;
        padding: 10px 30px 12px 30px;
        box-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
        transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
        box-shadow: 0px 0px 36px #f0c56f3d;
    }

    .button-1:hover {
        transform: scale(1.05, 1.05);
        /* box-shadow: 0px 0px 52px rgba(17, 24, 7, 0.795); */
        box-shadow: 0px 0px 52px #f0c56f79;
    }

    .button-1:active,
    .button-1:focus {
        border: solid #f0c56f 1px;
    }

    #rating-line {
        font-size: 18px;
    }

    .client-list {
        padding: 75px 0 100px 0;
    }

    .clients-wrapper {
        min-width: 900px;
        width: 70%;
        max-width: 1040px;
        margin: 0 auto 0 auto;
    }

    #clientLogos {
        display: block;
        mix-blend-mode: multiply;
        width: 95%;
        /* min-width: 900px; */
        /* width: 70%; */
        /* max-width: 1040px; */
        margin: 65px auto 0 auto;
    }

    .products-list-banner {
        background-image: url(./images/products-banner-2.jpg);
        background-attachment: fixed;
        background-size: cover;
        padding: 36px 0;
    }

    .products-wrapper {
        /* min-width: 900px; */
        width: 80%;
        /* max-width: 1040px; */
        margin: 0 auto 0 auto;
        /* background-color: rgba(184, 212, 230, 0.15); */
        
    }

    .products-wrapper h2 {
        display: block;
        color: rgba(245, 243, 241);
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
        font-weight: 400;
        text-align: center;
    }

    .products-list-container {
        margin: 48px auto 52px auto;
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-rows: 1fr 1fr; */
        /* row-gap: 12px; */
    }

    .product-listing {
        display: grid;
        grid-template-columns: 60% auto;
        grid-template-rows: auto;
        margin-bottom: 28px;
        /* padding: 0 12px 0 24px; */
    }

    .product-listing img,
    .product-listing ul {
        font-family: lato;
        display: block;
        color: rgba(245, 243, 241);
        font-size: 16px;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(17, 24, 7, 0.98);
        line-height: 130%;
    }

    li {
        text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98);
    }

    .product-listing img {
        width: auto;
        padding-top: 12px;
        margin: 0 auto;
    }



    /* .border-overlay { */
        /* z-index: 1; */
        /* grid-column: 2 / span 1; */
        /* grid-row: 1 / span 2; */
        /* border-left: solid #f0c56f 1px; */
        /* border-right: solid #f0c56f 1px; */
    /* } */

    #books {
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
    }

    #brochures {
        grid-column: 3 / span 1;
        grid-row: 2 / span 1;
    }

    #inserts {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
    }

    #calendars {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    #packaging {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
    }

    #business {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }

    #products-list-button {
        display: block;
        margin: 0 auto;
    }

    .services-list-banner {
        /* background-image: url(./images/products-banner-2.jpg); */
        /* background-attachment: fixed; */
        /* background-size: cover; */
        /* padding: 75px 0 60px 0; */
    }

    .services-wrapper {
        /* min-width: 900px; */
        /* width: 80%; */
        /* max-width: 1040px; */
        margin: 0 auto 0 auto;
        padding: 36px 22px;
    }

    .services-wrapper h2 {
        color: #222222;
        /* text-shadow: 0px 0px 40px rgba(17, 24, 7, 0.98); */
        font-weight: 400;
    }

    .services-container {
        margin: 48px auto;
        /* display: grid; */
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 32px;
        column-gap: 28px;

        /* background-color: aqua; */
    }

    .services {
        display: block;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        row-gap: 12px;
    }

    .services p,
    .services img {
        display: block;
        text-align: center;
    }

    .services img {
        margin: auto;
        width: 70%;
        margin-bottom: 12px;
    }

    .services p {
        margin: 0 auto 28px auto;
        font-weight: 600;
        font-size: 14px;
        width: 80%;
    }

    #services-list-button {
        display: none;
        margin: 0 auto;
        box-shadow: 0px 0px 36px #2828283d;
    }

    #services-list-button:hover {
        transform: scale(1.05, 1.05);
        /* box-shadow: 0px 0px 52px rgba(17, 24, 7, 0.795); */
        box-shadow: 0px 0px 52px #ebebeb79;
    }

    .contact-footer {
        background-color: #181818;
        background-position: center;
        background-size: cover;
    }

    .contact-wrapper {
        width: 88%;
        max-width: 1269px;
        margin: 0 auto;
        padding: 36px 12px;
        color: #fff !important;
    }

    .main-grid {
        display: block;
        grid-template-columns: auto 150px;
        grid-template-rows: auto;
    }

    .head-grid {
        display: block;
        grid-template-columns: 150px auto;
        grid-template-rows: auto;
        column-gap: 22px;
    }

    .logo img {
        display: block;
        margin: 0 auto;
        height: 80px;
    }

    .text-grid {
        padding: 10px 0 0 0;
        display: block;
        grid-template-columns: 300px auto auto auto;
        grid-template-rows: auto auto auto auto;
        row-gap: 36px;
    }

    .text-grid h2 {
        display: block;
        grid-column: 1 / span 4;
        grid-row: 1 / span 1;
        margin: 12px 0;
        color: #fff !important
    }

    .text-grid div{
        margin: 12px 0;
    }

    .email-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
        font-size: 15px;
    }

    .email-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .email-container a {
        display: block;
        font-size: 15px;
        color: #fff !important
    }


    .landline-container {
        display: flex;
        align-items: center;
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
        color: #fff !important
    }

    .landline-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .landline-container a {
        display: block;
        font-size: 15px;
        color: #fff !important
    }


    .mobile-container {
        display: flex;
        align-items: center;
        grid-column: 3 / span 1;
        grid-row: 2 / span 1;
    }

    .mobile-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .mobile-container a {
        display: block;
        font-size: 15px;
        color: #fff !important
    }


    .address-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 3;
        grid-row: 3 / span 1;
    }

    .address-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .address-container a {
        display: block;
        font-size: 15px;
        color: #fff !important

    }
    .link-container {
        display: flex;
        align-items: center;
        grid-column: 1 / span 3;
        grid-row: 3 / span 1;
    }

    .link-container img {
        display: block;
        padding: 0 8px 0 0;
        height: 24px;
    }

    .link-container a {
        display: block;
        font-size: 15px;
        color: #fff !important

    }
    
    .main-grid .buttons-container {
        margin: 24px auto 0 auto;
    }


    .footer {
        background-color: #fff;
        padding: 15px 0 15px 0;
        font-size: 10px;
        color: #000;
        /* box-shadow: inset 0 0 15px #bbb; */
    }

    .footer-wrapper {
        width: 95%;
        margin: 0 auto 0 auto;
    }
}