@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.mydouble_grid {
    margin-top: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* background: red; */
}

.my_ui_button {
    min-width: 90%;
    justify-self: center;
    align-self: center;
    margin-bottom: .5rem;
    margin-top: .5rem;
    border: 1px solid rgba(255, 32, 151, 0.156);
}

.item_in_grid {
    /* background: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons_img {
    width: 35px;
    font-weight: 900;
}

.btn_alugn {
    align-content: center;
    justify-content: center;
}

button {
    cursor: pointer;
}

.my_ui_button:hover {
    color: rgba(255, 32, 151, 0.667);
}

.redrButton {
    cursor: pointer !important;
}

#description-box1 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn1 {
    
}

#redrbtn1:hover #description-box1 {
    display: block;
    opacity: 1;
}

#description-box2 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn2:hover #description-box2 {
    display: block;
    opacity: 1;
}

#description-box3 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn3:hover #description-box3 {
    display: block;
    opacity: 1;
}

#description-box4 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn4:hover #description-box4 {
    display: block;
    opacity: 1;
}

#description-box5 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn5:hover #description-box5 {
    display: block;
    opacity: 1;
}

#description-box6 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn6:hover #description-box6 {
    display: block;
    opacity: 1;
}

#description-box7 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn7:hover #description-box7 {
    display: block;
    opacity: 1;
}

#description-box8 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn8:hover #description-box8 {
    display: block;
    opacity: 1;
}

#description-box9 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn9:hover #description-box9 {
    display: block;
    opacity: 1;
}

#description-box10 {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 80%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333b5;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    /* white-space: nowrap; */
    z-index: 1000;
    opacity: 0;
    width: 400px; /* Set a specific width */
    max-width: 400px; /* Or set a maximum width */
    text-align: center; /* Center the text */
    font-size: 16px;
    transition: opacity 0.3s;
}

#redrbtn10:hover #description-box10 {
    display: block;
    opacity: 1;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 75px;
    display: block;
    align-items: center;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #b845ff;
}

.nav_img {
    width: 250px; 
    margin-left: -2rem;
    align-self: center;
    padding: 20px;
}

.foot_nav_img {
    width: 200px; 
    margin-left: -1rem;
    align-self: center;
    padding: 5px;
}

/*  MOBILE RESPONSIVE */

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

    .my_ui_button {
        width: 95% !important;
        justify-self: center;
        align-self: center;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
}

@media only screen and (max-width: 480px) {
    .nav_img {
        width: 200px; 
        margin-left: -2rem;
        align-self: center;
        padding: 20px;
    }

    .my_ui_button {
        min-width: 85% !important;
        justify-self: center;
        align-self: center;
        margin-bottom: .25rem;
        margin-top: .25rem;
        font-size: 15px;
    }

    .icons_img {
        width: 25px;
    }

    .mydouble_grid {
        margin-top: .5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* background: red; */
    }

    .css-1t9iq4b {
        display: none
    }

    .css-1g4zajx {
        /* background: blue; */
        width: 70px;
    }

    #description-box1 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box2 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box3 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box4 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box5 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box6 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box7 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box8 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box9 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }

    #description-box10 {
        width: 320px; /* Set a specific width */
        max-width: 320px; /* Or set a maximum width */
    }
}

@media only screen and (max-width: 350px) {
    .nav_img {
        width: 190px; 
        margin-left: -2rem;
        align-self: center;
        padding: 20px;
    }
}