.overflow-hidden {
    overflow: hidden;
}

.title-section {
  background-image: url("../images/journey/Vector 89.png");
  background-size: 10%;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 12vh;
}
.section2 {
  margin-top: -30px;
}
.section2col1 {
  background-image: url("../images/journey/triangle1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section3col1 {
  background-image: url("../images/journey/lightbluecircle.png");
  background-size: 20%;
  background-position: left top;
  background-repeat: no-repeat;
}
.section4col2 {
  background-image: url("../images/journey/lightbluecircle.png");
  background-size: 20%;
  background-position: right top;
  background-repeat: no-repeat;
}
.triangle-img {
  margin-top: -75px;
  margin-left: -15px;
}
.text-yellow {
  color: #ffc107;
}
@media screen and (max-width: 576px) {
  .journey-heading {
    text-align: center;
  }
  .triangle-img {
    width: 20px !important;
    margin-top: 55px;
  }
  .section2 {
    margin-top: -100px;
  }
  .top-triangle {
    margin-bottom: 30px;
  }
  .section3,
  .section5,
  .section7 {
    display: none;
  }
  .section3mobile,
  .section5mobile,
  .section7mobile {
    display: block;
  }
  .section3mobile .airplane {
    margin-top: 30px !important;
    padding-left: 15px;
  }
  .uknew {
    margin-top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
  }
  .duns{
    margin-top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .iso{
    margin-top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
  }
  .liberty{
    margin-top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .triangle-img {
    margin-top: -40px;
    margin-left: -15px;
    width: 40px;
  }
  .section3mobile,
  .section5mobile,
  .section7mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .triangle-img {
    margin-top: -10px;
    margin-left: -16px;
    width: 50px;
  }
  .title-section {
    background-size: 8%;
  }
  .section3mobile,
  .section5mobile,
  .section7mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .triangle-img {
    margin-top: -20px;
    margin-left: -16px;
    width: 70px;
  }
  .title-section {
    background-size: 10%;
  }
  .section3mobile,
  .section5mobile,
  .section7mobile {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .triangle-img {
    margin-top: -25px;
    margin-left: -15px;
    width: 75px;
  }
  .title-section {
    background-size: 10%;
  }
  .section3mobile,
  .section5mobile,
  .section7mobile {
    display: none;
  }
}
