/* MAIN INNER PAGE [IMAGE & CAPTION] */
.wrapper .main-image{
  background: url(../images/2.jpg);
  height: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 88%;
  position: relative;
}


.wrapper .main-image .caption{
  position: absolute;
  left: 13%;
  bottom: 10%;
}

.wrapper .main-image .caption h2{
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgb(0, 0, 0, 1);
}

.content-wrapper{
  padding: 2rem;
}

/* ***************** */


/* FOR OUR VALUES */

.our-values .content{
  display: flex;
  align-items: center;
}

.our-values .content .content-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
  box-shadow: 2px 2px 5px rgba(0,0,0, .5);
  padding: 1.5rem;
}

.our-values .content .content-icon .logo{
  font-size: 3rem;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values .content-1 .content-icon{
  background-color: #11afee;
}

.our-values .content-2 .content-icon{
  background-color: #ffb236;
}

.our-values .content-3 .content-icon{
  background-color: #606060;
}

.our-values .content-4 .content-icon{
  background-color: #ff2758;
}

.our-values .content-5 .content-icon{
  background-color: #598527;
}


.our-values .content .content-text h3{
  font-size: 1.8rem;
  line-height: 3vw;
  /* margin: 0; */

}
.our-values .content .content-text p{
  font-size: 1rem;
  /* line-height: 1.8vw; */
}


/* ************************************************* */


/*  FOR SUSTAINABILITY */


/* ACCORDION CSS */
.sustainability .accordion-content{
  width: 80%;
}

.sustainability .accordion-content .accordion {
  background: linear-gradient(to bottom right, #1b95d6, #115b83, #092b3d);
  color: #fff;
  cursor: pointer;
  margin-bottom: .5rem;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  box-shadow: 1px 3px 10px rgba(0,0,0, 0.3)
}

.sustainability .accordion-content .active, .accordion:hover {
  background-color: #1b95d6;
}

.sustainability .accordion-content .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.sustainability .accordion-content .active:after {
  content: "\2212";
  background: transparent;
  color: #fff;
}

.sustainability .accordion-content .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* ******************* */


.sustainability .content{
  margin-bottom: 1rem;
}

.sustainability h3{
  font-size: 1.7rem;
  /* line-height: 3vw; */
  /* margin: 0;  */
}
.sustainability p{
  font-size: 1rem;
  line-height: 1.4;
}



/* ******************* */