.corporate-philosophy .first-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
.corporate-philosophy .first-row .first-box {
  background-color: #8f1c22;
  padding: 2em;
  width: 35%;
}
.corporate-philosophy .first-row .first-box p {
  text-align: left;
  color: #ffffff;
  font-size: 1.7em;
}
.corporate-philosophy .first-row .second-box {
  background-color: #f4bf01;
  padding: 2em 0;
  width: 65%;
  margin-left: 10px;
}
.corporate-philosophy .first-row .second-box p {
  text-align: left;
  color: #ffffff;
}
.corporate-philosophy .first-row .second-box .corporate-mission-title {
  padding: 0 2em;
  border-left: 5px solid #ffffff;
}
.corporate-philosophy .first-row .second-box .corporate-mission-title p {
  text-align: left;
  font-size: 1.2em;
}
.corporate-philosophy .first-row .second-box .corporate-mission-label {
  padding: 0 2em;
}
.corporate-philosophy .first-row .second-box .corporate-mission-label p {
  text-align: left;
  font-size: 1.7em;
}
.corporate-philosophy .second-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
.corporate-philosophy .second-row .first-box {
  background-color: #b6975e;
  padding: 2em 0;
  width: 35%;
  color: #ffffff;
}
.corporate-philosophy .second-row .first-box .brand-slogan-title {
  padding: 0 2em;
  border-left: 5px solid #ffffff;
}
.corporate-philosophy .second-row .first-box .brand-slogan-title p {
  text-align: left;
  font-size: 1.2em;
}
.corporate-philosophy .second-row .first-box .brand-slogan-label {
  padding: 0 2em;
  padding-bottom: 15px;
}
.corporate-philosophy .second-row .first-box .brand-slogan-label p {
  text-align: left;
  font-size: 1.7em;
}
.corporate-philosophy .second-row .first-box .description {
  padding: 0 2em;
}
.corporate-philosophy .second-row .first-box .description p {
  line-height: 26px;
}
.corporate-philosophy .second-row .second-box {
  background-color: #929292;
  width: 65%;
  margin-left: 10px;
  color: #ffffff;
}
.corporate-philosophy .second-row .second-box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.corporate-philosophy .third-row {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.corporate-philosophy .third-row .first-box {
  width: 35%;
}
.corporate-philosophy .third-row .first-box .left-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  max-width: 100%;
  height: 300px;
}
.corporate-philosophy .third-row .second-box {
  width: 65%;
  margin-left: 10px;
}
.corporate-philosophy .third-row .second-box .right-image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  max-width: 100%;
}
.corporate-philosophy .last-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.corporate-philosophy .last-row .first-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 35%;
  max-width: 100%;
  height: 140px;
  background-color: #f4bf01;
}
.corporate-philosophy .last-row .first-box .box-title {
  margin-top: 20px;
  border-left: 5px solid #ffffff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corporate-philosophy .last-row .first-box .box-title .core-values-title {
  font-size: 1.2em;
  color: #ffffff;
  width: 30%;
}
.corporate-philosophy .last-row .first-box .box-title .underline {
  width: 60%;
  height: 3px;
  background-color: #ffffff;
}
.corporate-philosophy .last-row .second-box {
  padding: 30px 0;
  padding-left: 20px;
  background-color: #b6975e;
  width: 65%;
  margin-left: 10px;
}
.corporate-philosophy .last-row .second-box .core-value {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  text-align: center;
  height: 40px;
  /*				ul{
					vertical-align: top;
					margin:0;
					list-style-type: disc;
					li{
						display:inline-block;
						width:33%;
						height:56px;
						line-height:56px;
					}
					li:before {
						content:'\2022'; margin-right:0.5em;
					}
				}
				*/
}
.corporate-philosophy .last-row .second-box .core-value .text {
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
.corporate-philosophy .last-row .second-box .core-value .text:before {
  content: '\2022';
  margin-right: 0.5em;
}
@media screen and (max-width: 992px) {
  .corporate-philosophy .first-row {
    display: block;
    padding: 0;
  }
  .corporate-philosophy .first-row .first-box {
    padding: 2em;
    width: auto;
  }
  .corporate-philosophy .first-row .second-box {
    padding: 2em 0;
    width: auto;
    margin-left: 0;
  }
  .corporate-philosophy .first-row .second-box .corporate-mission-title p {
    text-align: left;
    font-size: 1.2em;
  }
  .corporate-philosophy .first-row .second-box .corporate-mission-label {
    padding: 0 2em;
  }
  .corporate-philosophy .first-row .second-box .corporate-mission-label p {
    font-size: 1.7em;
  }
  .corporate-philosophy .second-row {
    display: block;
    padding-bottom: 15px;
  }
  .corporate-philosophy .second-row .first-box {
    background-color: #b6975e;
    padding: 2em 0;
    width: auto;
    color: #ffffff;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-title {
    border-left: 5px solid #ffffff;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-title p {
    font-size: 1.2em;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-label {
    padding: 0 2em;
    padding-bottom: 10px;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-label p {
    font-size: 1.7em;
  }
  .corporate-philosophy .second-row .first-box .description {
    padding: 0 2em;
  }
  .corporate-philosophy .second-row .second-box {
    background-color: #929292;
    width: auto;
    margin-left: 0;
    color: #ffffff;
  }
  .corporate-philosophy .third-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-philosophy .third-row .first-box {
    width: 30%;
  }
  .corporate-philosophy .third-row .first-box .left-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .corporate-philosophy .third-row .second-box {
    width: 70%;
    margin-left: 10px;
  }
  .corporate-philosophy .third-row .second-box .right-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    max-width: 100%;
  }
  .corporate-philosophy .last-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-philosophy .last-row .first-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 30%;
    max-width: 100%;
  }
  .corporate-philosophy .last-row .first-box .core-values-title {
    font-size: 1.2em;
    color: #ffffff;
  }
  .corporate-philosophy .last-row .second-box {
    background-color: #b6975e;
    padding-left: 0;
    width: 70%;
  }
  .corporate-philosophy .last-row .second-box .core-value {
    vertical-align: top;
    display: inline-block;
    width: 32%;
    text-align: center;
  }
  .corporate-philosophy .last-row .second-box .core-value .text {
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .corporate-philosophy .second-row {
    padding-bottom: 10px;
  }
  .corporate-philosophy .third-row {
    padding-bottom: 10px;
  }
  .corporate-philosophy .third-row .first-box .left-image {
    height: 150px;
  }
  .corporate-philosophy .third-row .second-box .right-image {
    height: 150px;
  }
  .corporate-philosophy .last-row {
    display: block;
  }
  .corporate-philosophy .last-row .first-box {
    height: auto;
    background-image: none !important;
    background-color: #f4bf01;
    width: 100%;
  }
  .corporate-philosophy .last-row .first-box .box-title {
    border: 0;
  }
  .corporate-philosophy .last-row .first-box .box-title .core-values-title {
    padding: 27px 0;
    border: 0;
    text-align: center;
    font-size: 1.2em;
    margin: 0;
  }
  .corporate-philosophy .last-row .second-box {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .corporate-philosophy .last-row .second-box .core-value {
    width: 49%;
  }
  .corporate-philosophy .last-row .second-box .core-value .text {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .corporate-philosophy .first-row .first-box {
    padding: 2em 1em;
  }
  .corporate-philosophy .first-row .second-box .corporate-mission-title {
    padding: 0 1em;
  }
  .corporate-philosophy .first-row .second-box .corporate-mission-label {
    padding: 0 1em;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-title {
    padding: 0 1em;
  }
  .corporate-philosophy .second-row .first-box .brand-slogan-label {
    padding-bottom: 10px;
    padding: 0 1em;
  }
  .corporate-philosophy .second-row .first-box .description {
    padding: 0 1em;
  }
  .corporate-philosophy .last-row .second-box {
    padding-left: 0;
  }
  .corporate-philosophy .last-row .second-box .core-value {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .corporate-philosophy .third-row .first-box .left-image {
    height: 100px;
  }
  .corporate-philosophy .third-row .second-box .right-image {
    height: 100px;
  }
}
