#robustanddurable {
  /*background-color: #f5f5f5;*/
  margin-bottom: 20px;
  display: flex;
}

#robustanddurable .textandtitle {
  background-color: rgba(182, 26, 83);
  color: white;
  text-align: right;
  width: 50%;
  padding:70px 70px;
}

#robustanddurable figure {
  width: 50%;
  position: relative;
}

#robustanddurable figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#robustanddurable .textandtitle h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 24px;
}

#robustanddurable .textandtitle h2 span {
  display: inline-block !important;
  background-color: rgba(145, 25, 69);
  padding: 8px 16px;
}

#robustanddurable .textandtitle .title .title-text {
  font-weight: 500;
  font-size: 28px;
}

#robustanddurable .textandtitle .text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

/** frmanufacturing **/


#frmanufacturing {
  margin-bottom: 4px;
  display: flex;
  position: relative;
}

#frmanufacturing .textandtitle {
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 50%;
}

#frmanufacturing .image-text {
  position: relative;
  color: white;
}

#frmanufacturing .image-text .image {
  width: 100%;
}

#frmanufacturing .image-text h2 {
  color: white;
  background: #f0910a;
  margin-right: auto;
  padding: 8px 16px;
  font-weight: 500;
  margin-bottom: 0;
}

#frmanufacturing .image-text .text-container {
  text-align: left;
  background: rgb(255, 255, 255, 0.74);
  padding: 20px 36px;
  width:95%;
  margin-left: auto;
}

#frmanufacturing .image-text .text-container .text {
  color: black;
}

#frmanufacturing figure {
  width: 100%;
  position: relative;
}

#frmanufacturing figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


section#nosengagementsgobel .excellence{
  background: #F4F4F4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
  padding:32px 0;
}
section#nosengagementsgobel .excellence .page-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
section#nosengagementsgobel .excellence .page-main h2{
  color: #222;
  font-weight: 300;
  font-size: 42px;
}
section#nosengagementsgobel .excellence .page-main img{
  width: 400px;
  height: auto;
  margin: 64px;
}
section#nosengagementsgobel .excellence .page-main p{
  color: #222;
  font-weight: 300;
  margin-bottom: 16px;
}
section#nosengagementsgobel .excellence .page-main p.subtitle{
  font-size: 22px;
  position: relative;
  margin-bottom: 32px;
}
section#nosengagementsgobel .excellence .page-main p.subtitle:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 200px;
  height: 2px;
  background: #222;
}

#figures h2{
  color:#f0910a;
  padding:8px;
  background:white;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  display: inline-block;
  position: relative;
  margin-bottom: -15px;
  transform: translateY(7px);
}
#figures h2 img{
  position: absolute;
  bottom: 18px;
  right: -100px;
  width: 41px;
  height: 101px;
  max-width: unset !important;
  max-height: unset !important;
}
#figures .tri{
  display: flex;
  margin-bottom: 64px;
}
#figures .tri div{
  width: 33.33%;
}
#figures .tri div span{
  font-weight: bold;
  color: #f0910a;
  font-size: 28px;
  text-align: center;
  display: block;
  margin:0%
}
#figures .tri div p{
  font-weight: bold;
  color: #f0910a;
  font-size: 56px;
  text-align: center;
  display: block;
  margin: 0;
}
#figures .tri div:nth-child(1) span{
  color: #860a3d;
}
#figures .tri div:nth-child(1) p{
  color: #860a3d;
}
#figures .tri div:nth-child(2) span{
  color: #222;
  font-weight: normal;
}
#figures .tri div:nth-child(2) p{
  color: #f0910a;
}
#figures .tri div:nth-child(3) span{
  color: #ba144b;
}
#figures .tri div:nth-child(3) span:first-child{
  font-weight: normal;
  color: #222;
}
#figures .tri div:nth-child(3) p{
  color: #ba144b;
}

#figures .title{
  text-align: center;
  background: transparent;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-bottom: 40px;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom:3px solid #f0910a;
}

#figures .tri > div:nth-child(2){
  box-shadow: 1px 0 0 0 #161616, -1px 0 0 0 #161616;
}
@media only screen and (max-width: 767px){

  #frmanufacturing .textandtitle {
    width: 90%;
  }
  #figures h2{
    font-size: 30px;
  }
  #figures h2 img{
    display: none;
  }
  #frmanufacturing .image-text .text-container {
    padding: 10px 14px;
    width:80%;
  }
  #frmanufacturing {
    height: 400px;
    width: 100%;
  }
  #frmanufacturing figure, #frmanufacturing .image-text {
    width: 100%;
    height: 100%;
  }
  #frmanufacturing figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  #frmanufacturing p {
    font-size: 16px;
  }
  #frmanufacturing h2 {
    font-size: 22px !important;
    margin-left: 16px;
  }

  #figures .tri{
    flex-direction: column;
    gap: 48px;
    margin-bottom: 32px;
  }
  #figures .tri > div{
    width: 100%;
  }
  #figures .tri > div:nth-child(2){
    box-shadow: none;
  }
  
  section#nosengagementsgobel .excellence .page-main{
      flex-direction: column;
      margin-bottom: 16px;
  }
  section#nosengagementsgobel .excellence .page-main img{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin: 16px;
  }
  section#nosengagementsgobel .excellence .page-main p.subtitle{
    font-size: 18px;
    padding: 0 16px;
  }
  section#nosengagementsgobel .excellence .page-main p{
    font-size: 18px;
    padding: 0 16px;
  }
  section#nosengagementsgobel .excellence .page-main h2{
    font-size: 32px;
    padding: 0 16px;
  }
  #robustanddurable{
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  #robustanddurable .textandtitle {
    width: 100%;
    padding: 16px;
  }
  #robustanddurable .textandtitle h2{
    font-size: 22px !important;
  }
  #robustanddurable figure{
    width: 100%;
    height: 150px;
  }
  #robustanddurable figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

section.nosengagements.gobel .block-4 > .block-map > figure > figcaption {
  position: absolute;
  right: 80%;
  top: 61%;
  text-align: end;
  width: 250px;
  color: var(--main-color-darken-custom);
}
section.nosengagements.gobel .block-4 > .block-map > figure > img{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.nosengagements.gobel .block-4 > .block-map > figure {
  position: relative;
  width: 650px;
  height: 650px;
  top: -305px;
  right: -289px;
}

@media only screen and (max-width: 767px){
  section.nosengagements.gobel .header-title .page-main > p{
      font-size: 18px;
      padding-left: 12px;
      padding-right: 12px;
  }
  section.nosengagements.gobel .header-title .page-main > h1{
    font-size: 29px;
    padding-top: 46px;
  }
  section.nosengagements.gobel .header-title .page-main > h1:before{
    content: "";
    width: 300px;
    height: 300px;
    left: calc(50% - 151px);
    top: -46px;
    transform: rotate(86deg) rotateY(141deg) scaleY(1.1);
  }
  section.nosengagements.gobel .header-title .page-main{
      overflow: hidden;
  }
  section.nosengagements.gobel .block-1{
    margin: 25px 0 0 0;
    min-height: auto;
  } 
  section.nosengagements.gobel .block-1 .page-main .high-block > .title-block > p.title-content{
    position: static;
    font-size: 20px;
  }
  section.nosengagements.gobel .block-1 .page-main .high-block > .content-img, section.nosengagements.gobel .block-1 .page-main .down-block > .content-img{
    flex-direction: column;
  }
  section.nosengagements.gobel .block-1 .page-main .high-block .content-img > img {
    width: 100%;
    height: 150px;
}
section.nosengagements.gobel .block-1 .page-main .high-block .content-img > p{
  padding: 24px 12px;
  font-size: 16px;
}
section.nosengagements.gobel .block-1 .page-main .down-block > .img-block{
  width: 100%;
  height: 150px;
  position: static;
  margin-top: -100px;
}
section.nosengagements.gobel .block-1 .page-main .down-block .content-img > p:nth-child(2){
  padding: 24px 12px;
  font-size: 16px;
  position: static;
  width: 100%;
}
section.nosengagements.gobel .block-1 .page-main .down-block .content-img > .title-block{
  position: static;
  font-size: 20px;
  text-align: center;
  padding: 8px 25px;
  margin: 0;
}
section.nosengagements.gobel .block-2 > .high-block{
  height: auto;
}
section.nosengagements.gobel .block-2 .high-block > img{
  width: 120px;
}
section.nosengagements.gobel .block-2 .high-block > img{
  width: 80px;
  top: 90px;
}
section.nosengagements.gobel .block-2 .high-block > .content{
  width: 100%;
  text-align: start;
  padding-bottom: 24px;
}
section.nosengagements.gobel .block-2 .high-block > .content > p:nth-child(1), section.nosengagements.gobel .block-2 .high-block > .content > p:nth-child(2){
  position: static;
  padding: 8px 12px !important;
  font-size: 20px;
  width: auto;
  display: inline-block;
  text-align: left;
}
section.nosengagements.gobel .block-2 .high-block > .content > p:nth-child(1){
  margin-bottom: 0;
  margin-top: 24px;
}
section.nosengagements.gobel .block-2 .high-block > .content > p:nth-child(3){
  font-size: 16px;
  position: static;
  width: 80%;
  padding: 8px 12px !important;
  margin-left: 0;
  text-align: left;
  margin-bottom: 24px;
}
section.nosengagements.gobel .block-2 > .down-block{
  position: relative;
}
section.nosengagements.gobel .block-2 > .down-block > img{
  height: auto;
  position: absolute;
  left: 0;
  top: 50px;
  width: 70px;
}
section.nosengagements.gobel .block-2 > .down-block > .content{
  text-align: right;
}
section.nosengagements.gobel .block-2 > .down-block > .content > p:nth-child(1), section.nosengagements.gobel .block-2 > .down-block > .content > p:nth-child(2){
  position: static;
  padding: 8px 12px !important;
  font-size: 20px;
  width: auto;
  display: inline-block;
  text-align: right;
}
section.nosengagements.gobel .block-2 > .down-block > .content > p:nth-child(1){
  margin-bottom: 0;
  width: 100%;
}
section.nosengagements.gobel .block-2 > .down-block > .content > p:nth-child(2){
  margin-right: 12px;
  margin-bottom: 16px;
}
section.nosengagements.gobel .block-2 > .down-block > .content{
  padding: 8px 12px !important;
  margin: 0;
}
section.nosengagements.gobel .block-2 > .down-block > .content > p:nth-child(3){
  max-width: 100%;
  font-size: 18px;
  padding: 8px 12px !important;
}
section.nosengagements.gobel .block-2 > .down-block > .content > div.page-main > img{
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  position: static;
}
section.nosengagements.gobel .block-3 .all-block .header-block > p:nth-child(1){
  width: 100%;
  position: static;
  font-size: 20px;
  text-align: center;
  padding: 8px 25px;
  margin: 0;
}
section.nosengagements.gobel .block-3 .all-block > .item-block{
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap:0;
  margin-top: 24px;
}
section.nosengagements.gobel > .block-2{
  min-height: 0;
}
section.nosengagements.gobel .block-3 .all-block > .item-block > *[class^="item-"] > div > p:nth-child(1){
  font-size: 24px;
}
section.nosengagements.gobel .block-3 .all-block .header-block > p:nth-child(2){
  font-size: 18px;
  padding: 8px 12px;
  background-color: var(--orange-color-custom);
  margin: 0;
}
section.nosengagements.gobel .block-3 .all-block .header-block:after{
  content:none;
}
section.nosengagements.gobel .block-3 .all-block > .item-block > *[class^="item-"] > div > p:nth-child(2){
  font-size: 18px;
  padding: 16px 12px;
  margin: 0;
  margin-bottom: 16px;
}
section.nosengagements.gobel .block-3{
  margin-bottom: 32px;
}
section.nosengagements.gobel .block-4 > .block-map > .header-map .title-content{
  position: static;
  font-size: 20px;
  text-align: start;
  padding: 16px 25px;
  margin: 0;
}
section.nosengagements.gobel .block-4 > .block-map > .header-map > div:nth-child(2){
  width: 100%;
}
section.nosengagements.gobel .block-4 > .block-map > .header-map .text{
  font-size: 18px;
  padding: 16px 12px;
  margin: 0;
  width: 100%;
  margin-bottom: 16px;
}
section.nosengagements.gobel .block-4 > .block-map > figure{
  width: 100%;
}
section.nosengagements.gobel .block-4 > .block-map > figure > img{
  position: absolute;
  right: 0;
  max-width: unset;
  max-height: unset;
  top: 0;
  width: 100%;
  height: 100%;
}
section.nosengagements.gobel .block-4 > .block-map > figure{
  position: relative;
  top: auto;
  right: auto;
  width: 350px;
  height: 350px;

  margin-right: 0;
}
section.nosengagements.gobel .block-4 > .block-map > figure > figcaption{
  width: 108px;
  height: 108px;
  right: 75%;
}
section.nosengagements.gobel .block-4 > .block-map > figure > figcaption .text{
  font-size: 12px;
}
section.nosengagements.gobel .block-4 > .block-forest > .hexagon-forest{
  padding:16px;
  position: relative;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  height: 350px;
}
section.nosengagements.gobel .block-4 > .block-map{
  height: auto;
  padding-bottom: 24px;
}
section.nosengagements.gobel .block-4 > .block-forest > .hexagon-forest > img{
  position: static;
}
section.nosengagements.gobel .block-4{
  height: auto;
}
section.nosengagements.gobel .block-4 > .block-forest{
  position: relative;
  top:auto;
}
  section.nosengagements.gobel .block-4 > .block-forest > .hexagon-forest > p{
    position: absolute;
    top: -87px;
    left: 10px;
    width: 71%;
    height: 100%;
    padding: 26% 13%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}