@media only screen and (min-width: 360px) and (max-width: 400px){
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-item {
        width: 75vw;
    }
    .social-links p {
        font-size: 1.5rem;
    }
    .social-links img {
        width: 12vw !important;
    }
    section.banner img {
        width: 60vw;
        margin-bottom: 0rem;
    }
    .web {
        text-align: center;
        margin: 2rem 0;
    }
}

@media only screen and (min-width: 401px) and (max-width: 600px){
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-item {
        width: 75vw;
    }
    .social-links p {
        font-size: 1.5rem;
    }
    .social-links img {
        width: 12vw !important;
    }
    section.banner img {
        width: 60vw;
        margin-bottom: 0rem;
    }
    .web {
        text-align: center;
        margin: 2rem 0;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 1800px){
    section.banner img {
    width: 13vw;
    margin-bottom: 0rem;
}
.web {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
}