.partnersPage {
  margin-top: 60px;
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-flow: column;
  justify-content: start;
}
.partnersPage > .BigTitle {
  aspect-ratio: 1240/94;
  max-height: 94px;
  width: 100%;
  display: inline-flex;
}

.partnersPage > .Brdiv1 {
  width: 100%;
  height: 60px;
}

.partnersPage > .parPageBox {
  min-height: 105px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parPageBox > a > .PicBox {
  border-radius: 10px;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  min-width: 180px;
  min-height: 100px;
}

.parPageBox > a:hover {
  background: #323232;
  min-width: 182px;
  min-height: 102px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
}

.parPageBox > a {
  border-radius: 10px;
  background-size: 100% 100%;
  min-width: 180px;
  min-height: 100px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1240px) {
  .partnersPage {
    margin-top: 40px;
    width: 100%;
    max-width: unset;
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-self: center;
    align-items: center;
  }
  .partnersPage > .BigTitle {
    aspect-ratio: 426/64;
    max-height: 64px;
    width: 100%;
    display: inline-flex;
  }

  .partnersPage > .Brdiv1 {
    width: 100%;
    height: 30px;
  }

  .partnersPage > .parPageBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 280px;
    max-width: 750px;
  }

  .parPageBox > a > .PicBox {
    box-sizing: border-box;
    background-position: 50% 50%;
    background-size: auto 98%;
    background-repeat: no-repeat;
    border-radius: 10px;
    aspect-ratio: 243/135;
    min-width: unset;
    min-height: 135px;
  }
  .parPageBox > a {
    box-sizing: border-box;
    flex-basis: 33.32%;
    max-width: 31.5%;
    aspect-ratio: 243/135;
    min-width: unset;
    min-height: 135px;
  }
}
