  .page-id-25 #main > .inner-wrap{max-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;}

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

.two-section {
  position: relative;
  background: url('/wp-content/themes/colormag-new/assets/bgsub.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  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: 69px 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: 15px;
  font-family: 'Montserrat';
  line-height: 35px;
}

.two-section .item img {
  max-width: 60px;
  margin-top: auto;
}


