.wcl-our-story-block {
  margin: 120px 0 150px;
}
.wcl-our-story-block__heading {
  margin-bottom: 86px !important;
}
.wcl-our-story-block__title {
  margin: 0;
}
.wcl-our-story-block__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 60px;
}
.wcl-our-story-block__item:not(:last-child) {
  margin-bottom: 94px;
}
.wcl-our-story-block__content {
  max-width: 620px;
  width: 100%;
  padding-top: 140px;
  position: relative;
}
.wcl-our-story-block__content-num {
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
  background: linear-gradient(180deg, #1A3D7A 0%, rgba(76, 87, 154, 0) 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.wcl-our-story-block__content-title {
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 16px;
}
.wcl-our-story-block__content-description p {
  color: var(--color-manimo);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.wcl-our-story-block__content-description p:not(:last-child) {
  margin-bottom: 40px;
}
.wcl-our-story-block__content-more {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  color: var(--color-orange3);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: lowercase;
  display: block;
}
.wcl-our-story-block__content-more:focus {
  outline: none;
}
.wcl-our-story-block__content-more:active, .wcl-our-story-block__content-more:focus, .wcl-our-story-block__content-more:hover {
  box-shadow: none;
  outline: none;
}
.wcl-our-story-block__content-more img {
  margin-left: 4px;
}
.wcl-our-story-block__images {
  max-width: 600px;
  width: 60%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 45px;
}
.wcl-our-story-block__images.has-scroll {
  overflow-y: auto;
  justify-content: flex-start;
}
.wcl-our-story-block__images.has-scroll::-webkit-scrollbar {
  width: 6px;
}
.wcl-our-story-block__images.has-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.wcl-our-story-block__images.has-scroll::-webkit-scrollbar-thumb {
  background-color: var(--color-manatee);
  border-radius: 30px;
}
.wcl-our-story-block__images img {
  border-radius: 24px;
}
.wcl-our-story-block .wcl-our-story-leaders {
  max-width: 600px;
  width: 60%;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.wcl-our-story-block .wcl-our-story-leaders__item:nth-child(2) {
  margin-top: 100px;
}
.wcl-our-story-block .wcl-our-story-leaders__image {
  margin-bottom: 13px;
}
.wcl-our-story-block .wcl-our-story-leaders__image img {
  border-radius: 24px;
}
.wcl-our-story-block .wcl-our-story-leaders__name {
  color: #000;
  text-align: center;
  font-family: "Solo Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}
.wcl-our-story-block .wcl-our-story-leaders__description {
  color: var(--color-grey);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .wcl-our-story-block__heading {
    margin-bottom: 40px !important;
  }
  .wcl-our-story-block__item {
    flex-direction: column;
  }
  .wcl-our-story-block__item:not(:last-child) {
    margin-bottom: 34px;
  }
  .wcl-our-story-block__content {
    padding-top: 65px;
    max-width: 100%;
  }
  .wcl-our-story-block__content-num {
    font-size: 140px;
  }
  .wcl-our-story-block__content-title {
    font-size: 34px;
  }
  .wcl-our-story-block__images {
    position: relative;
    height: 278px;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-our-story-block__heading {
    margin-bottom: 28px !important;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-our-story-block {
    margin: 40px 0;
  }
  .wcl-our-story-block__content-title {
    font-size: 24px;
  }
  .wcl-our-story-block__content-description p {
    display: contents;
  }
  .wcl-our-story-block__images {
    width: 100%;
    flex-grow: 1;
  }
  .wcl-our-story-block__images img {
    border-radius: 15px;
    max-height: 278px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
  .wcl-our-story-block .wcl-our-story-leaders {
    width: 100%;
    gap: 8px;
    padding: 0 20px;
    flex-grow: 1;
    align-items: center;
  }
  .wcl-our-story-block .wcl-our-story-leaders__item:nth-child(2) {
    margin-top: 23px;
  }
  .wcl-our-story-block .wcl-our-story-leaders__image {
    margin-bottom: 8px;
  }
  .wcl-our-story-block .wcl-our-story-leaders__image img {
    border-radius: 16px;
  }
}
