.page-id-25 #main > .inner-wrap{max-width:100%;width:100%;}
.one-section .one-both{display:flex;flex-wrap: wrap;} 
.one-section .details h1{font-size:68px;line-height:55px;padding-bottom:25px;color:#fff;}
.one-section .details p{
    font-size: 19px;
    font-family: Montserrat;
    padding: 0;
    line-height: 25px;
    font-weight: normal;
}
.one-section {
    height: 100%;
    background: linear-gradient(110deg, /* diagonal angle */ #2b99c6 60%, /* left side */ #40a3cc 40% /* right side */);
    color:#fff;
    padding-top: 80px;
    padding-bottom: 50px;
}
.one-section .details strong {
    font-size: 21px;
    font-family: Montserrat;
    margin: 0;
    padding: 0; 
}
.one-section .left{width:50%;}
.one-section .right{width:50%;}
.one-section .right img{float:right;}
.one-section .klaviyo-form label,.one-section .klaviyo-form label div,.one-section .klaviyo-form legend{color:#fff !important;}

.manufacturing-today .one-section  .klaviyo-form [data-testid="form-component"] > [type="button"]{
     background-color:#000;
}
.one-section div[data-testid="form-row"]:last-child div{
    width:100% !important;
}

.one-section  div[role="listbox"]{
    padding:0 !important;
}

.two-section {
  position: relative;
  background: url('../bgsub2.jpg') no-repeat center center;
  background-size: cover;
  padding: 135px 0;
  text-align: center;
  color: #fff;
}

.two-section .inner-wrap h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
    font-family: 'Montserrat';
    padding-bottom: 0;
}
.two-section .inner-wrap h2 span{
  color:#2b99c6;
}


.two-section .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 auto;
}

.two-section .item {
  background: rgba(0, 0, 0, 0.6); /* transparent dark box */
  padding: 81px 54px 50px 54px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.two-section .item:hover {
  background: rgba(0, 0, 0, 0.8);
}

.two-section .item .text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: 'Montserrat';
  line-height: 29px;
}

.two-section .item img {
  max-width: 60px;
  margin-top: auto;
  margin-bottom:0px;
}
 @media (max-width: 1024px) {
    .two-section{padding:50px 0;}
    .two-section .grid{grid-template-columns:repeat(2, 1fr);}
 }
 @media (max-width: 991px) {
    .one-section .left{width:54%;}
    .one-section .right{width:46%;padding-left:30px;}
 }
 @media (max-width: 767px) {
    .one-section .one-both{flex-direction:column;}
    .one-section .left{width:100%;}
    .one-section .right{width:100%;padding-left:0px;}
    .one-section{padding-top:50px;padding-bottom:20px;}
    .one-section .details h1{font-size:48px;line-height:45px;}
    .one-section .right img{float:none;}
 }
  @media (max-width: 575px) {
    .two-section .grid{
            grid-template-columns: repeat(1, 1fr);
            max-width: 320px;
    }
    .two-section .item{padding:81px 24px 50px 24px;}
    .two-section .inner-wrap h2{font-size:27px;margin-bottom:30px;}
  }



