@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4rem;
    }
    .nav-toggle {
        display: block;
        margin-right: 20px;
    }
    .main-nav {
        overflow: initial;
    }
    .nav-links {
        position: absolute;
        background-color: white;
        left: -100%;
        top: 100%;
        width: 100%;
        padding: 20px;
        transition: 0.2s ease-in-out;
    }
    .nav-links.active {
        left: 0;
    }
    .nav-links ul {
        flex-direction: column;
    }
    .examples-area {
        gap: 20px;
    }
    .examples-card,
    .result-card,
    .result-card-two,
    .result-data,
    .univ-data {
        width: calc(50% - 10px);
    }
    .cta-section {
        padding-block: 80px;
    }
    #box-data-mobile {
        display: none;
    }
    .examplecollection {
        width: 100%;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-content: stretch;
        justify-content: space-between;
        margin-left: 0%;
        display: grid
    }
      .examplecollection-item {
        max-width: 100%;
        justify-content: space-between;
        margin-bottom: 0%;
        margin-left: 0%
    }
    .example {
        min-height: 180px;
        min-width: 160px;
        margin-bottom: 0;
        padding-bottom: 0%;
        padding-left: 0;
        padding-right: 0
    }
    .example-title {
        font-size: 21px
    }
}

@media screen and (max-width: 767px) {
    #box-data-wide {
        display: none;
    }
    #box-data-mobile {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    #image1,
    #image2,
    #image3,
    #image4,
    #image5,
    #image6,
    #image7,
    #image8,
    #image9,
    #image10,
    #image11,
    #image12 {
        margin: 2px;
        width: 98.5%;
    }
    #image1 a,
    #image2 a,
    #image3 a,
    #image4 a,
    #image5 a,
    #image6 a,
    #image7 a,
    #image8 a,
    #image9 a,
    #image10 a,
    #image11 a,
    #image12 a {
        width: 200px;
    }
    .primary-button {
        width: 100%;
    }
    .header-section {
        flex-direction: column-reverse;
    }
    #header-left {
        max-width: 100%;
        text-align: center;
    }
    .features-card {
        min-width: calc(50% - 10px);
    }
    .footer-container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        align-items: center;
    }
    .link-column {
        align-items: stretch;
    }
    .b-sec {
        width: 100%;
    }
    .content-area {
        width: calc(80% - 10px);
    }
    .collection-list-wrapper {
        align-self: stretch
    }
    .example-gradient,
    .examplecollection {
        width: 100%
    }
    .examplecollection-item {
        max-width: 100%;
        margin-bottom: 3%
    }
    
    .collection-list-wrapper {
        align-self: stretch
    }
}

@media screen and (max-width: 479px) {
     :root {
        --padding-inline-section: 10px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1rem;
    }
    .features-card {
        min-width: 100%;
    }
    .examples-card,
    .result-card,
    .result-card-two,
    .result-data,
    .univ-data {
        width: 100%;
    }
    .b-sec {
        min-width: 100%;
    }
    .content-area {
        min-width: calc(80% - 10px);
    }
    .examplecollection {
        grid-column-gap: 0px;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fit,minmax(259px,2fr));
        grid-auto-flow: row
    }

    .examplecollection-item {
        max-width: 100%;
        flex: none;
        margin-right: 0
    }
    .example {
        min-height: 200px;
        min-width: 200px
    }
    
     .examplecollection-item.thirds {
        max-width: 100%
    }
}