.good-logos {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.good-logos .heading h3 {
  color: #005eb8;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 9px;
}
.good-logos .logo-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.good-logos .logo-item:first {
  margin-top: 0;
}
.good-logos .logo-item:last {
  margin-bottom: 0;
}
.good-logos .logo-item img {
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.run-walk {
  background-color: #004585;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.run-walk .container {
  padding-left: 0;
  padding-right: 0;
  /* Our wrapper */
  /* Our image information */
  /* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
}
.run-walk .container .uob-h2 {
  color: #fff;
}
.run-walk .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff !important;
  
}
.run-walk .container .slider-container {
  height: 242px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.run-walk .container .wrapper {
  width: calc(100% - 30px);
  height: 242px;
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
}
.run-walk .container .before,
.run-walk .container .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.run-walk .container .content-image {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.run-walk .container .after {
  width: 125px;
}
.run-walk .container .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}
.run-walk .container .scroller:hover {
  opacity: 1;
}
.run-walk .container .scrolling {
  pointer-events: none;
  opacity: 1;
}
.run-walk .container .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.run-walk .container .scroller:before,
.run-walk .container .scroller:after {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}
.run-walk .container .scroller:before {
  top: 100%;
}
.run-walk .container .scroller:after {
  bottom: 100%;
}
.run-walk .container .scroller {
  border: 5px solid #fff;
}
.run-walk .container .scroller:before,
.run-walk .container .scroller:after {
  background: #fff;
}

.uob-timeline {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.uob-timeline .container {
  padding-left: 0;
  padding-right: 0;
}
.uob-timeline .container .timeline-links {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #005eb8;
}
.uob-timeline .container .timeline-links a {
  color: #005eb8;
  line-height: 14px;
  display: flex;
  align-items: normal;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.uob-timeline .container .timeline-links a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.uob-timeline .container .timeline-links a.current::before {
  content: url("../our-journey/img/right-caret.svg");
  width: 8px;
  height: 8px;
}

@media (min-width: 768px) {
  .good-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .good-logos .heading h3 {
    color: #005eb8;
    font-size: 24px;
    line-height: 34px;
  }
  .run-walk {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .run-walk .container {
    padding-left: 15px;
    padding-right: 15px;
    /* Our image information */
  }
  .run-walk .container h2 {
    margin-bottom: 20px;
  }
  .run-walk .container p {
    font-size: 18px;
    line-height: 28px;
  }
  .run-walk .container .slider-container {
    height: 624px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .run-walk .container .wrapper {
    width: 1110px;
    height: 624px;
  }
  .run-walk .container .content-image {
    height: 624px;
    width: 1110px;
    object-fit: cover;
    object-position: center;
  }
  .uob-timeline {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uob-timeline .container .timeline-links a {
    justify-content: flex-start;
    text-align: left;
  }
  .uob-timeline .container .timeline-links a::before {
    margin-right: 15px;
    width: 12px;
    height: 12px;
  }
  .uob-timeline .container .timeline-links a.current::before {
    width: 12px;
    height: 12px;
  }
}
.timeline-container .timeline {
  position: relative;
}
.timeline-container .timeline::before {
  content: "";
  background: #005eb8;
  width: 2px;
  height: 99.9%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-container .timeline-item {
  width: 100%;
  margin-bottom: -180px;
  display: flow-root;
}
.timeline-container .timeline-item:last-of-type {
  margin-bottom: 70px;
}
.timeline-container .timeline-item.item-right .timeline-content {
  float: right;
}
.timeline-container .timeline-item.item-right .timeline-content::after {
  width: 40px;
  left: -40px;
  top: 32px;
}
.timeline-container .timeline-item.heading .timeline-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.timeline-container .timeline-item.heading .timeline-content::after {
  content: none;
}
.timeline-container .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.timeline-container .timeline-content {
  position: relative;
  width: 327px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(33, 33, 33, 0.1490196078);
}
.timeline-container .timeline-content::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #dcdcdc;
  width: 40px;
  right: -40px;
  top: 32px;
}
.timeline-container .timeline-content .timeline-copy {
  padding: 16px;
}
.timeline-container .timeline-content .timeline-copy p,
.timeline-container .timeline-content .timeline-copy li {
  font-size: 14px;
  line-height: 20px;
}
.timeline-container .timeline-content .timeline-copy p:last-of-type {
  margin-bottom: 0;
}
.timeline-container .timeline-content .timeline-copy ul {
  padding-left: 16px;
  margin-bottom: 0;
  list-style-type: disc;
}
.timeline-container .timeline-content img {
  width: 100%;
  height: 184px;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.timeline-container .timeline-img {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #005eb8;
  position: absolute;
  left: 382px;
  margin-top: 25px;
  margin-left: -15px;
}
.timeline-container .timeline-card {
  padding: 0 !important;
}
.timeline-container .timeline-card p {
  padding: 0 20px;
}
.timeline-container .timeline-card a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .timeline-container .timeline::before {
    left: 10px;
    height: 99.8%;
  }
  .timeline-container .timeline .timeline-img {
    left: 17px;
  }
  .timeline-container .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 32px;
  }
  .timeline-container .timeline .timeline-content img {
    width: 100%;
    height: 130px;
  }
  .timeline-container .timeline .timeline-content::after {
    width: 14px;
    left: -14px;
    top: 32px;
    right: 14px;
  }
  .timeline-container .timeline .timeline-item {
    margin-bottom: 40px;
  }
  .timeline-container .timeline .timeline-item.heading {
    margin-bottom: 24px;
  }
  .timeline-container .timeline .timeline-item.item-right .timeline-content {
    float: none;
  }
  .timeline-container .timeline .timeline-item.item-right .timeline-content::after {
    width: 14px;
    left: -14px;
    top: 32px;
    right: 14px;
  }
}
