.session5 {
  margin-top: 100px;
}
.session5 h2 {
  font-family: "Medium";
  color: #18181B;
  font-size: 38px;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 32px;
}
.session5 .listLogo {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.session5 .listLogo .itemCustomLogo .itemChildLogo {
  height: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.1rem 1.25rem;
}
.session5 .listLogo .itemCustomLogo .itemChildLogo:before {
  position: absolute;
  top: 0.59rem;
  right: 0px;
  background: #D8DEE3;
  width: 1px;
  height: 52px;
  content: "";
}
.session5 .listLogo .itemCustomLogo .itemChildLogo:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 5.875rem;
  height: 1px;
  content: "";
}
.session5 .listLogo .itemCustomLogo .itemChildLogo img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.session5 .listLogo .itemCustomLogo .itemChildLogo:hover img {
  filter: unset;
}
.session5 .listLogo .itemCustomLogoLast .itemChildLogo:before {
  content: unset;
}
.session5 .listLogo .itemHiddenBorderTop .itemChildLogo:after {
  content: unset;
}
.session5 .customLogoMobile {
  display: none;
}
.session5 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo .itemChild {
  padding: 2px 0px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.session5 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo .itemChild img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.session5 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo .itemChild:before {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 1px;
  height: 1.53563rem;
  content: "";
}
.session5 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo .itemChild:after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D8DEE3;
  width: 2.77594rem;
  height: 1px;
  content: "";
}
.session5 .customLogoMobile .carousel-logo .itemCustomLogoParent .itemCustomLogo:first-child .itemChild:after {
  content: unset;
}
.session5 .customLogoMobile .carousel-logo .owl-dots {
  margin-top: 1.25rem !important;
}
.session5 .customLogoMobile .carousel-logo .owl-dots button span {
  background: #ECF2F7;
  margin: 0px 0.25rem;
  width: 18px;
  height: 10px;
}
.session5 .customLogoMobile .carousel-logo .owl-dots .active span {
  width: 32px;
  height: 10px;
  background: #293A8E;
  margin: 0px 0.25rem;
}

@media screen and (max-width: 900px) {
  .session5 .listSession5 {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .session5 .listLogo {
    display: none;
  }
  .session5 .customLogoMobile {
    display: block;
  }
}

/*# sourceMappingURL=session5.css.map */
