/* About Info */
.about-img-area {
  position: relative;
}

.about-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.about-img-list img {
  width: 100%;
}

.about-img-list div:nth-child(1) {
  width: 100%;
}

.about-img-list div:nth-child(2) {
  width: calc(40% - 5px);
  max-width: 150px;
}

.about-img-list div:nth-child(3) {
  width: calc(60% - 5px);
}

.clip--img {
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0 100%, 0 22%);
}

.about-img-list div:nth-child(3) > .clip--img {
  clip-path: none;
}

.about-img-list div:nth-child(1) > .clip--img {
  max-width: 150px;
  height: 150px;
  margin-left: 100px;
}

.about-img-list div:nth-child(1) > .clip--img img,
.about-img-list div:nth-child(2) > .clip--img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-img-list div:nth-child(2) > .clip--img {
  height: 150px;
}

.about-img-list div:nth-child(3) > .clip--img > img {
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.outline--comman {
  width: 100%;
  position: absolute;
  left: 53%;
  top: 56%;
  background: var(--primary);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 22%);
  max-width: 276px;
  height: 264px;
  transform: translate(-53%, -50%);
}

.outline--comman:before {
  content: "";
  position: absolute;
  inset: -3px;
  /* outline thickness */
  background: #fff;
  /* outline color */
  z-index: -1;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 22%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* About Info end */

/* Our Journey */

.journey--section {
  /* height: 100vh; */
  overflow: hidden;
      background-image: url("../img/journey-bg-new.webp");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px ;
}

.journey--section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
}

.journey--section:after {
    content: "";
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 78px;
    width: calc(100% - 300px);
    display: block;
    background: var(--white);
    position: absolute;
    top: -2px;
    left: 0;
    transform: scaleX(-1) scaleY(-1);
    display: none;
}

.journey--section .timeline-wrapper {
  height: 100%;
  padding-right: 100px;
  /* display: flex;
  align-items: center; */
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom {
display: flex;
    gap: 0px;
    padding-left: 100px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline{
  align-items: end;
  /* border-bottom: 1px solid var(--white); */
  margin-bottom: -8px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom{
  align-items: start;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item {
  min-width: 560px;
  color: var(--white);

}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content {
    width: 280px;
      z-index: 1;
    position: relative;
}
.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content > img, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content > img {
    width: 46px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content > .timeline--since, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content > .timeline--since {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content > .timeline--heading, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content > .timeline--heading {
    font-size: 16px;
    font-weight: 500;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content > .timeline--about, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content > .timeline--about {
    color: #949494;
    font-size: 15px;
    margin-bottom: 0px;
}


.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom {
    margin-left: 280px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content:after {
    content: '';
    width: 13px;
    aspect-ratio: 1 / 1;
    background: var(--primary);
    display: block;
    margin-top: 20px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom > .timeline--item > .timeline--content:before {
    content: '';
    width: 13px;
    aspect-ratio: 1 / 1;
    background: var(--primary);
    display: block;
    margin-bottom: 20px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item:after {
    content: '';
    width: 100%;
    display: block;
    background: var(--white);
    height: 1px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item > .timeline--content {
    margin-bottom: -7px;
}

.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: var(--white);
    position: absolute;
    left: 0;
}
.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline > .timeline--item.hide--timeline {
    min-width: 150px;
}
/* Our Journey end */

/* Principles value */
.values--principles--row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 900px;
  margin: 0 auto;
  gap: 20px;
}

.values--principles--row > .principles--item {
  text-align: center;
}

.values--principles--row > .principles--item > h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.values--principles--row > .principles--item > .principle--thum {
  background-image: url("../img/icons/cirle-leaf.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 108px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background-size: 100%;
}

.values--principles--row > .principles--item > .principle--thum > img {
  width: 100%;
}
/* Principles value end */

/* Leadership */
.leadership--card {
    position: relative;
}

.leadership--card:before {
    content: '';
    width: 100%;
    height: 65%;
    background: #F0F0F0;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0 100%, 0 17%);
}

.leadership--card > .leadership--inner--container {
max-width: 1210px;
    margin: 0 auto;
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
}

.leadership--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    max-width: 860px;
    margin: 0 auto;
}

.leadership--list > .leadership--item {
    width: 100%;
}

.leadership--list > .leadership--item > .leadership--thum > img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
}

.leadership--list > .leadership--item > .leadership--thum  {
    transition: all 0.5s ease;
    position: relative;
	  overflow: hidden;
          clip-path: polygon(0% 0%, 100% 0, 100% 80%, 82% 100%, 0% 100%);
}

.leadership--thum::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 47%));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.leadership--thum:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.leadership--list > .leadership--item > .leadership--info {
    padding-top: 20px;
}

.leadership--list > .leadership--item > .leadership--info > h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.leadership--list > .leadership--item > .leadership--info > p {
    font-weight: 300;
    font-size: 14px;
    color: var(--black);
}
/* Leadership end */

/* Production */
.production--section {
    background-image: url("../img/contact-new-bg.webp");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 178px;
    margin-bottom: 0 !important;
    padding-bottom: 75px;
}
.production--section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
.production--section:after {
    content: "";
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 78px;
    width: calc(100% - 300px);
    display: block;
    background: var(--white);
    position: absolute;
    top: -2px;
    left: 0;
    transform: scaleX(-1) scaleY(-1);
}
.production--section .production-carousel-item {
    position: relative;
}
.production--section .production-carousel-item .production--item--points {
    max-width: 500px;
    width: 100%;
    font-weight: 300;
}
.production--section .production-carousel-item .production-thum {
    max-width: 500px;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 82% 100%, 0% 100%);
    width: 100%;
}

.production--section .production-carousel-item .production-thum > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.production--section .slick-dots {
    bottom: 0;
    position: relative;
    padding-top: 25px;
    display: none;
}

.production--section .slick-dots > li > button:before {
  color: transparent;
}

.production--section .slick-dots > li > button {
  background: #ffffff4d;
  height: 3px;
  padding: 0px;
  width: 100%;
  border-radius: 50px;
}

.production--section .slick-dots li.slick-active > button {
  background: #fff;
  height: 3px;
  padding: 0px;
  width: 100%;
  border-radius: 50px;
}

.production--section .slick-dots li.slick-active {
  width: 43px;
}

.production--section .slick-dots li {
  width: 20px;
  height: 3px;
}

/* Initial state */
/* .production--section .production-carousel-item .production-carousel-item-content {
    transform: translateY(50px);
    opacity: 0;
} */

/* Active slide */
/* .production--section .production-carousel-item.slick-active .production-carousel-item-content {
    animation: slideUpFade 1s ease 0.2s forwards;
} */

/* Initial state */
/* .production--section .production-carousel-item .production-thum {
    transform: translateX(50px);
    opacity: 0;
} */

/* Active slide */
/* .production--section .production-carousel-item.slick-active .production-thum {
    animation: slideLeftFade 1s ease 0.2s both;
} */



/* Keyframes */
@keyframes slideUpFade {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideLeftFade {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Production end */

/* News */
.news-marquee .news-track .news--list .news--item .link-single-news {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news-marquee .news-track .news--list .news--item .news-content .custom-btn{
  z-index: 2;
}
/* News end */

/* New Timeline */
.timelineslide--container {
    overflow: hidden;
    background-image: url("../img/journey-bg-new.webp");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 50px;
    padding-top: 75px;
}

.timelineslide--container:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.timelineslide--container .timelineslide--wrapper {
    width: calc(100% - 120px);
    display: block;
    position: relative;
}

.timelineslide--container .timelineslide--wrapper .timelineslide--section {
    margin-bottom: 0px !important;
}

.timelineslide--container .timelineslide--section .timelineslide-carousel-item img {
    width: 100%;
}

.timelineslide--container .timelineslide--section .slick-dots {
    position: relative;
    z-index: 1;
}
.timelineslide--container .timelineslide--section .slick-dots button:before {
    color: var(--white);
}
/* New Timeline end */

.news--arrow {
  display: none;
}

@media (min-width: 1537px) {
  .news-marquee .news-track .news--list {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .news-marquee {
    overflow: hidden;
  }

  .news-marquee .news-track {
    display: flex;
    width: max-content;
  }

  .news-marquee .news-track .news--list {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 2fr 2fr 1fr;
    grid-template-rows: repeat(2, 230px);
    gap: 8px;
    padding-right: 8px;
  }

  .news-marquee .news-track .news--list .news--item {
    position: relative;
    overflow: hidden;
  }
  .news-marquee .news-track .news--list .news--item:before {
    content: "";
    background: var(--black);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-marquee .news-track .news--list .news--item .news--thum {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .news-marquee .news-track .news--list .news-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    width: calc(100% - 30px);
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:not(:nth-child(4))
    > .news-content
    .news--publish {
    display: none;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item
    .news-content
    .news--heading {
    border-left: 3px solid var(--primary);
    padding-left: 15px;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(1)
    .news-content
    .custom-btn,
  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(2)
    .news-content
    .custom-btn {
    margin-left: 15px;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(3)
    .news-content
    .custom-btn,
  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(4)
    .news-content
    .custom-btn {
    display: none;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(3) .news-content > .news--heading,
  .news-marquee .news-track .news--list .news--item:nth-child(4) .news-content > .news--heading,
  .news-marquee .news-track .news--list .news--item:nth-child(5) .news-content > .news--heading,
  .news-marquee .news-track .news--list .news--item:nth-child(10) .news-content > .news--heading,
  .news-marquee .news-track .news--list .news--item:nth-child(9) .news-content > .news--heading,
  .news-marquee .news-track .news--list .news--item:nth-child(8) .news-content > .news--heading {
    font-size: 20px;
    /* margin-bottom: 0; */
  }

  .news-marquee
    .news-track
    .news--list
    .news--item
    .news-content
    > .news--heading {
    text-transform: uppercase;
    font-size: clamp(22px, 2vw, 32px);
  }

  /* .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(4)
    .news-content
    > .news--heading {
    text-transform: capitalize;
  } */

  .news-marquee .news-track .news--list .news--item:nth-child(4), .news-marquee .news-track .news--list .news--item:nth-child(9) {
    display: flex;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(4)
    > .news-content, .news-marquee .news-track .news--list .news--item:nth-child(9) > .news-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 55%;
    background: var(--black);
    padding: 20px;
    /* display: flex;
    flex-direction: column; */
  }

  .news-marquee .news-track .news--list .news--item:nth-child(4) > .news--thum, .news-marquee .news-track .news--list .news--item:nth-child(9) > .news--thum {
    width: 45%;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(4)
    > .news-content
    > .news--heading {
    order: 2;
  }

  /* .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(5)
    > .news-content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: calc(100% - 40px);
  } */

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(5)
    > .news-content
    > .custom-btn
    > span {
    display: none;
  }

  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(5)
    > .news-content
    > .custom-btn {
    padding: 0;
    background: transparent;
  }
  .news-marquee
    .news-track
    .news--list
    .news--item:nth-child(5)
    > .news-content
    > .custom-btn
    > img {
    background: var(--primary);
  }
  .news-marquee .news-track .news--list .news--item:nth-child(4) {
      grid-row: 2 / 2;
      grid-column: 2 / 3;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(5) {
      grid-row: 2 / 2;
      grid-column: 3 / 4;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(6) {
      grid-row: 1 / 3;
      grid-column: 4 / 5;
  }
  .news-marquee .news-track .news--list .news--item:nth-child(11) {
      grid-row: 1 / 3;
      grid-column: 7 / 9;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(9) {
      grid-row: 2 / 2;
      grid-column: 5 / 6;
  }

  .news-marquee .news-track .news--list .news--item:nth-child(10) {
      grid-row: 2 / 2;
      grid-column: 6 / 7;
  }
}

@media (max-width: 1536px) {
  .news-marquee .news-track .news--list {
    width: 32%;
  }
}

@media (max-width: 1200px) {
  .news-marquee .news-track .news--list {
    width: 25%;
  }
}

@media(max-width:1200px){
  .timelineslide--container .timelineslide--wrapper {
      width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .outline--comman {
    width: 100%;
    position: absolute;
    left: 54%;
    top: 56%;
    background: var(--primary);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 22%);
    max-width: 244px;
    height: 236px;
    transform: translate(-53%, -50%);
  }
}

@media (max-width: 991px) {
  .news-marquee .news-track .news--list {
    width: 100%;
  }
  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news--thum {
    width: 100%;
    height: 266px;
    object-fit: cover;
    object-position: top;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 82% 100%, 0% 100%);
    object-position: center;
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item {
    padding: 15px;
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news-content {
    padding: 15px 0px;
  }

  .news--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .news--arrow > .news-arrow {
    width: 32px;
    border: 1px solid var(--primary);
    aspect-ratio: 1 / 1;
    background: var(--white) !important;
    border-radius: 50%;
    transition: 0.3s;
  }

  .news--arrow > .news-arrow > img {
    width: 14px;
  }

  .news--arrow > .news-arrow:hover {
    background: var(--primary) !important;
  }

  .news--arrow > .news-arrow:hover img {
    filter: brightness(0) invert(1);
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news-content
    > .news--heading {
    order: 2;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news-content {
    display: flex;
    flex-direction: column;
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news-content
    > .news--publish {
    order: 1;
    margin-bottom: 5px;
  }

  .news-marquee
    .news-track
    > .news--list
    > .slick-list
    > .slick-track
    > .news--item
    > .news-content
    > .custom-btn {
    order: 3;
  }

  /* about us */
  .vision--row {
    row-gap: 30px;
  }
  .about-img-list div:nth-child(1) > .clip--img {
    max-width: 150px;
    height: 150px;
  }

  .about-img-list div:nth-child(2) {
    max-width: 200px;
  }

  .about-img-list div:nth-child(2) > .clip--img {
    height: 150px;
  }

  .about-img-list div:nth-child(3) > .clip--img > img {
    height: 206px;
  }
  .about-img-area {
        padding-left: 0;

        max-width: 400px;
        margin: 0 auto;
    }

  .outline--comman {
    width: 82%;
    height: 298px;
    max-width: none;
    top: 54%;
  }
  /* about us end */

  /* Principles */
  .values--principles--row {
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.values--principles--row > .principles--item > .principle--thum {
    width: 80px;
    padding: 25px;
}

.values--principles--row > .principles--item > h3 {
    font-size: 15px;
    margin-top: 20px;
}
  /* Principles end */

  /* leadership */
  .leadership--card > .leadership--inner--container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}
  /* leadership end */

  /* Production */
  .production--section .production-carousel-item .production-thum {
    margin-left: 0;
}
.production--section:after {
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    width: calc(100% - 50px);
    height: 30px;
}
  /* Production end */
  .timelineslide--container {
      padding-bottom: 30px;
      padding-top: 30px;
  }
}


@media(max-width:767px){
    .values--principles--row {
    gap: 10px;
}

.values--principles--row > .principles--item > h3 {
    font-size: 13px;
    text-align: center;
}

.leadership--card > .leadership--inner--container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}

.leadership--card:before {
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0 100%, 0 9%);
}

.leadership--list {
    gap: 5px;
}

.leadership--list > .leadership--item > .leadership--info > h3 {
    font-size: 14px;
}

.leadership--list > .leadership--item > .leadership--info > p {
    font-size: 12px;
}

.production--section {
    padding-top: 80px;
    padding-bottom: 30px;
}
.journey--section:after {
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    width: calc(100% - 50px);
    height: 30px;
}
.journey--section{
  padding-top: 50px;
}
.journey--section .timeline-wrapper > .timeline-inner > .journey--timeline, .journey--section .timeline-wrapper > .timeline-inner > .journey--timeline--bottom {
    padding-left: 50px;
}
.leadership--list > .leadership--item > .leadership--thum > img{
      height: 250px;
}
}

@media(max-width:580px){
  .leadership--list > .leadership--item > .leadership--thum > img{
    height: 170px;
  }
}