

h2 {
  font-size: 1.9rem;
  font-family: "Bitter", sans-serif;
  position: relative;
  display: block;
}

/* POSITIONING */

h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.3rem;
}
h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 2px;
  width: 100px;
  background-color: #469253;
  margin-left: -50px;
}

.h2-wrap {
  position: relative;
  width: 100%;
}
.h2-double {
  position: absolute;
  top: -35px;
  text-align: center;
  width: 100%;
  left: 0;
  font-family: "Bitter";
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #f2f2f2;
}

.block-c {
  padding: 70px 0px;
}



* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.saw-materials {
  overflow: hidden;
}

.saw-mat {
  margin-bottom: 20px;
  padding: 0.5rem;
  border-radius: 10px;
}
.saw-mat:hover {
  background: #f4f4f4;
  border-radius: 3px;
}
.saw-mat-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.saw-mat-bg {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.saw-mat-inside {
  height: 100%;
  background-color: rgb(0 0 0 / 48%);
}
.saw-mat-title {
  width: 100%;
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 540px){
	#mobtabfont{
		font-size: 15px;
		font-weight: 500;
	}
}
@media (max-width: 1100px) {
  .block-c {
    padding: 50px 15px;
  }
  .block-c.first-pad {
    padding-top: 70px;
  }
  h2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
  .h2-double {
    display: none;
  }
  .saw-materials {
    background: transparent;
  }
  .saw-mat {
    width: 100%;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;    
  margin-right: -15px;
  margin-left: -15px;
}

.col{
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (min-width: 73em) {
  .container {
    width: 74rem;
  }
}