.public_w {
  max-width: 1480;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* sustainability */
.sustainability {
  width: 100%;
}
.sustainability .sustainability1 {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(30px + 5rem);
  margin-bottom: calc(93px + 5rem);
}
.sustainability .sustainability1 > p {
  font-family: Gothic_bold;
  font-size: calc(10px + 2rem);
  color: #333333;
  margin-bottom: calc(10px + 3rem);
}
.sustainability .sustainability1 > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sustainability .sustainability1 > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(12px + 2rem);
  transition: all 0.3s;
}
.sustainability .sustainability1 > ul > li .img {
  width: 41.891%;
}
.sustainability .sustainability1 > ul > li .img > img {
  width: 100%;
}
.sustainability .sustainability1 > ul > li .txt {
  width: 58.108%;
  background: #F6F7FA;
  padding-left: calc(15px + 2.5rem);
  padding-right: calc(25px + 2.5rem);
  display: flex;
  flex-direction: column;
}
.sustainability .sustainability1 > ul > li .txt > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-top: calc(20px + 1.5rem);
  margin-bottom: calc(10px + 0.7rem);
}
.sustainability .sustainability1 > ul > li .txt > div:nth-child(1) > img {
  width: calc(22px + 1.5rem);
  height: calc(22px + 1.5rem);
  margin-right: calc(10px + 0.5rem);
}
.sustainability .sustainability1 > ul > li .txt > div:nth-child(1) > p {
  font-family: Gothic_bold;
  font-size: calc(10px + 0.7rem);
  color: #333333;
}
.sustainability .sustainability1 > ul > li .txt > div:nth-child(2) > p {
  font-family: CenturyGothic_Regular;
  font-size: calc(10px + 0.3rem);
  color: #333333;
  line-height: calc(10px + 0.85rem) !important;
  margin-bottom: calc(5px + 0.25rem);
}
.sustainability .sustainability1 > ul > li .txt > div:nth-child(2) > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sustainability .sustainability1 > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sustainability .sustainability1 > ul > li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sustainability .sustainability1 > ul > li:nth-of-type(2n) .txt > div:nth-child(1) > p {
  color: #00529D;
}
.sustainability .sustainability1 > ul > li:hover {
  box-shadow: 0px 0px 16px 0px rgba(164, 175, 182, 0.4);
}
@media screen and (max-width: 1100px) {
  /* sustainability */
  .sustainability .sustainability1 > ul > li {
    flex-direction: column;
  }
  .sustainability .sustainability1 > ul > li .img {
    width: 100%;
  }
  .sustainability .sustainability1 > ul > li .img > img {
    width: 100%;
  }
  .sustainability .sustainability1 > ul > li .txt {
    width: 100%;
  }
  .sustainability .sustainability1 > ul > li:nth-of-type(2n) {
    flex-direction: column;
  }
  .sustainability .sustainability1 > ul > li:nth-of-type(2n) > div:nth-child(1) > p {
    color: #00529D;
  }
}
