.section4 {
  background-color: #022033;
  width: 100%;
}
.section4 img {
  max-width: 100%;
  margin: 0 left;
}
.outerBox {
  width: 1320px;
  padding: 20px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 24px auto;
}
.mentors {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mentors h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.mentors button {
  padding: 20px 64px;
  font-size: 20px;
  border-radius: 500px;
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--white);
}
.mentors button:hover {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
}
.mentorCards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px 0;
}
.cardArrow {
  width: 64px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainBox {
  height: 400px;
  width: 100%;
}
.cardArrow button {
  width: 46px;
  height: 46px;
  background-color: var(--black);
  border: 1px solid var(--white);
  border-radius: 50px;
  color: var(--white);
}
.cardArrow button:hover {
  cursor: pointer;
}
.mainBox {
  width: 100%;
  height: 420px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-behavior: smooth;
  overflow-y: none;
  scroll-snap-type: x mandatory;
}
.mainBox::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.eachCard {
  width: 320px;
  height: 382px;
  flex-shrink: 0;
  margin: 0 16px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: center;
}
.eachCard img {
  width: 320px;
  height: 382px;
}
.cardContent {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 300px;
  height: 80px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 8px 16px;
  text-align: center;
  background-color: var(--white);
}
.smallArrows {
  display: none;
}
.cardContent img {
  height: 30px;
  width: auto;
  display: block;
  margin: 12px auto;
}
.experts {
  box-sizing: border-box;
  padding: 0 0 32px 0;
}
.experts h1 {
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  color: var(--white);
}
.experts p {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.companyLogos {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: none;
}
.rightMovement {
  margin-top: 32px;
}
.moveBox {
  min-width: 100%;
  flex-shrink: 0;
  height: 64px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.companyLogos::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.moveBox div {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.moveBox div img {
  width: auto;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cardArrow {
    display: none;
  }
  .mentorCards {
    margin: 64px 0 16px 0;
  }
  .smallArrows {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrowSmall {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrowSmall button {
    width: 46px;
    height: 46px;
    background-color: var(--black);
    border: 1px solid var(--white);
    border-radius: 50px;
    color: var(--white);
  }
  .arrowSmall button:hover {
    cursor: pointer;
  }
  .mentors {
    align-items: flex-start;
    flex-direction: column;
  }
  .mentors h1 {
    font-size: 36px;
  }
  .mentors button {
    margin: 32px 0 0 0;
    width: 100%;
  }
  .moveBox div img {
    width: auto;
    height: 16px;
  }
  .moveBox div {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}
