.nav div.logo {
padding-left: 0rem;
}

.homepage-product-blocks {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
}
.homepage-product-img {
  width: 300px;
}
form {
top: 40%;
width: 250px;
}
.homepage-product-img img {
  width: 300px;
}

.homepage-info {
    /* min-height:200px;*/
}
.homepage-background {height:410px;}
.introduction-block {
  display: grid;
  grid-template-columns: minmax(90px, 1fr);
  height: auto;}
.homepage-two-col-grid{
grid-template-columns: repeat(1,1fr);
gap:12px;
}
.homepage-text > H1 {
font-size: 44px;
margin-bottom: 10px;
margin-top:100px;
}
.learn-more-mobile {}
form{
    height: 250px;
    width: 250px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}

form h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin-top: 0px;
} 
.homepage-two-column-text-block {padding-left:10px;}
.learn-more-button {width:300px;}
.paragraph-two-col{column-count: 1;}
/* ==========================================================================
  All projects page
   ========================================================================== */
.project-three-block {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* ==========================================================================
  Project Page
   ========================================================================== */

.portfolio-chevron{height:35vh;}
h1 {font-weight: bold; color: #000;font-size:44px; }
h2 {font-size:32px;}
.portfolio-centered-two-hero-img-wrapper {padding-top:15px; display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); column-gap: 1em; }
.portfolio-centered-img-wrapper {max-width:320px}
.portfolio-two-column-wrapper-project {grid-template-columns: repeat(1, 1fr);}
.portfolio-banner{
height:40vh;
}
.portfolio-description-stats-block {grid: auto-flow dense / 1fr 1fr;}
.portfolio-problem-img-wrapper {grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
.portfolio-description-container {flex-direction: column;}
.footer-case-studies {padding:0;}
.footer-case-studies-list {padding:0; margin:0;}
.footer-case-studies-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  list-style-type: none;
}