.brand-partner {
  padding: 6.25vw 3.125vw;
}
.brand-partner h2 {
  font-weight: bold;
  font-size: 2.5vw;
  color: #313131;
  line-height: 3.33333vw;
  text-align: center;
  font-style: normal;
  margin-bottom: 1.35417vw;
}
.brand-partner p {
  font-size: 1.25vw;
  color: #393939;
  line-height: 2.5vw;
  text-align: center;
  font-style: normal;
  margin-bottom: 3.125vw;
}
.brand-partner .media {
  width: 93.75vw;
  height: 28.22917vw;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--brand-partner {
    padding: 3.6rem 1.33333rem 4rem;
}
.mob--brand-partner h2 {
    font-weight: bold;
    font-size: 2rem;
    color: #313131;
    line-height: 2.63333rem;
    text-align: center;
    font-style: normal;
    margin-bottom: 0.93333rem;
}
.mob--brand-partner p {
    font-size: 1.2rem;
    color: #393939;
    line-height: 1.6rem;
    text-align: center;
    font-style: normal;
    margin-bottom: 2rem;
}
.mob--brand-partner .media {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.mob--brand-partner .media .image-or-video-bottom {
    position: relative;
}
}