/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display:inline-block;
	
}
@media screen and (-ms-high-contrast: none) {
a {
  display: inline;
}
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* common
-----------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    background-color: #FFFFFF;
    color: #333;
    /*letter-spacing: 0px;
    word-spacing: 50%;*/
	font-family: arial, sans-serif;
    word-wrap: break-word;
    text-align:center;
}

a:visited {color:#333; text-decoration:none;}
a:link    {color:#333; text-decoration:none;}
a.hover   {color:#333; text-decoration:none; transition-duration: 0.2s; }
a:active  {color:#333; text-decoration:none;}

a.hover, a.hover p {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

.clear {clear:both;}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

img {
    max-width:100%;
}


/* header
-----------------------------------------*/
header {
    width:100%;
    height:49px;
    background-color:#fff;
    position:fixed;
    z-index:100;
    border-bottom:solid 1px #efefef;
}
h1 {
    /*width:105px;
    margin:17px 0 0 15px;*/
    width:126px;
    margin:10px 0 0 15px;
}
#catalog {
    width:112px;
    position:fixed;
    top:0;
    right:-10px;
}
.phone{
	font-size: 1.1rem;
	text-align: left;
	position: fixed;
	top: 10px;
	right: 110px;
}
.phone a{
	font-size: 1.6rem;
	font-weight: bold;
}

main {
    position:relative;
    padding-top:49px;
}
#construction > div {
    margin-top:-49px;
    padding-top:49px;
  }
  #sewage > div {
    margin-top:-49px;
    padding-top:49px;
  }
  #wastewater > div {
    margin-top:-49px;
    padding-top:49px;
  }


/* main movie
-----------------------------------------*/
.video-container{
    position: relative;
    overflow: hidden;
    height:390px;
    background: linear-gradient(#88c8a1, #5dc8db);
    line-height:0;
}
#main_sp {
    width: 100%;
    height:390px;
    background-image:url(/brand/images/main_sp.jpg);
    background-size:cover;
    background-position: center center;
}

.video-contents{
    position:absolute;
    width:340px;
    height:340px;
    background-color:rgba(0,104,183,.85);
    right:50%;
    margin-right:-170px;
    bottom:-60px;
    border-radius: 50%;
    color:#fff;
}
.video-contents h2 {
    font-weight: bold;
    font-size:3rem;
    margin: 75px 0 10px;
	line-height: 1.3;
}
.video-contents h2 .red {
    color:#e60121;
}
.video-contents p {
    display:inline-block;
    text-align:left;
    font-size:1.1rem;
    line-height: 1.4;
	white-space: normal;
	width: 70%;
}
.mainProducts img {
    width:250px;
}

/* catch
-----------------------------------------*/
#catch {
    background:url(/brand/images/wave.jpg) left top no-repeat;
    background-size: 100% auto;
    padding-top:35px;
    line-height: 1.6;
}
#catch h2 {
    margin:0 20px 30px 20px;
    color:#0168b7;
    font-size:2rem;
    font-weight: bold;
}
#catch h2 span {
    display: block;
}
#catch p {
    font-size:1.8rem;
    margin:0 20px 80px;
}

/* Products, About
-----------------------------------------*/
.contentsBox h2 {
    padding:35px 0;
    color:#0168b7;
    font-size:2.8rem;
    background-image:url(/brand/images/backSub.jpg);
    background-size:100% auto;
    background-position: center center;
}

/* Products
-----------------------------------------*/
#products {
    margin-bottom:80px;
}
#products ul {
    display:flex;
    flex-wrap: wrap;
}
.wide2 {
    width:100%;
}
.wide1 {
    width:50%;
}

#products section {
    border-top:solid 10px #0168b7;
    padding-top:50px;
}
#products h3 {
    margin:15px 20px 25px;
    color:#0168b7;
    font-size:2rem;
    font-weight:bold;
    line-height:1.4;
}
#products p {
    padding:0 20px;
    font-size:1.6rem;
    line-height: 1.4;
}
.dropIcon {
    width:24px;
}
#products section div:first-child {
    margin-bottom:50px;
}

#products ul li {
    border:solid 5px #efefef;
    background-color:#fff;
    position:relative;
}
#products ul li.hover {
    border:solid 5px #d1dfe8;
}
#products ul li p {
    text-align:left;
    padding:10px;
    font-weight:bold;
    font-size:1.2rem;
}
#products ul li p span {
    display: block;
}
.ie3 {
    position:absolute;
    width:85px;
    right:15px;
    /* bottom:15px; */
    bottom:40px;
}
#products ul li p.othertext {
    position:absolute;
    font-weight:normal;
    font-size:1.1rem;
    text-align:left;
    top:0;
    left:5px;
}

.waste1 {order:1}
.waste2 {order:2}
.waste3 {order:3}

/* About
-----------------------------------------*/
#company p, #company dl {
    text-align:left;
    font-size:1.6rem;
    margin:0 20px;
    line-height: 1.6;
}
#company h3 {
    margin:50px 0 30px;
    font-weight:bold;
    font-size:1.8rem;
}
#company p img {
    margin:30px 0;
}
#company dt {
    color:#0168b7;
}
#company dd {
    margin-bottom: 20px;
}
#company dd img {
    margin:20px 0 20px;
}
#company dd a.hover {
    text-decoration: underline;
}

#movie {
    padding:30px 20px 10px;
    background-color:#d1dfe8;
}
#movie h3 {
    margin:0 0 10px;
    font-size:1.8rem;
    font-weight: bold;
    color:#0168b7;
}
#movie li {
    padding-bottom:30px;
}
.mfp-container {
    top: 50%;
    margin-top:-300px;
}

/* Footer
-----------------------------------------*/
#page-top {
    position: -webkit-sticky;
    position: sticky;
    bottom:0;
}
#page-top a {
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    bottom:10px;
    right:10px;
}

#contBottom {
    margin:25px 20px 90px;
}
.catalogPC { display:none; }

footer {
    position:relative;
    background-color:#0068b7;
    color:#fff;
    padding:30px 20px 20px;
}
footer a:visited {color:#fff;}
footer a:link    {color:#fff;}
footer a.hover   {
    color:#fff;
    text-decoration: underline;
}
footer a:active  {color:#fff;}


footer ul {
    margin:0 0 30px;
}
footer li {
    /*display: inline-block;
    border-right:solid 1px #99c3e2;*/
    padding:0 10px;
    font-size:1.2rem;
    line-height: 1.6;
	margin: 0 0 15px 0;
}
footer li:last-child {
    border-right:none;
}
footer p span {
    display:block;
    line-height: 1.6;
}
footer img {
    width:260px;
    margin:30px 0 20px;
}

/**-----------------------------------------
PC 
-----------------------------------------**/
@media only screen and (min-width: 767px) {

/* header
-----------------------------------------*/
header {
    height:80px;
    padding:0 30px;
}
header div {
    margin:0 auto;
}
main {
    padding-top:80px;
}
h1 {
    width:280px;
    /*margin:20px 0 0;*/
    margin:8px 0 0;
}
#catalog {
    width:180px;
}
.phone{
	font-size: 1.2rem;
	text-align: left;
	position: fixed;
	top: 20px;
	right: 200px;
}
.phone a{
	font-size: 2.4rem;
	font-weight: bold;
}
.phone a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
} 
#Sewage-Wastewater{
    margin-top: -130px;
    padding-top: 160px;
  }
  #Wastewater-treatment{
      margin-top: -80px;
    padding-top: 110px;
  }
#Construction-Mining{
    margin-top: -80px;
    padding-top: 110px;
  }
  #Wastewater-treatment{
    padding-bottom: 80px;
  }
#Construction-Mining{
    padding-bottom: 80px;
  }

	
/* main movie
-----------------------------------------*/
.video-container {
    position: relative;
    height:auto;
}
video {
    width: 100%;
    height:auto;
}
.video-contents {
    width:690px;
    height:690px;
    right:-80px;
    margin-right:0;
    bottom:-140px;
}
.video-contents h2 {
    position:absolute;
    right: 17%;
    bottom: 410px;
    font-size: 5.6rem;
}
.video-contents p {
	position:absolute;
	white-space: normal;
	right: 15%;
	bottom: 350px;
	width:68%;
	font-size:2rem;
}
.video-contents p.mainProducts {
    width:65%;
    position:absolute;
    right:100px;
    bottom:160px;
}
.mainProducts img {
    width:100%;
}

  
/* catch
-----------------------------------------*/
#catch {
    padding:100px 0 150px;
}
#catch h2 {
    margin:0 40px 30px;
    font-size:3.6rem;
    font-weight: normal;
}
#catch h2 span {
    display: inline-block;
    margin-right:1rem;
}
#catch p {
    font-size:2rem;
    margin:0 auto;
	padding: 0 20px;
    max-width:840px;
}

/* Products, About
-----------------------------------------*/
.contentsBox h2 {
    padding:80px 0;
    font-size:4.8rem;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    
/* Products
-----------------------------------------*/
#products section {
    position:relative;
    display:flex;
    justify-content: center;
    margin:0 auto;
    border:none;
    /* padding:80px 0 0; */
    /* padding-top: 80px; */
    flex-direction: row-reverse;
}
#products section::before {
    position: absolute;
    display:block;
    content:'';
    width:100%;
    height:240px;
    background-color:#0068b7;
    top:50%;
    margin-top:-120px;
    z-index:-10;
}
#products section#wastewater {
    flex-direction: row;
}
#products section#wastewater::before {
    display:none;
}

#products section div:first-child {
    width:37%;
    max-width:440px;
    background-color:#fff;
}   
#products section div:last-child {
    width:63%;
    max-width:760px;
}

#products ul {
    border-top:1px solid transparent;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    background-color: #efefef;
}
.wide2 {
    width:66.66666%;
}
.wide1, .wide2.other {
    width:33.33333%;
}
#products ul li {
    margin:0;
}
    
.sew1 {order:1}
.sew2 {order:3}
.sew3 {order:2}
.sew4 {order:4}
.const1 {order:1}
.const2 {order:2}
.const3 {order:3}
.const4 {order:4}
.const5 {order:5}

#products #wastewater ul:after {
	content: "";
	display: block;
	clear: both;
}
 
#products #wastewater ul:before {
    content: "";
	display: block;
	clear: both;
}
#products #wastewater ul {
    display: block;
}
li.other {
    float:right;
}
.ie3 {
    position:absolute;
    width:80px;
    right:5px;
    bottom:32px;
    /* bottom:5px; */
}
#products h3 {
    margin:15px 40px 25px;
}
	
#products p {
    padding:0 40px;
    line-height: 1.8;
}
.dropIcon {
    margin-top:0;
}
#products ul li p {
    font-size: 1.6rem;
    line-height: 1.2;
    min-height:60px;
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
#products ul li p span {
width:100%;
}
#products ul li p.othertext {
    display:block;
    width:100%;
    font-size: 1.2rem;
    line-height: 1.4;
    top: 10px;
    left: 0;
}
#products ul .const2 p {
    font-size:1.4rem;
}
#products ul li.waste1 {
    margin-bottom:0;
}

/* About
-----------------------------------------*/
#company {
    padding:0 20px;
    margin:0 auto;
    max-width:1240px;
}
#company > h3 + p {
    text-align:center;
    font-size:1.8rem;
    margin-bottom:100px;
}
#company h3 {
    margin:80px 0 40px;
    font-size:3rem;
}
#company p img {
    margin:0 0 0 -20px;
}
#company ul {
    display:flex;
    margin:0 auto 80px;
}
#company ul li {
    width:50%;
}
#company dd {
    margin-bottom: 10px;
}
#company dd img {
    width:320px;
    margin:10px 0;
}

#movie {
    padding:0 20px;
    margin:0 auto 50px;
    max-width:1240px;
    background-color:transparent;
}
#movie h3 {
    text-align: left;
}
#movie ul {
    display: flex;
    justify-content:space-between;
    max-width:1200px;
    margin:0 auto;
}
#movie ul li {
    width:58.8%
}
#movie ul li:last-child {
    width:39.5%
}

/* Footer
-----------------------------------------*/
#page-top a {
    width:50px;
    height:50px;
}

#contBottom {
    margin:20px 20px 200px;
}
.catalogSP { display:none; }
.catalogPC { display:block; }

a#catalogBtn {
    display: block;
    background-color: #5c9ed1;
    padding:15px 25px;
    color:#fff;
    position:relative;
    text-align: left;
    margin:0 auto;
    width:650px;
    height:200px;
    padding:40px 60px;
}
a#catalogBtn img {
    position: absolute;
    width:auto;
    top:50%;
    height:140px;
    margin-top:-70px;
    right:10%;
}
a#catalogBtn h4 {
    font-weight: bold;
    font-size:4.6rem;
    margin-bottom:10px;
}
a#catalogBtn p {
    font-size:1.6rem;
    line-height: 1.4;
}

footer {
    padding:60px 20px 20px;
    display: flex;
   /* justify-content: center;*/
	justify-content: space-between;
}
/*footer div {
    width:50%;
    max-width:600px;
    text-align:left;
}*/
footer div:last-child {
    text-align:right;
}
footer ul {
    margin:0 0 13px;
	text-align: left;
}
footer li {
display: inline-block;
border-right:solid 1px #99c3e2;
margin: 0;
}
footer li:last-child {
    border-right:none;
}
footer li:first-child {
    padding-left:0;
}
footer div:first-child p{
	text-align: left;	
	}
footer p span {
    display:inline-block;
    /*margin-right:0.5rem;*/
}
footer img {
    margin:0 0 20px;
}
    
}

@media only screen and (min-width: 1000px) {

.video-contents h2 {
	position:absolute;
    right: 18%;
    bottom: 480px;
    font-size: 5.6rem;
    /*right:130px;
    bottom:480px;
    font-size:5.6rem;*/
}
.video-contents p {
	position:absolute;
	white-space: normal;
	right: 16%;
	bottom: 410px;
	width:68%;
	font-size:2rem;
    /*text-align:left;
    bottom:410px;
    right:100px;
    font-size:2rem;*/
}
.video-contents p.mainProducts {
    /*width:72.5%;*/
	width:70%;
    right:100px;
    bottom:200px;
}
/* #products section {
    padding:80px 0;
    padding-top: 80px;
} */
#construction{
    padding-bottom: 80px;
  }
.ie3 {
    width:112px;
    right:15px;
}
.dropIcon {
    margin-top:60px;
    width:40px;
}
#products h3 {
    margin:25px 40px 30px;
    font-size:2.4rem;
    line-height:1.6;
}
#products ul li p.othertext {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align:center;
}
a#catalogBtn {
    width:800px;
}
a#catalogBtn h4 {
    font-size:5rem;
    margin-bottom:5px;
}
a#catalogBtn p {
    font-size:2.4rem;
}
#Sewage-Wastewater{
    margin-top: -130px;
    padding-top: 160px;
  }
  #Wastewater-treatment{
    padding-bottom: 80px;
  }
#Construction-Mining{
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1400px) {
.video-contents {
    width:850px;
    height:850px;
    right:-100px;
    bottom:-160px;
}
.video-contents h2 {
	position:absolute;
    right: 23%;
    bottom: 580px;
    font-size: 6.5rem;
    /*right:230px;
	right:180px;
    bottom:550px;
	bottom:570px;
	font-size: 6.5rem;*/
}
.video-contents p {
	position:absolute;
	white-space: normal;
	right: 17%;
	bottom: 500px;
	width:68%;
	font-size:2.6rem;
    /*right:150px;
    bottom:480px;
    font-size:2.6rem;*/
}
.video-contents p.mainProducts {
    /*right:130px;*/
	right:140px;
    /*bottom:230px;*/
	bottom:240px;
}
#Sewage-Wastewater{
    margin-top: -130px;
    padding-top: 160px;
  }

  #Wastewater-treatment{
    padding-bottom: 80px;
  }
#Construction-Mining{
    padding-bottom: 80px;
  }

}

@media only screen and (min-width: 2000px) {
.video-contents {
    width:1000px;
    height:1000px;
    right:-120px;
    bottom:-180px;
}
.video-contents h2 {
    right:300px;
    bottom:700px;
    font-size:8rem;
}
.video-contents p {
    right:90px;
    bottom:580px;
    font-size:3rem;
}
.video-contents p.mainProducts {
    width:60%;
    right:220px;
    bottom:300px;
}
#Sewage-Wastewater{
    margin-top: -130px;
    padding-top: 160px;
  }

  #Wastewater-treatment{
    padding-bottom: 80px;
  }
#Construction-Mining{
    padding-bottom: 80px;
  }
}